public static interface Code.Method extends Code.Callable
Code.Callable, Code.Constant, Code.EmptyFormatter, Code.Identifier, Code.Method
BINARY_OPERATOR, FUNCTION, UNARY_OPERATOR
CALLABLE, 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, type
clone, code, isFunction, isIdentifier, link, link, link, replace, toString, toValue, toValue
accept, accept
cloneQuietly, cloneQuietly
Code instance()
java.lang.String methodname()
Codes parameters()
parameters
in interface Code.Callable
java.lang.Object call(Interpreter interpreter, java.lang.Object[] args) throws java.lang.Exception
call
in interface Code.Callable
java.lang.Exception