|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcdx.scorebot.scoring.logic.GenericMethod
public abstract class GenericMethod
evaluates a method call
Constructor Summary | |
---|---|
GenericMethod(Identifier methodName,
Arguments args)
instantiate a generic method call |
Method Summary | |
---|---|
protected java.util.Vector<Expression> |
getArgs()
the args passed to the method, if any |
protected java.lang.String |
getMethodName()
the name of the method to call |
protected static void |
throwIAE(java.lang.String s)
throws an IllegalMethodArgsException with the specified string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GenericMethod(Identifier methodName, Arguments args)
methodName
- the name of the methodargs
- the arguments to the method callMethod Detail |
---|
protected static void throwIAE(java.lang.String s) throws IllegalMethodArgsException
IllegalMethodArgsException
protected java.lang.String getMethodName()
protected java.util.Vector<Expression> getArgs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |