public static interface Code.Method extends Code.Callable
Code.Callable, Code.Constant, Code.EmptyFormatter, Code.Identifier, Code.MethodBINARY_OPERATOR, FUNCTION, UNARY_OPERATORCALLABLE, CODES, CONSTANT, EMPTY_FORMATTER, IDENTIFIER, METHOD, UNDEFINED| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
call(Interpreter interpreter,
java.lang.Object[] args) |
Code |
instance() |
java.lang.String |
methodname() |
Codes |
parameters() |
function, function, name, name, parameters, typeclone, code, isFunction, isIdentifier, link, link, link, replace, toString, toValue, toValueaccept, acceptcloneQuietly, cloneQuietlyCode instance()
java.lang.String methodname()
Codes parameters()
parameters in interface Code.Callablejava.lang.Object call(Interpreter interpreter, java.lang.Object[] args) throws java.lang.Exception
call in interface Code.Callablejava.lang.Exception