Package org.gvsig.expressionevaluator
Interface Code.Callable
- All Superinterfaces:
Cloneable,org.gvsig.tools.lang.Cloneable,Code,org.gvsig.tools.visitor.FilteredVisitable,org.gvsig.tools.visitor.Visitable
- All Known Subinterfaces:
Code.Method
- Enclosing interface:
Code
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gvsig.expressionevaluator.Code
Code.Callable, Code.Constant, Code.EmptyFormatter, Code.Identifier, Code.Method -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intFields inherited from interface org.gvsig.expressionevaluator.Code
CALLABLE, CODES, CONSTANT, EMPTY_FORMATTER, IDENTIFIER, METHOD, UNDEFINED -
Method Summary
Methods inherited from interface org.gvsig.expressionevaluator.Code
clone, code, link, link, link, replace, toString, toValue, toValueMethods inherited from interface org.gvsig.tools.visitor.FilteredVisitable
acceptMethods inherited from interface org.gvsig.tools.visitor.Visitable
accept
-
Field Details
-
FUNCTION
static final int FUNCTION- See Also:
-
BINARY_OPERATOR
static final int BINARY_OPERATOR- See Also:
-
UNARY_OPERATOR
static final int UNARY_OPERATOR- See Also:
-
-
Method Details