org.lee.mugen.sprite.cns.eval.trigger.function.spriteCns
Class Projcontact

java.lang.Object
  extended by org.lee.mugen.sprite.cns.AbstractCnsFunction
      extended by org.lee.mugen.sprite.cns.eval.function.SpriteCnsTriggerFunction
          extended by org.lee.mugen.sprite.cns.eval.trigger.function.spriteCns.Projcontact
All Implemented Interfaces:
Functionable, Valueable

public class Projcontact
extends SpriteCnsTriggerFunction


Field Summary
static java.util.regex.Pattern PROJ_CONTACT_SPEC_REG
           
 
Fields inherited from class org.lee.mugen.sprite.cns.AbstractCnsFunction
functionName, paramNameIndexMap, paramNames, valueableParams
 
Constructor Summary
Projcontact()
           
 
Method Summary
 java.lang.String getRegex()
           
 java.lang.Object getValue(java.lang.String spriteId, Valueable... params)
           
 int parseValue(java.lang.String[] tokens, int pos, java.util.List<Valueable> result)
           
 
Methods inherited from class org.lee.mugen.sprite.cns.eval.function.SpriteCnsTriggerFunction
parseValue, reset
 
Methods inherited from class org.lee.mugen.sprite.cns.AbstractCnsFunction
addParam, control, copy, getFloatValuable, getFunctionName, getIntValuable, getParamIndex, getParamNames, getStringValuable, isSetterMandatory, setFunctionName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROJ_CONTACT_SPEC_REG

public static java.util.regex.Pattern PROJ_CONTACT_SPEC_REG
Constructor Detail

Projcontact

public Projcontact()
Method Detail

getValue

public java.lang.Object getValue(java.lang.String spriteId,
                                 Valueable... params)
Specified by:
getValue in interface Valueable
Overrides:
getValue in class AbstractCnsFunction

parseValue

public int parseValue(java.lang.String[] tokens,
                      int pos,
                      java.util.List<Valueable> result)
Overrides:
parseValue in class SpriteCnsTriggerFunction

getRegex

public java.lang.String getRegex()
Overrides:
getRegex in class SpriteCnsTriggerFunction