Library:Apache Jakarta Commons JEXL
Version:1.0
Compatibility:JDK 1.4
Classes in library Apache Jakarta Commons JEXL.
NamePackageDescription
AbstractExecutororg.apache.commons.jexl.utilAbstract class that is used to execute an arbitrary method that is in introspected.
ArrayIteratororg.apache.commons.jexl.util

An Iterator wrapper for an Object[].

Asserterorg.apache.commons.jexl.junitA utility class for performing JUnit based assertions using Jexl expressions.
ASTAddNodeorg.apache.commons.jexl.parserAddition : either integer addition or string concatenation
ASTAndNodeorg.apache.commons.jexl.parser&& and 'and'
ASTArrayAccessorg.apache.commons.jexl.parserLike an ASTIdentifier, but with array access allowed $foo[2]
ASTAssignmentorg.apache.commons.jexl.parserNo description provided.
ASTBitwiseAndNodeorg.apache.commons.jexl.parserNo description provided.
ASTBitwiseComplNodeorg.apache.commons.jexl.parserNo description provided.
ASTBitwiseOrNodeorg.apache.commons.jexl.parserNo description provided.
ASTBitwiseXorNodeorg.apache.commons.jexl.parserNo description provided.
ASTBlockorg.apache.commons.jexl.parserNo description provided.
ASTDivNodeorg.apache.commons.jexl.parser/
ASTEmptyFunctionorg.apache.commons.jexl.parserfunction to see if reference doesn't exist in context
ASTEQNodeorg.apache.commons.jexl.parserrepresents equality between integers - use .equals() for strings
ASTExpressionorg.apache.commons.jexl.parserAST node for expression
ASTExpressionExpressionorg.apache.commons.jexl.parserrepresents equality between integers - use .equals() for strings
ASTFalseNodeorg.apache.commons.jexl.parserrepresents Boolean false
ASTFloatLiteralorg.apache.commons.jexl.parserrepresents an float
ASTForeachStatementorg.apache.commons.jexl.parserNo description provided.
ASTGENodeorg.apache.commons.jexl.parserGE : a >= b Follows A.3.6.1 of the JSTL 1.0 specification
ASTGTNodeorg.apache.commons.jexl.parserGT : a > b Follows A.3.6.1 of the JSTL 1.0 specification
ASTIdentifierorg.apache.commons.jexl.parserSimple identifier - $foo or $foo.bar (both parts are identifiers...)
ASTIfStatementorg.apache.commons.jexl.parserNo description provided.
ASTIntegerLiteralorg.apache.commons.jexl.parserrepresents an integer
ASTJexlScriptorg.apache.commons.jexl.parserNo description provided.
ASTLENodeorg.apache.commons.jexl.parserLE : a <= b Follows A.3.6.1 of the JSTL 1.0 specification
ASTLTNodeorg.apache.commons.jexl.parserLT : a < b Follows A.3.6.1 of the JSTL 1.0 specification
ASTMethodorg.apache.commons.jexl.parserNo description provided.
ASTModNodeorg.apache.commons.jexl.parser%
ASTMulNodeorg.apache.commons.jexl.parserMultiplication
ASTNENodeorg.apache.commons.jexl.parser!= or ne
ASTNotNodeorg.apache.commons.jexl.parserNot : 'not' or '!'
ASTNullLiteralorg.apache.commons.jexl.parserFill in the blanks for how this is to work
ASTOrNodeorg.apache.commons.jexl.parser|| and 'or'
ASTReferenceorg.apache.commons.jexl.parserreference - any variable expression
ASTReferenceExpressionorg.apache.commons.jexl.parserNo description provided.
ASTSizeFunctionorg.apache.commons.jexl.parsergeneralized size() function for all classes we can think of
ASTSizeMethodorg.apache.commons.jexl.parserSimple testcases
ASTStatementExpressionorg.apache.commons.jexl.parserNo description provided.
ASTStringLiteralorg.apache.commons.jexl.parserrepresents an string
ASTSubtractNodeorg.apache.commons.jexl.parserSubtraction
ASTTrueNodeorg.apache.commons.jexl.parserrepresents Boolean true
ASTUnaryMinusNodeorg.apache.commons.jexl.parser-
ASTWhileStatementorg.apache.commons.jexl.parserNo description provided.
BooleanPropertyExecutororg.apache.commons.jexl.utilHandles discovery and valuation of a boolean object property, of the form public boolean is when executed.
ClassMaporg.apache.commons.jexl.util.introspectionTaken from the Velocity tree so we can be self-sufficient A cache of introspection information for a specific class instance.
Coercionorg.apache.commons.jexl.utilCoercion utilities for the JSTL EL-like coercion.
EnumerationIteratororg.apache.commons.jexl.utilAn Iterator wrapper for an Enumeration.
ExpressionFactoryorg.apache.commons.jexl

Creates Expression objects.

FlatResolverorg.apache.commons.jexl.resolverSimple resolver to try the expression as-is from the context.
GetExecutororg.apache.commons.jexl.utilExecutor that simply tries to execute a get(key) operation.
HashMapContextorg.apache.commons.jexl.contextImplementation of JexlContext based on a HashMap
Infoorg.apache.commons.jexl.util.introspectionLittle class to carry in info such as template name, line and column for information error reporting from the uberspector implementations Taken from velocity for self-sufficiency.
Introspectororg.apache.commons.jexl.utilLittle class to manage a Velocity uberspector (Vel 1.4+) for instrospective services
Introspectororg.apache.commons.jexl.util.introspectionThis basic function of this class is to return a Method object for a particular class given the name of a method and the parameters to the method in the form of an Object[] The first time the Introspector sees a class it creates a class method map for the class in question.
IntrospectorBaseorg.apache.commons.jexl.util.introspectionThis basic function of this class is to return a Method object for a particular class given the name of a method and the parameters to the method in the form of an Object[] The first time the Introspector sees a class it creates a class method map for the class in question.
JexlHelperorg.apache.commons.jexlHelper to create a context.
MethodMaporg.apache.commons.jexl.util.introspectionNo description provided.
Parserorg.apache.commons.jexl.parserNo description provided.
ParserTokenManagerorg.apache.commons.jexl.parserNo description provided.
PropertyExecutororg.apache.commons.jexl.utilReturned the value of object property when executed.
SimpleCharStreamorg.apache.commons.jexl.parserAn implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleNodeorg.apache.commons.jexl.parseruseful interface to node.
Tokenorg.apache.commons.jexl.parserDescribes the input token stream.
UberspectImplorg.apache.commons.jexl.util.introspectionImplementation of Uberspect to provide the default introspective functionality of Velocity
UberspectImpl.VelGetterImplorg.apache.commons.jexl.util.introspectionNo description provided.
UberspectImpl.VelMethodImplorg.apache.commons.jexl.util.introspectionImplementation of VelMethod
UberspectImpl.VelSetterImplorg.apache.commons.jexl.util.introspectionNo description provided.
Search