|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lee.mugen.sprite.cns.AbstractCnsFunction
org.lee.mugen.sprite.cns.eval.function.SpriteCnsTriggerFunction
org.lee.mugen.sprite.cns.eval.trigger.function.spriteCns.Projhit
public class Projhit
| Field Summary | |
|---|---|
static java.util.regex.Pattern |
PROJ_HIT_SPEC_REG
|
| Fields inherited from class org.lee.mugen.sprite.cns.AbstractCnsFunction |
|---|
functionName, paramNameIndexMap, paramNames, valueableParams |
| Constructor Summary | |
|---|---|
Projhit()
|
|
| 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 |
|---|
public static java.util.regex.Pattern PROJ_HIT_SPEC_REG
| Constructor Detail |
|---|
public Projhit()
| Method Detail |
|---|
public java.lang.Object getValue(java.lang.String spriteId,
Valueable... params)
getValue in interface ValueablegetValue in class AbstractCnsFunction
public int parseValue(java.lang.String[] tokens,
int pos,
java.util.List<Valueable> result)
parseValue in class SpriteCnsTriggerFunctionpublic java.lang.String getRegex()
getRegex in class SpriteCnsTriggerFunction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||