A B C D E F G H I J K L M N O P R S T U V W _
All Classes All Packages
All Classes All Packages
A
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTAdd
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTAnd
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTAssign
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTBitAnd
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTBitNegate
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTBitOr
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTChain
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTConst
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTCtor
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTDivide
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTEq
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTEval
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTGreater
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTGreaterEq
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTIn
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTInstanceof
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTKeyValue
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTLess
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTLessEq
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTList
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTMap
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTMethod
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTMultiply
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTNegate
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTNot
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTNotEq
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTNotIn
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTOr
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTProject
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTProperty
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTRemainder
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTRootVarRef
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTSelect
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTSelectFirst
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTSelectLast
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTSequence
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTShiftLeft
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTShiftRight
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTStaticField
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTStaticMethod
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTSubtract
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTTest
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTThisVarRef
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTUnsignedShiftRight
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTVarRef
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in class org.apache.commons.ognl.ASTXor
- accept(NodeVisitor<? extends R, ? super P>, P) - Method in interface org.apache.commons.ognl.Node
-
Supports the Visitor pattern.
- ACCESSIBLE_NON_PUBLIC_METHOD - Static variable in class org.apache.commons.ognl.internal.entry.MethodAccessCacheEntryFactory
- accessor - Variable in class org.apache.commons.ognl.SimpleNode
- accessorStack - Variable in class org.apache.commons.ognl.OgnlContext
- add(Object, Object) - Static method in class org.apache.commons.ognl.OgnlOps
- add_escapes(String) - Static method in exception org.apache.commons.ognl.ParseException
-
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
- addCastString(OgnlContext, String) - Static method in class org.apache.commons.ognl.enhance.ExpressionCompiler
-
Used by
ExpressionCompiler.castExpression(org.apache.commons.ognl.OgnlContext, org.apache.commons.ognl.Node, String)
to store the cast java source string in to the currentOgnlContext
. - addChild(Evaluation) - Method in class org.apache.commons.ognl.Evaluation
-
Adds a child to the list of children of this evaluation.
- addDefaultContext(Object, Map<String, Object>) - Static method in class org.apache.commons.ognl.Ognl
-
Appends the standard naming context for evaluating an OGNL expression into the context given so that cached maps can be used as a context.
- addDefaultContext(Object, ClassResolver, Map<String, Object>) - Static method in class org.apache.commons.ognl.Ognl
-
Appends the standard naming context for evaluating an OGNL expression into the context given so that cached maps can be used as a context.
- addDefaultContext(Object, ClassResolver, TypeConverter, Map<String, Object>) - Static method in class org.apache.commons.ognl.Ognl
-
Appends the standard naming context for evaluating an OGNL expression into the context given so that cached maps can be used as a context.
- addDefaultContext(Object, ClassResolver, TypeConverter, MemberAccess, Map<String, Object>) - Static method in class org.apache.commons.ognl.Ognl
-
Appends the standard naming context for evaluating an OGNL expression into the context given so that cached maps can be used as a context.
- addEscapes(String) - Static method in error org.apache.commons.ognl.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
- additiveExpression() - Method in class org.apache.commons.ognl.OgnlParser
- addLocalReference(String, LocalReference) - Method in class org.apache.commons.ognl.OgnlContext
- adjustBeginLineColumn(int, int) - Method in class org.apache.commons.ognl.JavaCharStream
-
Method to adjust line and column numbers for the start of a token.
- AdjustBuffSize() - Method in class org.apache.commons.ognl.JavaCharStream
- all - Static variable in class org.apache.commons.ognl.DynamicSubscript
- ALL - Static variable in class org.apache.commons.ognl.DynamicSubscript
- allowPackageProtectedAccess - Variable in class org.apache.commons.ognl.DefaultMemberAccess
- allowPrivateAccess - Variable in class org.apache.commons.ognl.DefaultMemberAccess
- allowProtectedAccess - Variable in class org.apache.commons.ognl.DefaultMemberAccess
- andExpression() - Method in class org.apache.commons.ognl.OgnlParser
- appendPrefixed(String, SimpleNode, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- areArgsCompatible(Object[], Class<?>[]) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Tells whether the given array of objects is compatible with the given array of classes---that is, whether the given array of objects can be passed as arguments to a method or constructor whose parameter types are the given array of classes.
- areArgsCompatible(Object[], Class<?>[], Method) - Static method in class org.apache.commons.ognl.OgnlRuntime
- arg - Variable in class org.apache.commons.ognl.OgnlParser.JJCalls
- ArrayElementsAccessor - Class in org.apache.commons.ognl
-
Implementation of ElementsAccessor that returns an iterator over a Java array.
- ArrayElementsAccessor() - Constructor for class org.apache.commons.ognl.ArrayElementsAccessor
- ArrayPropertyAccessor - Class in org.apache.commons.ognl
-
Implementation of PropertyAccessor that uses numbers and dynamic subscripts as properties to index into Java arrays.
- ArrayPropertyAccessor() - Constructor for class org.apache.commons.ognl.ArrayPropertyAccessor
- assignmentExpression() - Method in class org.apache.commons.ognl.OgnlParser
- ASTAdd - Class in org.apache.commons.ognl
-
$Id$
- ASTAdd(int) - Constructor for class org.apache.commons.ognl.ASTAdd
- ASTAdd(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTAdd
- ASTAnd - Class in org.apache.commons.ognl
-
$Id$
- ASTAnd(int) - Constructor for class org.apache.commons.ognl.ASTAnd
-
TODO: javadoc
- ASTAnd(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTAnd
-
TODO: javadoc
- ASTAssign - Class in org.apache.commons.ognl
-
$Id$
- ASTAssign(int) - Constructor for class org.apache.commons.ognl.ASTAssign
- ASTAssign(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTAssign
- ASTBitAnd - Class in org.apache.commons.ognl
-
$Id$
- ASTBitAnd(int) - Constructor for class org.apache.commons.ognl.ASTBitAnd
- ASTBitAnd(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTBitAnd
- ASTBitNegate - Class in org.apache.commons.ognl
-
$Id$
- ASTBitNegate(int) - Constructor for class org.apache.commons.ognl.ASTBitNegate
- ASTBitNegate(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTBitNegate
- ASTBitOr - Class in org.apache.commons.ognl
-
$Id$
- ASTBitOr(int) - Constructor for class org.apache.commons.ognl.ASTBitOr
- ASTBitOr(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTBitOr
- ASTChain - Class in org.apache.commons.ognl
-
$Id$
- ASTChain(int) - Constructor for class org.apache.commons.ognl.ASTChain
- ASTChain(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTChain
- ASTConst - Class in org.apache.commons.ognl
-
$Id$
- ASTConst(int) - Constructor for class org.apache.commons.ognl.ASTConst
- ASTConst(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTConst
- ASTCtor - Class in org.apache.commons.ognl
-
$Id$
- ASTCtor(int) - Constructor for class org.apache.commons.ognl.ASTCtor
- ASTCtor(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTCtor
- ASTDivide - Class in org.apache.commons.ognl
-
$Id$
- ASTDivide(int) - Constructor for class org.apache.commons.ognl.ASTDivide
- ASTDivide(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTDivide
- ASTEq - Class in org.apache.commons.ognl
-
$Id$
- ASTEq(int) - Constructor for class org.apache.commons.ognl.ASTEq
- ASTEq(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTEq
- ASTEval - Class in org.apache.commons.ognl
-
$Id$
- ASTEval(int) - Constructor for class org.apache.commons.ognl.ASTEval
- ASTEval(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTEval
- ASTGreater - Class in org.apache.commons.ognl
-
$Id$
- ASTGreater(int) - Constructor for class org.apache.commons.ognl.ASTGreater
- ASTGreater(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTGreater
- ASTGreaterEq - Class in org.apache.commons.ognl
-
$Id$
- ASTGreaterEq(int) - Constructor for class org.apache.commons.ognl.ASTGreaterEq
- ASTGreaterEq(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTGreaterEq
- ASTIn - Class in org.apache.commons.ognl
-
$Id$
- ASTIn(int) - Constructor for class org.apache.commons.ognl.ASTIn
- ASTIn(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTIn
- ASTInstanceof - Class in org.apache.commons.ognl
-
$Id$
- ASTInstanceof(int) - Constructor for class org.apache.commons.ognl.ASTInstanceof
- ASTInstanceof(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTInstanceof
- ASTKeyValue - Class in org.apache.commons.ognl
-
$Id$
- ASTKeyValue(int) - Constructor for class org.apache.commons.ognl.ASTKeyValue
- ASTKeyValue(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTKeyValue
- ASTLess - Class in org.apache.commons.ognl
-
$Id$
- ASTLess(int) - Constructor for class org.apache.commons.ognl.ASTLess
- ASTLess(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTLess
- ASTLessEq - Class in org.apache.commons.ognl
-
$Id$
- ASTLessEq(int) - Constructor for class org.apache.commons.ognl.ASTLessEq
- ASTLessEq(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTLessEq
- ASTList - Class in org.apache.commons.ognl
-
$Id$
- ASTList(int) - Constructor for class org.apache.commons.ognl.ASTList
- ASTList(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTList
- ASTMap - Class in org.apache.commons.ognl
-
$Id$
- ASTMap(int) - Constructor for class org.apache.commons.ognl.ASTMap
- ASTMap(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTMap
- ASTMethod - Class in org.apache.commons.ognl
-
$Id$
- ASTMethod(int) - Constructor for class org.apache.commons.ognl.ASTMethod
- ASTMethod(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTMethod
- ASTMethodUtil - Class in org.apache.commons.ognl
-
$Id$
- ASTMethodUtil() - Constructor for class org.apache.commons.ognl.ASTMethodUtil
- ASTMultiply - Class in org.apache.commons.ognl
-
$Id$
- ASTMultiply(int) - Constructor for class org.apache.commons.ognl.ASTMultiply
- ASTMultiply(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTMultiply
- ASTNegate - Class in org.apache.commons.ognl
-
$Id$
- ASTNegate(int) - Constructor for class org.apache.commons.ognl.ASTNegate
- ASTNegate(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTNegate
- ASTNot - Class in org.apache.commons.ognl
-
$Id$
- ASTNot(int) - Constructor for class org.apache.commons.ognl.ASTNot
- ASTNot(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTNot
- ASTNotEq - Class in org.apache.commons.ognl
-
$Id$
- ASTNotEq(int) - Constructor for class org.apache.commons.ognl.ASTNotEq
- ASTNotEq(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTNotEq
- ASTNotIn - Class in org.apache.commons.ognl
-
$Id$
- ASTNotIn(int) - Constructor for class org.apache.commons.ognl.ASTNotIn
- ASTNotIn(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTNotIn
- ASTOr - Class in org.apache.commons.ognl
-
$Id$
- ASTOr(int) - Constructor for class org.apache.commons.ognl.ASTOr
- ASTOr(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTOr
- ASTProject - Class in org.apache.commons.ognl
-
$Id$
- ASTProject(int) - Constructor for class org.apache.commons.ognl.ASTProject
- ASTProject(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTProject
- ASTProperty - Class in org.apache.commons.ognl
-
$Id$
- ASTProperty(int) - Constructor for class org.apache.commons.ognl.ASTProperty
- ASTRemainder - Class in org.apache.commons.ognl
-
$Id$
- ASTRemainder(int) - Constructor for class org.apache.commons.ognl.ASTRemainder
- ASTRemainder(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTRemainder
- ASTRootVarRef - Class in org.apache.commons.ognl
-
$Id$
- ASTRootVarRef(int) - Constructor for class org.apache.commons.ognl.ASTRootVarRef
- ASTRootVarRef(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTRootVarRef
- ASTSelect - Class in org.apache.commons.ognl
-
$Id$
- ASTSelect(int) - Constructor for class org.apache.commons.ognl.ASTSelect
- ASTSelect(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTSelect
- ASTSelectFirst - Class in org.apache.commons.ognl
-
$Id$
- ASTSelectFirst(int) - Constructor for class org.apache.commons.ognl.ASTSelectFirst
- ASTSelectFirst(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTSelectFirst
- ASTSelectLast - Class in org.apache.commons.ognl
-
$Id$
- ASTSelectLast(int) - Constructor for class org.apache.commons.ognl.ASTSelectLast
- ASTSelectLast(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTSelectLast
- ASTSequence - Class in org.apache.commons.ognl
-
$Id$
- ASTSequence(int) - Constructor for class org.apache.commons.ognl.ASTSequence
- ASTSequence(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTSequence
- ASTShiftLeft - Class in org.apache.commons.ognl
-
$Id$
- ASTShiftLeft(int) - Constructor for class org.apache.commons.ognl.ASTShiftLeft
- ASTShiftLeft(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTShiftLeft
- ASTShiftRight - Class in org.apache.commons.ognl
-
$Id$
- ASTShiftRight(int) - Constructor for class org.apache.commons.ognl.ASTShiftRight
- ASTShiftRight(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTShiftRight
- ASTStaticField - Class in org.apache.commons.ognl
-
$Id$
- ASTStaticField(int) - Constructor for class org.apache.commons.ognl.ASTStaticField
- ASTStaticField(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTStaticField
- ASTStaticMethod - Class in org.apache.commons.ognl
-
$Id$
- ASTStaticMethod(int) - Constructor for class org.apache.commons.ognl.ASTStaticMethod
- ASTStaticMethod(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTStaticMethod
- ASTSubtract - Class in org.apache.commons.ognl
-
$Id$
- ASTSubtract(int) - Constructor for class org.apache.commons.ognl.ASTSubtract
- ASTSubtract(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTSubtract
- ASTTest - Class in org.apache.commons.ognl
-
$Id$
- ASTTest(int) - Constructor for class org.apache.commons.ognl.ASTTest
- ASTTest(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTTest
- ASTThisVarRef - Class in org.apache.commons.ognl
-
$Id$
- ASTThisVarRef(int) - Constructor for class org.apache.commons.ognl.ASTThisVarRef
- ASTThisVarRef(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTThisVarRef
- ASTUnsignedShiftRight - Class in org.apache.commons.ognl
-
$Id$
- ASTUnsignedShiftRight(int) - Constructor for class org.apache.commons.ognl.ASTUnsignedShiftRight
- ASTUnsignedShiftRight(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTUnsignedShiftRight
- ASTVarRef - Class in org.apache.commons.ognl
-
$Id$
- ASTVarRef(int) - Constructor for class org.apache.commons.ognl.ASTVarRef
- ASTVarRef(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTVarRef
- ASTXor - Class in org.apache.commons.ognl
-
$Id$
- ASTXor(int) - Constructor for class org.apache.commons.ognl.ASTXor
- ASTXor(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ASTXor
- available - Variable in class org.apache.commons.ognl.JavaCharStream
B
- BACK_CHAR_ESC - Static variable in interface org.apache.commons.ognl.OgnlParserConstants
-
RegularExpression Id.
- BACK_CHAR_LITERAL - Static variable in interface org.apache.commons.ognl.OgnlParserConstants
-
RegularExpression Id.
- backup(int) - Method in class org.apache.commons.ognl.JavaCharStream
-
Retreat.
- beginColumn - Variable in class org.apache.commons.ognl.Token
-
The column number of the first character of this Token.
- beginLine - Variable in class org.apache.commons.ognl.Token
-
The line number of the first character of this Token.
- BeginToken() - Method in class org.apache.commons.ognl.JavaCharStream
- BIGDEC - Static variable in interface org.apache.commons.ognl.NumericTypes
-
Type tag meaning java.math.BigDecimal.
- bigDecValue(Object) - Static method in class org.apache.commons.ognl.OgnlOps
-
Evaluates the given object as a BigDecimal.
- BIGINT - Static variable in interface org.apache.commons.ognl.NumericTypes
-
Type tag meaning java.math.BigInteger.
- bigIntValue(Object) - Static method in class org.apache.commons.ognl.OgnlOps
-
Evaluates the given object as a BigInteger.
- binaryAnd(Object, Object) - Static method in class org.apache.commons.ognl.OgnlOps
- binaryOr(Object, Object) - Static method in class org.apache.commons.ognl.OgnlOps
- binaryXor(Object, Object) - Static method in class org.apache.commons.ognl.OgnlOps
- bitNegate(Object) - Static method in class org.apache.commons.ognl.OgnlOps
- BOOL - Static variable in interface org.apache.commons.ognl.NumericTypes
-
Type tag meaning boolean.
- BooleanExpression - Class in org.apache.commons.ognl
-
Base class for boolean expressions.
- BooleanExpression(int) - Constructor for class org.apache.commons.ognl.BooleanExpression
- BooleanExpression(OgnlParser, int) - Constructor for class org.apache.commons.ognl.BooleanExpression
- booleanValue(boolean) - Static method in class org.apache.commons.ognl.OgnlOps
- booleanValue(double) - Static method in class org.apache.commons.ognl.OgnlOps
- booleanValue(float) - Static method in class org.apache.commons.ognl.OgnlOps
- booleanValue(int) - Static method in class org.apache.commons.ognl.OgnlOps
- booleanValue(long) - Static method in class org.apache.commons.ognl.OgnlOps
- booleanValue(Object) - Static method in class org.apache.commons.ognl.OgnlOps
-
Evaluates the given object as a boolean: if it is a Boolean object, it's easy; if it's a Number or a Character, returns true for non-zero objects; and otherwise returns true for non-null objects.
- bufcolumn - Variable in class org.apache.commons.ognl.JavaCharStream
- buffer - Variable in class org.apache.commons.ognl.JavaCharStream
- bufline - Variable in class org.apache.commons.ognl.JavaCharStream
- bufpos - Variable in class org.apache.commons.ognl.JavaCharStream
- bufsize - Variable in class org.apache.commons.ognl.JavaCharStream
- BYTE - Static variable in interface org.apache.commons.ognl.NumericTypes
-
Type tag meaning byte.
C
- cache - Variable in class org.apache.commons.ognl.internal.ConcurrentHashMapCache
- cache - Variable in class org.apache.commons.ognl.internal.HashMapCache
- cache - Variable in class org.apache.commons.ognl.internal.ReentrantReadWriteLockCache
- cache - Static variable in class org.apache.commons.ognl.OgnlRuntime
- Cache<K,V> - Interface in org.apache.commons.ognl.internal
-
$Id$
- CacheEntry - Interface in org.apache.commons.ognl.internal.entry
- cacheEntryFactory - Variable in class org.apache.commons.ognl.internal.ConcurrentHashMapCache
- cacheEntryFactory - Variable in class org.apache.commons.ognl.internal.HashMapCache
- cacheEntryFactory - Variable in class org.apache.commons.ognl.internal.ReentrantReadWriteLockCache
- CacheEntryFactory<K,V> - Interface in org.apache.commons.ognl.internal.entry
- CacheException - Exception in org.apache.commons.ognl.internal
- CacheException(Throwable) - Constructor for exception org.apache.commons.ognl.internal.CacheException
- cacheFactory - Variable in class org.apache.commons.ognl.OgnlCache
- CacheFactory - Interface in org.apache.commons.ognl.internal
-
User: Maurizio Cucchiara Date: 10/22/11 Time: 1:35 AM
- callAppropriateMethod(OgnlContext, Object, Object, String, String, List<Method>, Object[]) - Static method in class org.apache.commons.ognl.OgnlRuntime
- callConstructor(OgnlContext, String, Object[]) - Static method in class org.apache.commons.ognl.OgnlRuntime
- callMethod(Map<String, Object>, Object, String, Object[]) - Method in interface org.apache.commons.ognl.MethodAccessor
-
Calls the method named with the arguments given.
- callMethod(Map<String, Object>, Object, String, Object[]) - Method in class org.apache.commons.ognl.ObjectMethodAccessor
-
Calls the method named with the arguments given.
- callMethod(OgnlContext, Object, String, Object[]) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Invokes the specified method against the target object.
- callStaticMethod(Map<String, Object>, Class<?>, String, Object[]) - Method in interface org.apache.commons.ognl.MethodAccessor
-
Calls the static method named with the arguments given on the class given.
- callStaticMethod(Map<String, Object>, Class<?>, String, Object[]) - Method in class org.apache.commons.ognl.ObjectMethodAccessor
-
Calls the static method named with the arguments given on the class given.
- callStaticMethod(OgnlContext, String, String, Object[]) - Static method in class org.apache.commons.ognl.OgnlRuntime
- castExpression(OgnlContext, Node, String) - Method in class org.apache.commons.ognl.enhance.ExpressionCompiler
-
Used primarily by AST types like
ASTChain
wherefoo.bar.id
type references may need to be cast multiple times in order to properly resolve the members in a compiled statement. - castExpression(OgnlContext, Node, String) - Method in interface org.apache.commons.ognl.enhance.OgnlExpressionCompiler
-
Used primarily by AST types like
ASTChain
wherefoo.bar.id
type references may need to be cast multiple times in order to properly resolve the members in a compiled statement. - castToRuntime(Throwable) - Static method in class org.apache.commons.ognl.OgnlOps
-
Utility method that converts incoming exceptions to
RuntimeException
instances - or casts them if they already are. - CHAR - Static variable in interface org.apache.commons.ognl.NumericTypes
-
Type tag meaning char.
- CHAR_LITERAL - Static variable in interface org.apache.commons.ognl.OgnlParserConstants
-
RegularExpression Id.
- charLiteralStartQuote - Variable in class org.apache.commons.ognl.OgnlParserTokenManager
-
Holds char literal start token.
- charValue - Variable in class org.apache.commons.ognl.OgnlParserTokenManager
-
Holds the last character escaped or in a character literal.
- children - Variable in class org.apache.commons.ognl.SimpleNode
- CLASS_RESOLVER_CONTEXT_KEY - Static variable in class org.apache.commons.ognl.OgnlContext
- ClassCache<V> - Interface in org.apache.commons.ognl.internal
-
This is a highly specialized map for storing values keyed by Class objects.
- ClassCacheEntryFactory<T> - Interface in org.apache.commons.ognl.internal.entry
- ClassCacheHandler - Class in org.apache.commons.ognl.internal
- ClassCacheHandler() - Constructor for class org.apache.commons.ognl.internal.ClassCacheHandler
- ClassCacheImpl<V> - Class in org.apache.commons.ognl.internal
-
Implementation of
ClassCache
. - ClassCacheImpl() - Constructor for class org.apache.commons.ognl.internal.ClassCacheImpl
- ClassCacheInspector - Interface in org.apache.commons.ognl
-
Optional interface that may be registered with
OgnlRuntime.setClassCacheInspector(ClassCacheInspector)
as a means to disallow caching of specific class types. - classCounter - Variable in class org.apache.commons.ognl.enhance.ExpressionCompiler
- classes - Variable in class org.apache.commons.ognl.DefaultClassResolver
- classForName(String) - Method in class org.apache.commons.ognl.DefaultClassResolver
-
Resolves a class for a given className
- classForName(String, Map<String, Object>) - Method in interface org.apache.commons.ognl.ClassResolver
- classForName(String, Map<String, Object>) - Method in class org.apache.commons.ognl.DefaultClassResolver
- classForName(OgnlContext, String) - Static method in class org.apache.commons.ognl.OgnlRuntime
- classInspector - Variable in class org.apache.commons.ognl.internal.ClassCacheImpl
- className - Variable in class org.apache.commons.ognl.ASTCtor
- className - Variable in class org.apache.commons.ognl.ASTMap
- className - Variable in class org.apache.commons.ognl.ASTStaticField
- className - Variable in class org.apache.commons.ognl.ASTStaticMethod
- className() - Method in class org.apache.commons.ognl.OgnlParser
- classReference() - Method in class org.apache.commons.ognl.OgnlParser
- classResolver - Variable in class org.apache.commons.ognl.OgnlContext
- ClassResolver - Interface in org.apache.commons.ognl
-
This interface defines an object that will resolve a class from a string and an ognl context table.
- clear() - Method in interface org.apache.commons.ognl.internal.Cache
- clear() - Method in class org.apache.commons.ognl.internal.ClassCacheImpl
- clear() - Method in class org.apache.commons.ognl.internal.ConcurrentHashMapCache
- clear() - Method in class org.apache.commons.ognl.internal.HashMapCache
- clear() - Method in class org.apache.commons.ognl.internal.ReentrantReadWriteLockCache
- clear() - Method in class org.apache.commons.ognl.OgnlCache
- clear() - Method in class org.apache.commons.ognl.OgnlContext
- clearCache() - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Clears all of the cached reflection information normally used to improve the speed of expressions that operate on the same classes or are executed multiple times.
- clearNodeScope(Node) - Method in class org.apache.commons.ognl.JJTOgnlParserState
- closeNodeScope(Node, boolean) - Method in class org.apache.commons.ognl.JJTOgnlParserState
- closeNodeScope(Node, int) - Method in class org.apache.commons.ognl.JJTOgnlParserState
- coerceToNumeric(String, OgnlContext, Node) - Method in class org.apache.commons.ognl.ASTBitAnd
- coerceToNumeric(String, OgnlContext, Node) - Method in class org.apache.commons.ognl.NumericExpression
- CollectionElementsAccessor - Class in org.apache.commons.ognl
-
Implementation of ElementsAccessor that returns a collection's iterator.
- CollectionElementsAccessor() - Constructor for class org.apache.commons.ognl.CollectionElementsAccessor
- column - Variable in class org.apache.commons.ognl.JavaCharStream
- commaSeparatedChildren(SimpleNode, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- compareWithConversion(Object, Object) - Static method in class org.apache.commons.ognl.OgnlOps
-
Compares two objects for equality, even if it has to convert one of them to the other type.
- ComparisonExpression - Class in org.apache.commons.ognl
-
Base class for types that compare values.
- ComparisonExpression(int) - Constructor for class org.apache.commons.ognl.ComparisonExpression
- ComparisonExpression(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ComparisonExpression
- compileExpression(OgnlContext, Object, String) - Static method in class org.apache.commons.ognl.Ognl
-
Parses and compiles the given expression using the
OgnlExpressionCompiler
returned fromOgnlRuntime.getCompiler(OgnlContext)
. - compileExpression(OgnlContext, Node, Object) - Method in class org.apache.commons.ognl.enhance.ExpressionCompiler
-
The core method executed to compile a specific expression.
- compileExpression(OgnlContext, Node, Object) - Method in interface org.apache.commons.ognl.enhance.OgnlExpressionCompiler
-
The core method executed to compile a specific expression.
- compileExpression(OgnlContext, Node, Object) - Static method in class org.apache.commons.ognl.OgnlRuntime
- compiler - Static variable in class org.apache.commons.ognl.OgnlRuntime
-
Expression compiler used by
Ognl.compileExpression(OgnlContext, Object, String)
calls. - concatInfix(Node, String, Node, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- concatInfix(SimpleNode, String, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- ConcurrentHashMapCache<K,V> - Class in org.apache.commons.ognl.internal
- ConcurrentHashMapCache() - Constructor for class org.apache.commons.ognl.internal.ConcurrentHashMapCache
- ConcurrentHashMapCache(CacheEntryFactory<K, V>) - Constructor for class org.apache.commons.ognl.internal.ConcurrentHashMapCache
- ConcurrentHashMapCacheFactory - Class in org.apache.commons.ognl.internal
- ConcurrentHashMapCacheFactory() - Constructor for class org.apache.commons.ognl.internal.ConcurrentHashMapCacheFactory
- ConcurrentHashMapClassCache<T> - Class in org.apache.commons.ognl.internal
- ConcurrentHashMapClassCache(CacheEntryFactory<Class<?>, T>) - Constructor for class org.apache.commons.ognl.internal.ConcurrentHashMapClassCache
- conditionalTestExpression() - Method in class org.apache.commons.ognl.OgnlParser
- constantValue - Variable in class org.apache.commons.ognl.SimpleNode
- constantValueCalculated - Variable in class org.apache.commons.ognl.SimpleNode
- constructorCache - Variable in class org.apache.commons.ognl.OgnlCache
- constructorCall() - Method in class org.apache.commons.ognl.OgnlParser
- contains(K) - Method in class org.apache.commons.ognl.internal.ConcurrentHashMapCache
- contains(K) - Method in class org.apache.commons.ognl.internal.HashMapCache
- containsKey(Object) - Method in class org.apache.commons.ognl.OgnlContext
- containsMethod(Method, Class<?>) - Method in class org.apache.commons.ognl.enhance.ExpressionCompiler
-
Helper utility method used by compiler to help resolve class->method mappings during method calls to
OgnlExpressionCompiler.getSuperOrInterfaceClass(java.lang.reflect.Method, Class)
. - containsValue(Object) - Method in class org.apache.commons.ognl.OgnlContext
- context - Variable in class org.apache.commons.ognl.enhance.ContextClassLoader
- CONTEXT_CONTEXT_KEY - Static variable in class org.apache.commons.ognl.OgnlContext
- ContextClassLoader - Class in org.apache.commons.ognl.enhance
- ContextClassLoader(ClassLoader, OgnlContext) - Constructor for class org.apache.commons.ognl.enhance.ContextClassLoader
- convertValue(boolean, Class<T>) - Static method in class org.apache.commons.ognl.OgnlOps
- convertValue(boolean, Class<T>, boolean) - Static method in class org.apache.commons.ognl.OgnlOps
- convertValue(byte, Class<T>) - Static method in class org.apache.commons.ognl.OgnlOps
- convertValue(byte, Class<T>, boolean) - Static method in class org.apache.commons.ognl.OgnlOps
- convertValue(char, Class<T>) - Static method in class org.apache.commons.ognl.OgnlOps
- convertValue(char, Class<T>, boolean) - Static method in class org.apache.commons.ognl.OgnlOps
- convertValue(double, Class<T>) - Static method in class org.apache.commons.ognl.OgnlOps
- convertValue(double, Class<T>, boolean) - Static method in class org.apache.commons.ognl.OgnlOps
- convertValue(float, Class<T>) - Static method in class org.apache.commons.ognl.OgnlOps
- convertValue(float, Class<T>, boolean) - Static method in class org.apache.commons.ognl.OgnlOps
- convertValue(int, Class<T>) - Static method in class org.apache.commons.ognl.OgnlOps
- convertValue(int, Class<T>, boolean) - Static method in class org.apache.commons.ognl.OgnlOps
- convertValue(long, Class<T>) - Static method in class org.apache.commons.ognl.OgnlOps
- convertValue(long, Class<T>, boolean) - Static method in class org.apache.commons.ognl.OgnlOps
- convertValue(Object, Class<?>) - Static method in class org.apache.commons.ognl.OgnlOps
-
Returns the value converted numerically to the given class type This method also detects when arrays are being converted and converts the components of one array to the type of the other.
- convertValue(Object, Class<T>, boolean) - Static method in class org.apache.commons.ognl.OgnlOps
- convertValue(Map<String, Object>, Object, Class<T>) - Method in class org.apache.commons.ognl.DefaultTypeConverter
- convertValue(Map<String, Object>, Object, Member, String, Object, Class<T>) - Method in class org.apache.commons.ognl.DefaultTypeConverter
-
Converts the given value to a given type.
- convertValue(Map<String, Object>, Object, Member, String, Object, Class<T>) - Method in interface org.apache.commons.ognl.TypeConverter
-
Converts the given value to a given type.
- core - Variable in class org.apache.commons.ognl.ASTVarRef
- coreExpression - Variable in class org.apache.commons.ognl.ASTChain
- coreExpression - Variable in class org.apache.commons.ognl.ASTMethod
- coreExpression - Variable in class org.apache.commons.ognl.ASTSequence
- create(Class<?>) - Method in class org.apache.commons.ognl.internal.entry.FieldCacheEntryFactory
- create(Class<?>) - Method in class org.apache.commons.ognl.internal.entry.PropertyDescriptorCacheEntryFactory
- create(Method) - Method in class org.apache.commons.ognl.internal.entry.MethodAccessCacheEntryFactory
- create(Method) - Method in class org.apache.commons.ognl.internal.entry.MethodPermCacheEntryFactory
- create(K) - Method in interface org.apache.commons.ognl.internal.entry.CacheEntryFactory
- create(GenericMethodParameterTypeCacheEntry) - Method in class org.apache.commons.ognl.internal.entry.GenericMethodParameterTypeFactory
- create(PermissionCacheEntry) - Method in class org.apache.commons.ognl.internal.entry.PermissionCacheEntryFactory
- create(T) - Method in class org.apache.commons.ognl.internal.entry.MethodCacheEntryFactory
- createCache(CacheEntryFactory<K, V>) - Method in interface org.apache.commons.ognl.internal.CacheFactory
- createCache(CacheEntryFactory<K, V>) - Method in class org.apache.commons.ognl.internal.ConcurrentHashMapCacheFactory
- createCache(CacheEntryFactory<K, V>) - Method in class org.apache.commons.ognl.internal.HashMapCacheFactory
- createCache(CacheEntryFactory<K, V>) - Method in class org.apache.commons.ognl.internal.ReentrantReadWriteLockCacheFactory
- createClassCache() - Method in interface org.apache.commons.ognl.internal.CacheFactory
- createClassCache() - Method in class org.apache.commons.ognl.internal.ConcurrentHashMapCacheFactory
- createClassCache() - Method in class org.apache.commons.ognl.internal.HashMapCacheFactory
- createClassCache() - Method in class org.apache.commons.ognl.internal.ReentrantReadWriteLockCacheFactory
- createClassCache(ClassCacheEntryFactory<V>) - Method in interface org.apache.commons.ognl.internal.CacheFactory
- createClassCache(ClassCacheEntryFactory<V>) - Method in class org.apache.commons.ognl.internal.ConcurrentHashMapCacheFactory
- createClassCache(ClassCacheEntryFactory<V>) - Method in class org.apache.commons.ognl.internal.HashMapCacheFactory
- createClassCache(ClassCacheEntryFactory<V>) - Method in class org.apache.commons.ognl.internal.ReentrantReadWriteLockCacheFactory
- createDefaultContext(Object) - Static method in class org.apache.commons.ognl.Ognl
-
Creates and returns a new standard naming context for evaluating an OGNL expression.
- createDefaultContext(Object, ClassResolver) - Static method in class org.apache.commons.ognl.Ognl
-
Creates and returns a new standard naming context for evaluating an OGNL expression.
- createDefaultContext(Object, ClassResolver, TypeConverter) - Static method in class org.apache.commons.ognl.Ognl
-
Creates and returns a new standard naming context for evaluating an OGNL expression.
- createDefaultContext(Object, ClassResolver, TypeConverter, MemberAccess) - Static method in class org.apache.commons.ognl.Ognl
-
Creates and returns a new standard naming context for evaluating an OGNL expression.
- createLocalReference(OgnlContext, String, Class<?>) - Method in class org.apache.commons.ognl.enhance.ExpressionCompiler
-
Method is used for expressions where multiple inner parameter method calls in generated java source strings cause javassit failures.
- createLocalReference(OgnlContext, String, Class<?>) - Method in interface org.apache.commons.ognl.enhance.OgnlExpressionCompiler
-
Method is used for expressions where multiple inner parameter method calls in generated java source strings cause javassit failures.
- createLocalReferences(OgnlContext, ClassPool, CtClass, CtClass, CtClass[]) - Method in class org.apache.commons.ognl.enhance.ExpressionCompiler
- curChar - Variable in class org.apache.commons.ognl.OgnlParserTokenManager
- curLexState - Variable in class org.apache.commons.ognl.OgnlParserTokenManager
- currentEvaluation - Variable in class org.apache.commons.ognl.OgnlContext
- currentMark - Variable in class org.apache.commons.ognl.JJTOgnlParserState
- currentNode - Variable in class org.apache.commons.ognl.OgnlContext
- currentObject - Variable in class org.apache.commons.ognl.OgnlContext
- currentToken - Variable in exception org.apache.commons.ognl.ParseException
-
This is the last token that has been consumed successfully.
D
- debugStream - Variable in class org.apache.commons.ognl.OgnlParserTokenManager
-
Debug output.
- DEC_DIGITS - Static variable in interface org.apache.commons.ognl.OgnlParserConstants
-
RegularExpression Id.
- DEC_FLT - Static variable in interface org.apache.commons.ognl.OgnlParserConstants
-
RegularExpression Id.
- DeclaredMethodCacheEntry - Class in org.apache.commons.ognl.internal.entry
- DeclaredMethodCacheEntry(Class<?>) - Constructor for class org.apache.commons.ognl.internal.entry.DeclaredMethodCacheEntry
- DeclaredMethodCacheEntry(Class<?>, DeclaredMethodCacheEntry.MethodType) - Constructor for class org.apache.commons.ognl.internal.entry.DeclaredMethodCacheEntry
- DeclaredMethodCacheEntry.MethodType - Enum in org.apache.commons.ognl.internal.entry
- DeclaredMethodCacheEntryFactory - Class in org.apache.commons.ognl.internal.entry
-
User: mcucchiara Date: 13/10/11 Time: 13.00
- DeclaredMethodCacheEntryFactory() - Constructor for class org.apache.commons.ognl.internal.entry.DeclaredMethodCacheEntryFactory
- DEFAULT - Static variable in interface org.apache.commons.ognl.OgnlParserConstants
-
Lexical state.
- DEFAULT_CLASS_RESOLVER - Static variable in class org.apache.commons.ognl.OgnlContext
- DEFAULT_MEMBER_ACCESS - Static variable in class org.apache.commons.ognl.OgnlContext
- DEFAULT_TYPE_CONVERTER - Static variable in class org.apache.commons.ognl.OgnlContext
- DefaultClassResolver - Class in org.apache.commons.ognl
-
Default class resolution.
- DefaultClassResolver() - Constructor for class org.apache.commons.ognl.DefaultClassResolver
- defaultKeepLastEvaluation - Static variable in class org.apache.commons.ognl.OgnlContext
- defaultLexState - Variable in class org.apache.commons.ognl.OgnlParserTokenManager
- defaultMapClassMap - Variable in class org.apache.commons.ognl.ASTMap
- DefaultMemberAccess - Class in org.apache.commons.ognl
-
This class provides methods for setting up and restoring access in a Field.
- DefaultMemberAccess(boolean) - Constructor for class org.apache.commons.ognl.DefaultMemberAccess
- DefaultMemberAccess(boolean, boolean, boolean) - Constructor for class org.apache.commons.ognl.DefaultMemberAccess
- defaultTraceEvaluations - Static variable in class org.apache.commons.ognl.OgnlContext
- DefaultTypeConverter - Class in org.apache.commons.ognl
-
Default type conversion.
- DefaultTypeConverter() - Constructor for class org.apache.commons.ognl.DefaultTypeConverter
- defineClass(String, byte[]) - Method in class org.apache.commons.ognl.enhance.EnhancedClassLoader
- DIGIT - Static variable in interface org.apache.commons.ognl.OgnlParserConstants
-
RegularExpression Id.
- disable_tracing() - Method in class org.apache.commons.ognl.OgnlParser
-
Disable tracing.
- divide(Object, Object) - Static method in class org.apache.commons.ognl.OgnlOps
- Done() - Method in class org.apache.commons.ognl.JavaCharStream
-
Set buffers back to null when finished.
- DOUBLE - Static variable in interface org.apache.commons.ognl.NumericTypes
-
Type tag meaning double.
- doubleValue(Object) - Static method in class org.apache.commons.ognl.OgnlOps
-
Evaluates the given object as a double-precision floating-point number.
- dump(PrintWriter, String) - Method in class org.apache.commons.ognl.SimpleNode
- DYNAMIC_SUBSCRIPT - Static variable in interface org.apache.commons.ognl.OgnlParserConstants
-
RegularExpression Id.
- DynamicSubscript - Class in org.apache.commons.ognl
-
This class has predefined instances that stand for OGNL's special "dynamic subscripts" for getting at the first, middle, or last elements of a list.
- DynamicSubscript(int) - Constructor for class org.apache.commons.ognl.DynamicSubscript
E
- e - Variable in class org.apache.commons.ognl.EnumerationIterator
- ElementsAccessor - Interface in org.apache.commons.ognl
-
This interface defines a method for getting the "elements" of an object, which means any objects that naturally would be considered to be contained by the object.
- elementsAccessors - Variable in class org.apache.commons.ognl.OgnlCache
- enable_tracing() - Method in class org.apache.commons.ognl.OgnlParser
-
Enable tracing.
- endColumn - Variable in class org.apache.commons.ognl.Token
-
The column number of the last character of this Token.
- endLine - Variable in class org.apache.commons.ognl.Token
-
The line number of the last character of this Token.
- EnhancedClassLoader - Class in org.apache.commons.ognl.enhance
- EnhancedClassLoader(ClassLoader) - Constructor for class org.apache.commons.ognl.enhance.EnhancedClassLoader
- Entry<K,V> - Class in org.apache.commons.ognl.internal
-
Used by
ClassCacheImpl
to store entries in the cache. - Entry(K, V) - Constructor for class org.apache.commons.ognl.internal.Entry
- entrySet() - Method in class org.apache.commons.ognl.OgnlContext
- EnumerationElementsAccessor - Class in org.apache.commons.ognl
-
Implementation of the ElementsAccessor interface for Enumerations, which returns an iterator that passes its calls through to the target Enumeration.
- EnumerationElementsAccessor() - Constructor for class org.apache.commons.ognl.EnumerationElementsAccessor
- EnumerationIterator<E> - Class in org.apache.commons.ognl
-
Object that implements Iterator from an Enumeration
- EnumerationIterator(Enumeration<E>) - Constructor for class org.apache.commons.ognl.EnumerationIterator
- EnumerationPropertyAccessor - Class in org.apache.commons.ognl
-
Implementation of PropertyAccessor that provides "property" reference to "nextElement" (aliases to "next" also) and "hasMoreElements" (also aliased to "hasNext").
- EnumerationPropertyAccessor() - Constructor for class org.apache.commons.ognl.EnumerationPropertyAccessor
- EOF - Static variable in interface org.apache.commons.ognl.OgnlParserConstants
-
End of File.
- EOL - Static variable in exception org.apache.commons.ognl.ParseException
-
The end of line string for this machine.
- equal(Object, Object) - Static method in class org.apache.commons.ognl.OgnlOps
- equalityExpression() - Method in class org.apache.commons.ognl.OgnlParser
- equals(Object) - Method in class org.apache.commons.ognl.enhance.LocalReferenceImpl
- equals(Object) - Method in class org.apache.commons.ognl.internal.entry.DeclaredMethodCacheEntry
- equals(Object) - Method in class org.apache.commons.ognl.internal.entry.GenericMethodParameterTypeCacheEntry
- equals(Object) - Method in class org.apache.commons.ognl.internal.entry.MethodCacheEntry
- equals(Object) - Method in class org.apache.commons.ognl.internal.entry.PermissionCacheEntry
- equals(Object) - Method in class org.apache.commons.ognl.ObjectIndexedPropertyDescriptor
- equals(Object) - Method in class org.apache.commons.ognl.OgnlContext
- errorCode - Variable in error org.apache.commons.ognl.TokenMgrError
-
Indicates the reason why the exception is thrown.
- ESC - Static variable in interface org.apache.commons.ognl.OgnlParserConstants
-
RegularExpression Id.
- escapeChar() - Method in class org.apache.commons.ognl.OgnlParserTokenManager
-
Converts an escape sequence into a character value.
- evaluateGetValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.SimpleNode
- evaluateSetValueBody(OgnlContext, Object, Object) - Method in class org.apache.commons.ognl.SimpleNode
- evaluation - Variable in exception org.apache.commons.ognl.OgnlException
-
The root evaluation of the expression when the exception was thrown
- Evaluation - Class in org.apache.commons.ognl
-
An
Evaluation
is and object that holds a node being evaluated and the source from which that node will take extract its value. - Evaluation(SimpleNode, Object) - Constructor for class org.apache.commons.ognl.Evaluation
-
Constructs a new "get"
Evaluation
from the node and source given. - Evaluation(SimpleNode, Object, boolean) - Constructor for class org.apache.commons.ognl.Evaluation
-
Constructs a new
Evaluation
from the node and source given. - exception - Variable in class org.apache.commons.ognl.Evaluation
- exclusiveOrExpression() - Method in class org.apache.commons.ognl.OgnlParser
- ExpandBuff(boolean) - Method in class org.apache.commons.ognl.JavaCharStream
- expectedTokenSequences - Variable in exception org.apache.commons.ognl.ParseException
-
Each entry in this array is an array of integers.
- EXPONENT - Static variable in interface org.apache.commons.ognl.OgnlParserConstants
-
RegularExpression Id.
- expression - Variable in class org.apache.commons.ognl.enhance.LocalReferenceImpl
- expression() - Method in class org.apache.commons.ognl.OgnlParser
- ExpressionAccessor - Interface in org.apache.commons.ognl.enhance
-
Provides pure java expression paths to get/set values from an ognl expression.
- ExpressionCompiler - Class in org.apache.commons.ognl.enhance
-
Responsible for managing/providing functionality related to compiling generated java source expressions via bytecode enhancements for a given ognl expression.
- ExpressionCompiler() - Constructor for class org.apache.commons.ognl.enhance.ExpressionCompiler
- ExpressionNode - Class in org.apache.commons.ognl
- ExpressionNode(int) - Constructor for class org.apache.commons.ognl.ExpressionNode
- ExpressionNode(OgnlParser, int) - Constructor for class org.apache.commons.ognl.ExpressionNode
- ExpressionSyntaxException - Exception in org.apache.commons.ognl
-
Exception thrown if a malformed OGNL expression is encountered.
- ExpressionSyntaxException(String, Throwable) - Constructor for exception org.apache.commons.ognl.ExpressionSyntaxException
F
- FieldCacheEntryFactory - Class in org.apache.commons.ognl.internal.entry
- FieldCacheEntryFactory() - Constructor for class org.apache.commons.ognl.internal.entry.FieldCacheEntryFactory
- fieldName - Variable in class org.apache.commons.ognl.ASTStaticField
- FillBuff() - Method in class org.apache.commons.ognl.JavaCharStream
- fillInStackTrace() - Method in error org.apache.commons.ognl.OgnlParser.LookaheadSuccess
- findClass(String) - Method in class org.apache.commons.ognl.enhance.ContextClassLoader
- findClosestMatchingMethod(Class<?>, Method, String, Class<?>, boolean) - Static method in class org.apache.commons.ognl.internal.entry.PropertyDescriptorCacheEntryFactory
- findObjectIndexedPropertyDescriptors(Class<?>, Map<String, PropertyDescriptor>) - Static method in class org.apache.commons.ognl.internal.entry.PropertyDescriptorCacheEntryFactory
- findParameterTypes(Class<?>, Method) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Finds the appropriate parameter types for the given
Method
andClass
instance of the type the method is associated with. - first - Static variable in class org.apache.commons.ognl.DynamicSubscript
- first - Variable in class org.apache.commons.ognl.OgnlParser.JJCalls
- FIRST - Static variable in class org.apache.commons.ognl.DynamicSubscript
- firstChild - Variable in class org.apache.commons.ognl.Evaluation
- flag - Variable in class org.apache.commons.ognl.DynamicSubscript
- flattenTree() - Method in class org.apache.commons.ognl.SimpleNode
-
This method may be called from subclasses' jjtClose methods.
- FLOAT - Static variable in interface org.apache.commons.ognl.NumericTypes
-
Type tag meaning float.
- FLT_LITERAL - Static variable in interface org.apache.commons.ognl.OgnlParserConstants
-
RegularExpression Id.
- FLT_SUFF - Static variable in interface org.apache.commons.ognl.OgnlParserConstants
-
RegularExpression Id.
G
- gen - Variable in class org.apache.commons.ognl.OgnlParser.JJCalls
- generateGetter(OgnlContext, CtClass, CtClass, ClassPool, CtMethod, Node, Object) - Method in class org.apache.commons.ognl.enhance.ExpressionCompiler
- generateOgnlGetter(CtClass, CtMethod, CtField) - Method in class org.apache.commons.ognl.enhance.ExpressionCompiler
-
Fail safe getter creation when normal compilation fails.
- generateOgnlSetter(CtClass, CtMethod, CtField) - Method in class org.apache.commons.ognl.enhance.ExpressionCompiler
-
Fail safe setter creation when normal compilation fails.
- generateParseException() - Method in class org.apache.commons.ognl.OgnlParser
-
Generate ParseException.
- generateSetter(OgnlContext, CtClass, CtClass, ClassPool, CtMethod, Node, Object) - Method in class org.apache.commons.ognl.enhance.ExpressionCompiler
- GenericMethodParameterTypeCacheEntry - Class in org.apache.commons.ognl.internal.entry
- GenericMethodParameterTypeCacheEntry(Method, Class<?>) - Constructor for class org.apache.commons.ognl.internal.entry.GenericMethodParameterTypeCacheEntry
- GenericMethodParameterTypeFactory - Class in org.apache.commons.ognl.internal.entry
- GenericMethodParameterTypeFactory() - Constructor for class org.apache.commons.ognl.internal.entry.GenericMethodParameterTypeFactory
- get(Class<?>) - Method in class org.apache.commons.ognl.internal.ClassCacheImpl
- get(Class<?>) - Method in class org.apache.commons.ognl.NumericDefaults
- get(Class<?>) - Method in class org.apache.commons.ognl.NumericValues
- get(Class<?>) - Method in class org.apache.commons.ognl.PrimitiveDefaults
- get(Class<?>) - Method in class org.apache.commons.ognl.PrimitiveWrapperClasses
- get(Class<? extends Number>) - Method in class org.apache.commons.ognl.NumericCasts
- get(Class<? extends Number>) - Method in class org.apache.commons.ognl.NumericLiterals
- get(Object) - Method in class org.apache.commons.ognl.OgnlContext
- get(String) - Method in class org.apache.commons.ognl.PrimitiveTypes
- get(K) - Method in interface org.apache.commons.ognl.internal.Cache
- get(K) - Method in class org.apache.commons.ognl.internal.ConcurrentHashMapCache
- get(K) - Method in class org.apache.commons.ognl.internal.HashMapCache
- get(K) - Method in class org.apache.commons.ognl.internal.ReentrantReadWriteLockCache
- get(OgnlContext, Object) - Method in interface org.apache.commons.ognl.enhance.ExpressionAccessor
-
Gets the value represented by this expression path, if any.
- GET_PREFIX - Static variable in class org.apache.commons.ognl.OgnlRuntime
-
Java beans standard get method prefix.
- getAccessor() - Method in interface org.apache.commons.ognl.Node
-
Gets the compiled bytecode enhanced expression accessor for getting/setting values.
- getAccessor() - Method in class org.apache.commons.ognl.SimpleNode
- getAllowPackageProtectedAccess() - Method in class org.apache.commons.ognl.DefaultMemberAccess
- getAllowPrivateAccess() - Method in class org.apache.commons.ognl.DefaultMemberAccess
- getAllowProtectedAccess() - Method in class org.apache.commons.ognl.DefaultMemberAccess
- getAppropriateMethod(OgnlContext, Object, Object, String, List<Method>, Object[], Object[]) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Gets the appropriate method to be called for the given target, method name and arguments.
- getArgClass(Object) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Gets the class for a method argument that is appropriate for looking up methods by reflection, by looking for the standard primitive wrapper classes and exchanging for them their underlying primitive class objects.
- getBaseName(Object) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Returns the base name (the class name without the package name prepended) of the object given.
- getBeginColumn() - Method in class org.apache.commons.ognl.JavaCharStream
-
Get the beginning column.
- getBeginLine() - Method in class org.apache.commons.ognl.JavaCharStream
- getCastString(Class<?>) - Static method in class org.apache.commons.ognl.enhance.ExpressionCompiler
-
Returns the appropriate casting expression (minus parens) for the specified class type.
- getChildSource(OgnlContext, Object, Node) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Attempts to get the java source string represented by the specific child expression via the
toGetSourceString(OgnlContext, Object)
interface method. - getChildSource(OgnlContext, Object, Node, boolean) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Attempts to get the java source string represented by the specific child expression via the
toGetSourceString(OgnlContext, Object)
interface method. - getClassBaseName(Class<?>) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Returns the base name (the class name without the package name prepended) of the class given.
- getClassLoader(OgnlContext) - Method in class org.apache.commons.ognl.enhance.ExpressionCompiler
-
Creates a
ClassLoader
instance compatible with the javassist classloader and normal OGNL class resolving semantics. - getClassName() - Method in class org.apache.commons.ognl.ASTCtor
-
Get the class name for this constructor.
- getClassName() - Method in class org.apache.commons.ognl.ASTMap
-
Get the class name for this map.
- getClassName() - Method in class org.apache.commons.ognl.ASTStaticField
-
Get the class name for this field.
- getClassName() - Method in class org.apache.commons.ognl.ASTStaticMethod
-
Get the class name for this method.
- getClassName(Class<?>) - Method in class org.apache.commons.ognl.enhance.ExpressionCompiler
-
Gets a javassist safe class string for the given class instance.
- getClassName(Class<?>) - Method in interface org.apache.commons.ognl.enhance.OgnlExpressionCompiler
-
Gets a javassist safe class string for the given class instance.
- getClassName(Class<?>, boolean) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getClassName(Object, boolean) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getClassPackageName(Class<?>) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Returns the package name of the class given.
- getClassPool(OgnlContext, EnhancedClassLoader) - Method in class org.apache.commons.ognl.enhance.ExpressionCompiler
-
Gets either a new or existing
ClassPool
for use in compiling javassist classes. - getClassResolver() - Method in class org.apache.commons.ognl.OgnlContext
- getClassResolver(Map<String, Object>) - Static method in class org.apache.commons.ognl.Ognl
-
Gets the previously stored
ClassResolver
for the given context - if any. - getColumn() - Method in class org.apache.commons.ognl.JavaCharStream
-
Deprecated.
- getComparisonFunction() - Method in class org.apache.commons.ognl.ASTEq
- getComparisonFunction() - Method in class org.apache.commons.ognl.ASTGreater
- getComparisonFunction() - Method in class org.apache.commons.ognl.ASTGreaterEq
- getComparisonFunction() - Method in class org.apache.commons.ognl.ASTLess
- getComparisonFunction() - Method in class org.apache.commons.ognl.ASTLessEq
- getComparisonFunction() - Method in class org.apache.commons.ognl.ASTNotEq
- getComparisonFunction() - Method in class org.apache.commons.ognl.ComparisonExpression
- getCompiler(OgnlContext) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getConstructor(Class<?>) - Method in class org.apache.commons.ognl.OgnlCache
- getConstructors(Class<?>) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getConvertedConstructorAndArgs(OgnlContext, Object, List<Constructor<?>>, Object[], Object[]) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getConvertedMethodAndArgs(OgnlContext, Object, String, List<Method>, Object[], Object[]) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getConvertedType(OgnlContext, Object, Member, String, Object, Class<?>) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getConvertedTypes(OgnlContext, Object, Member, String, Class<?>[], Object[], Object[]) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getCoreExpression() - Method in class org.apache.commons.ognl.ASTChain
- getCoreExpression() - Method in class org.apache.commons.ognl.ASTMethod
- getCoreExpression() - Method in class org.apache.commons.ognl.ASTSequence
- getCoreExpression() - Method in class org.apache.commons.ognl.ASTVarRef
- getCoreExpression() - Method in interface org.apache.commons.ognl.enhance.OrderedReturn
-
Get the core expression to execute first before any return foo logic is started.
- getCtClass(Class<?>) - Method in class org.apache.commons.ognl.enhance.ExpressionCompiler
-
Loads a new class definition via javassist for the specified class.
- getCurrentAccessor() - Method in class org.apache.commons.ognl.OgnlContext
- getCurrentEvaluation() - Method in class org.apache.commons.ognl.OgnlContext
-
Gets the current Evaluation from the top of the stack.
- getCurrentNode() - Method in class org.apache.commons.ognl.OgnlContext
- getCurrentObject() - Method in class org.apache.commons.ognl.OgnlContext
- getCurrentType() - Method in class org.apache.commons.ognl.OgnlContext
-
Gets the current class type being evaluated on the stack, as set by
OgnlContext.setCurrentType(Class)
. - getDeclaredMethods(Class<?>, String, boolean) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getDefaultMapClass(OgnlContext) - Method in class org.apache.commons.ognl.ASTMap
- getElements(Object) - Method in class org.apache.commons.ognl.ArrayElementsAccessor
-
Returns an iterator over the elements of the given target object.
- getElements(Object) - Method in class org.apache.commons.ognl.CollectionElementsAccessor
-
Returns an iterator over the elements of the given target object.
- getElements(Object) - Method in interface org.apache.commons.ognl.ElementsAccessor
-
Returns an iterator over the elements of the given target object.
- getElements(Object) - Method in class org.apache.commons.ognl.EnumerationElementsAccessor
-
Returns an iterator over the elements of the given target object.
- getElements(Object) - Method in class org.apache.commons.ognl.IteratorElementsAccessor
-
Returns an iterator over the elements of the given target object.
- getElements(Object) - Method in class org.apache.commons.ognl.MapElementsAccessor
-
Returns an iterator over the elements of the given target object.
- getElements(Object) - Method in class org.apache.commons.ognl.NumberElementsAccessor
-
Returns an iterator over the elements of the given target object.
- getElements(Object) - Method in class org.apache.commons.ognl.ObjectElementsAccessor
-
Returns an iterator over the elements of the given target object.
- getElementsAccessor(Class<?>) - Method in class org.apache.commons.ognl.OgnlCache
- getElementsAccessor(Class<?>) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getEndColumn() - Method in class org.apache.commons.ognl.JavaCharStream
-
Get end column.
- getEndLine() - Method in class org.apache.commons.ognl.JavaCharStream
-
Get end line.
- getEscapedChar(char) - Static method in class org.apache.commons.ognl.OgnlOps
- getEscapeString(String) - Static method in class org.apache.commons.ognl.OgnlOps
- getEvaluation() - Method in exception org.apache.commons.ognl.OgnlException
-
Returns the Evaluation that was the root evaluation when the exception was thrown.
- getEvaluation(int) - Method in class org.apache.commons.ognl.OgnlContext
-
Returns the Evaluation at the relative index given.
- getException() - Method in class org.apache.commons.ognl.Evaluation
-
Returns the exception that occurred as a result of evaluating the Evaluation, or null if no exception occurred.
- getExpression() - Method in interface org.apache.commons.ognl.enhance.LocalReference
-
The expression that sets the value, ie the part after
.refName = - getExpression() - Method in class org.apache.commons.ognl.enhance.LocalReferenceImpl
-
The expression that sets the value, ie the part after
.refName = - getExpressionOperator(int) - Method in class org.apache.commons.ognl.ASTAdd
- getExpressionOperator(int) - Method in class org.apache.commons.ognl.ASTAnd
- getExpressionOperator(int) - Method in class org.apache.commons.ognl.ASTBitAnd
- getExpressionOperator(int) - Method in class org.apache.commons.ognl.ASTBitOr
- getExpressionOperator(int) - Method in class org.apache.commons.ognl.ASTDivide
- getExpressionOperator(int) - Method in class org.apache.commons.ognl.ASTEq
- getExpressionOperator(int) - Method in class org.apache.commons.ognl.ASTGreater
- getExpressionOperator(int) - Method in class org.apache.commons.ognl.ASTGreaterEq
- getExpressionOperator(int) - Method in class org.apache.commons.ognl.ASTLess
- getExpressionOperator(int) - Method in class org.apache.commons.ognl.ASTLessEq
- getExpressionOperator(int) - Method in class org.apache.commons.ognl.ASTMultiply
- getExpressionOperator(int) - Method in class org.apache.commons.ognl.ASTNot
- getExpressionOperator(int) - Method in class org.apache.commons.ognl.ASTNotEq
- getExpressionOperator(int) - Method in class org.apache.commons.ognl.ASTOr
- getExpressionOperator(int) - Method in class org.apache.commons.ognl.ASTRemainder
- getExpressionOperator(int) - Method in class org.apache.commons.ognl.ASTShiftLeft
- getExpressionOperator(int) - Method in class org.apache.commons.ognl.ASTShiftRight
- getExpressionOperator(int) - Method in class org.apache.commons.ognl.ASTSubtract
- getExpressionOperator(int) - Method in class org.apache.commons.ognl.ASTTest
- getExpressionOperator(int) - Method in class org.apache.commons.ognl.ASTUnsignedShiftRight
- getExpressionOperator(int) - Method in class org.apache.commons.ognl.ASTXor
- getExpressionOperator(int) - Method in class org.apache.commons.ognl.ExpressionNode
- getField(Class<?>) - Method in class org.apache.commons.ognl.OgnlCache
- getField(Class<?>, String) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getFieldClass(OgnlContext) - Method in class org.apache.commons.ognl.ASTStaticField
- getFieldName() - Method in class org.apache.commons.ognl.ASTStaticField
-
Get the field name for this field.
- getFields(Class<?>) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getFieldValue(OgnlContext, Object, String) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getFieldValue(OgnlContext, Object, String, boolean) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getFirstAccessor() - Method in class org.apache.commons.ognl.OgnlContext
- getFirstChild() - Method in class org.apache.commons.ognl.Evaluation
-
Returns the first child of this evaluation.
- getFirstDescendant() - Method in class org.apache.commons.ognl.Evaluation
-
Gets the first descendent.
- getFirstType() - Method in class org.apache.commons.ognl.OgnlContext
- getFlag() - Method in class org.apache.commons.ognl.DynamicSubscript
- getGenericMethodParameterTypes(GenericMethodParameterTypeCacheEntry) - Method in class org.apache.commons.ognl.OgnlCache
- getGetMethod(OgnlContext, Class<?>, String) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getGetterClass() - Method in class org.apache.commons.ognl.ASTAnd
- getGetterClass() - Method in class org.apache.commons.ognl.ASTChain
- getGetterClass() - Method in class org.apache.commons.ognl.ASTConst
- getGetterClass() - Method in class org.apache.commons.ognl.ASTIn
- getGetterClass() - Method in class org.apache.commons.ognl.ASTInstanceof
- getGetterClass() - Method in class org.apache.commons.ognl.ASTList
- getGetterClass() - Method in class org.apache.commons.ognl.ASTMethod
- getGetterClass() - Method in class org.apache.commons.ognl.ASTNotIn
- getGetterClass() - Method in class org.apache.commons.ognl.ASTOr
- getGetterClass() - Method in class org.apache.commons.ognl.ASTProperty
- getGetterClass() - Method in class org.apache.commons.ognl.ASTSequence
- getGetterClass() - Method in class org.apache.commons.ognl.ASTStaticField
- getGetterClass() - Method in class org.apache.commons.ognl.ASTStaticMethod
- getGetterClass() - Method in class org.apache.commons.ognl.ASTVarRef
- getGetterClass() - Method in class org.apache.commons.ognl.BooleanExpression
-
The type returned from the expression - if any.
- getGetterClass() - Method in interface org.apache.commons.ognl.NodeType
-
The type returned from the expression - if any.
- getGetterClass() - Method in class org.apache.commons.ognl.NumericExpression
-
The type returned from the expression - if any.
- getHandler(Class<?>, ClassCache<T>) - Static method in class org.apache.commons.ognl.internal.ClassCacheHandler
- GetImage() - Method in class org.apache.commons.ognl.JavaCharStream
-
Get the token timage.
- getIndexedProperty(OgnlContext, Object, String, Object) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getIndexedPropertyType(OgnlContext, Class<?>, String) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Determines the index property type, if any.
- getIndexedPropertyType(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTProperty
-
Returns true if this property is described by an IndexedPropertyDescriptor and that if followed by an index specifier it will call the index get/set methods rather than go through property accessors.
- getIndexedReadMethod() - Method in class org.apache.commons.ognl.ObjectIndexedPropertyDescriptor
- getIndexedWriteMethod() - Method in class org.apache.commons.ognl.ObjectIndexedPropertyDescriptor
- getIndexedWriteMethod(PropertyDescriptor) - Method in class org.apache.commons.ognl.ASTProperty
- getIndexInParent() - Method in class org.apache.commons.ognl.SimpleNode
- getIndexString(OgnlContext, Object) - Static method in class org.apache.commons.ognl.ArrayPropertyAccessor
- getInterfaceClass(Class<?>) - Method in class org.apache.commons.ognl.enhance.ExpressionCompiler
-
Used in places where the preferred
OgnlExpressionCompiler.getSuperOrInterfaceClass(java.lang.reflect.Method, Class)
isn't possible because the method isn't known for a class. - getInterfaceClass(Class<?>) - Method in interface org.apache.commons.ognl.enhance.OgnlExpressionCompiler
-
Used in places where the preferred
OgnlExpressionCompiler.getSuperOrInterfaceClass(java.lang.reflect.Method, Class)
isn't possible because the method isn't known for a class. - getIntValue(Object) - Static method in class org.apache.commons.ognl.OgnlOps
-
Converts the specified value to a primitive integer value.
- getInvokePermission(PermissionCacheEntry) - Method in class org.apache.commons.ognl.OgnlCache
- getKeepLastEvaluation() - Method in class org.apache.commons.ognl.OgnlContext
-
Returns true if the last evaluation that was done on this context is retained and available through
getLastEvaluation()
. - getKey() - Method in class org.apache.commons.ognl.ASTKeyValue
- getKey() - Method in class org.apache.commons.ognl.internal.Entry
- getLastChild() - Method in class org.apache.commons.ognl.Evaluation
-
Returns the last child of this evaluation.
- getLastDescendant() - Method in class org.apache.commons.ognl.Evaluation
-
Gets the last descendent.
- getLastEvaluation() - Method in class org.apache.commons.ognl.OgnlContext
- getLastEvaluation(Map<String, Object>) - Static method in class org.apache.commons.ognl.Ognl
-
Gets the last
Evaluation
executed on the given context. - getLastExpression() - Method in class org.apache.commons.ognl.ASTChain
- getLastExpression() - Method in class org.apache.commons.ognl.ASTMethod
- getLastExpression() - Method in class org.apache.commons.ognl.ASTSequence
- getLastExpression() - Method in class org.apache.commons.ognl.ASTVarRef
- getLastExpression() - Method in interface org.apache.commons.ognl.enhance.OrderedReturn
-
Gets the last expression to be pre-pended with a return <expression> block.
- getLine() - Method in class org.apache.commons.ognl.JavaCharStream
-
Deprecated.
- getLocalReferences() - Method in class org.apache.commons.ognl.OgnlContext
- getMemberAccess() - Method in class org.apache.commons.ognl.OgnlContext
- getMemberAccess(Map<String, Object>) - Static method in class org.apache.commons.ognl.Ognl
-
Gets the currently stored
MemberAccess
object for the given context - if any. - getMessage() - Method in error org.apache.commons.ognl.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMethod(DeclaredMethodCacheEntry) - Method in class org.apache.commons.ognl.OgnlCache
- getMethod(OgnlContext, Class<?>, String, Node[], boolean) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getMethodAccess(Method) - Method in class org.apache.commons.ognl.OgnlCache
- getMethodAccessor(Class<?>) - Method in class org.apache.commons.ognl.OgnlCache
- getMethodAccessor(Class<?>) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getMethodName() - Method in class org.apache.commons.ognl.ASTMethod
-
Returns the method name that this node will call.
- getMethodName() - Method in class org.apache.commons.ognl.ASTStaticMethod
-
Get the method name for this method.
- getMethodParameterTypes(Method) - Method in class org.apache.commons.ognl.OgnlCache
- getMethodPerm(Method) - Method in class org.apache.commons.ognl.OgnlCache
- getMethods(Class<?>, boolean) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getMethods(Class<?>, String, boolean) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getMethodValue(OgnlContext, Object, String) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getMethodValue(OgnlContext, Object, String, boolean) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
If the checkAccessAndExistence flag is true this method will check to see if the method exists and if it is accessible according to the context's MemberAccess.
- getName() - Method in class org.apache.commons.ognl.ASTVarRef
-
Get the variable name.
- getName() - Method in interface org.apache.commons.ognl.enhance.LocalReference
-
The name of the assigned variable reference.
- getName() - Method in class org.apache.commons.ognl.enhance.LocalReferenceImpl
-
The name of the assigned variable reference.
- getName() - Method in exception org.apache.commons.ognl.NoSuchPropertyException
- getNext() - Method in class org.apache.commons.ognl.Evaluation
-
Returns the next sibling of this evaluation.
- getNext() - Method in class org.apache.commons.ognl.internal.Entry
- getNextSibling() - Method in class org.apache.commons.ognl.SimpleNode
- getNextToken() - Method in class org.apache.commons.ognl.OgnlParser
-
Get the next Token.
- getNextToken() - Method in class org.apache.commons.ognl.OgnlParserTokenManager
-
Get the next Token.
- getNode() - Method in class org.apache.commons.ognl.Evaluation
-
Returns the
SimpleNode
for thisEvaluation
- getNullHandler(Class<?>) - Method in class org.apache.commons.ognl.OgnlCache
- getNullHandler(Class<?>) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getNumericCast(Class<? extends Number>) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getNumericDefaultValue(Class<?>) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getNumericLiteral(Class<? extends Number>) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getNumericType(int, int, boolean) - Static method in class org.apache.commons.ognl.OgnlOps
-
Returns the constant from the NumericTypes interface that best expresses the type of an operation, which can be either numeric or not, on the two given types.
- getNumericType(Object) - Static method in class org.apache.commons.ognl.OgnlOps
-
Returns a constant from the NumericTypes interface that represents the numeric type of the given object.
- getNumericType(Object, Object) - Static method in class org.apache.commons.ognl.OgnlOps
-
Returns the constant from the NumericTypes interface that best expresses the type of a numeric operation on the two given objects.
- getNumericType(Object, Object, boolean) - Static method in class org.apache.commons.ognl.OgnlOps
-
Returns the constant from the NumericTypes interface that best expresses the type of an operation, which can be either numeric or not, on the two given objects.
- getNumericValueGetter(Class<?>) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getPackageName(Object) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Returns the package name of the object's class.
- getParameterTypes(Constructor<?>) - Method in class org.apache.commons.ognl.OgnlCache
- getParameterTypes(Constructor<?>) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Returns the parameter types of the given method.
- getParameterTypes(Method) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Returns the parameter types of the given method.
- getParent() - Method in class org.apache.commons.ognl.Evaluation
-
Returns the parent evaluation of this evaluation.
- getParmString(OgnlContext, Class, String, Node, Class, String) - Static method in class org.apache.commons.ognl.ASTMethodUtil
- getParmString(OgnlContext, Object, Node, Class) - Static method in class org.apache.commons.ognl.ASTMethodUtil
- getPermission(Method) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Permission will be named "invoke.
. ". - getPointerString(int) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Returns a "pointer" string in the usual format for these things - 0x
. - getPointerString(Object) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Returns a "pointer" string in the usual format for these things - 0x
for the object given. - getPossibleProperty(Map<String, Object>, Object, String) - Method in class org.apache.commons.ognl.ObjectPropertyAccessor
-
Returns OgnlRuntime.NotFound if the property does not exist.
- getPrevious() - Method in class org.apache.commons.ognl.Evaluation
-
Returns the previous sibling of this evaluation.
- getPreviousAccessor() - Method in class org.apache.commons.ognl.OgnlContext
- getPreviousType() - Method in class org.apache.commons.ognl.OgnlContext
-
Represents the last known object type on the evaluation stack, will be the value of the last known
OgnlContext.getCurrentType()
. - getPrimitiveDefaultValue(Class<?>) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getPrimitiveWrapperClass(Class<?>) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getProperty(Class<?>, String) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getProperty(Map<String, Object>, Object, Object) - Method in class org.apache.commons.ognl.ArrayPropertyAccessor
- getProperty(Map<String, Object>, Object, Object) - Method in class org.apache.commons.ognl.EnumerationPropertyAccessor
- getProperty(Map<String, Object>, Object, Object) - Method in class org.apache.commons.ognl.IteratorPropertyAccessor
- getProperty(Map<String, Object>, Object, Object) - Method in class org.apache.commons.ognl.ListPropertyAccessor
- getProperty(Map<String, Object>, Object, Object) - Method in class org.apache.commons.ognl.MapPropertyAccessor
- getProperty(Map<String, Object>, Object, Object) - Method in class org.apache.commons.ognl.ObjectPropertyAccessor
- getProperty(Map<String, Object>, Object, Object) - Method in interface org.apache.commons.ognl.PropertyAccessor
-
Extracts and returns the property of the given name from the given target object.
- getProperty(Map<String, Object>, Object, Object) - Method in class org.apache.commons.ognl.SetPropertyAccessor
- getProperty(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTProperty
- getProperty(OgnlContext, Object, Object) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getPropertyAccessor(Class<?>) - Method in class org.apache.commons.ognl.OgnlCache
- getPropertyAccessor(Class<?>) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getPropertyClass(OgnlContext, Object, Object) - Method in class org.apache.commons.ognl.ListPropertyAccessor
- getPropertyClass(OgnlContext, Object, Object) - Method in class org.apache.commons.ognl.ObjectPropertyAccessor
- getPropertyDescriptor(Class<?>) - Method in class org.apache.commons.ognl.OgnlCache
- getPropertyDescriptor(Class<?>, String) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
This method returns a PropertyDescriptor for the given class and property name using a Map lookup (using getPropertyDescriptorsMap()).
- getPropertyDescriptorFromArray(Class<?>, String) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Gets the property descriptor with the given name for the target class given.
- getPropertyDescriptors(Class<?>) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
This method returns the property descriptors for the given class as a Map.
- getPropertyDescriptorsArray(Class<?>) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getPropertyType() - Method in class org.apache.commons.ognl.ObjectIndexedPropertyDescriptor
- getReadMethod(Class<?>, String) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Finds the best possible match for a method on the specified target class with a matching name.
- getReadMethod(Class<?>, String, int) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getReason() - Method in exception org.apache.commons.ognl.OgnlException
-
Returns the encapsulated exception, or null if there is none.
- getReason(Object, Object) - Static method in exception org.apache.commons.ognl.NoSuchPropertyException
- getResult() - Method in class org.apache.commons.ognl.Evaluation
-
Returns the result of the Evaluation, or null if it was a set operation.
- getRoot() - Method in class org.apache.commons.ognl.OgnlContext
- getRoot(Map<String, Object>) - Static method in class org.apache.commons.ognl.Ognl
-
Gets the stored root object for the given context - if any.
- getRootEvaluation() - Method in class org.apache.commons.ognl.OgnlContext
-
Gets the root of the evaluation stack.
- getRootExpression(Node, Object, OgnlContext) - Static method in class org.apache.commons.ognl.enhance.ExpressionCompiler
-
Convenience method called by many different property/method resolving AST types to get a root expression resolving string for the given node.
- getRootExpressionClass(Node, OgnlContext) - Method in class org.apache.commons.ognl.enhance.ExpressionCompiler
-
For a given root object type returns the base class type to be used in root referenced expressions.
- getRootExpressionClass(Node, OgnlContext) - Method in interface org.apache.commons.ognl.enhance.OgnlExpressionCompiler
-
For a given root object type returns the base class type to be used in root referenced expressions.
- getSecurityManager() - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Gets the SecurityManager that OGNL uses to determine permissions for invoking methods.
- getSetMethod(OgnlContext, Class<?>, String) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getSetterClass() - Method in class org.apache.commons.ognl.ASTChain
- getSetterClass() - Method in class org.apache.commons.ognl.ASTConst
- getSetterClass() - Method in class org.apache.commons.ognl.ASTIn
- getSetterClass() - Method in class org.apache.commons.ognl.ASTInstanceof
- getSetterClass() - Method in class org.apache.commons.ognl.ASTList
- getSetterClass() - Method in class org.apache.commons.ognl.ASTMethod
- getSetterClass() - Method in class org.apache.commons.ognl.ASTNotIn
- getSetterClass() - Method in class org.apache.commons.ognl.ASTProperty
- getSetterClass() - Method in class org.apache.commons.ognl.ASTSequence
- getSetterClass() - Method in class org.apache.commons.ognl.ASTStaticField
- getSetterClass() - Method in class org.apache.commons.ognl.ASTStaticMethod
- getSetterClass() - Method in class org.apache.commons.ognl.ASTVarRef
- getSetterClass() - Method in class org.apache.commons.ognl.BooleanExpression
-
The type used to set the value - if any.
- getSetterClass() - Method in interface org.apache.commons.ognl.NodeType
-
The type used to set the value - if any.
- getSetterClass() - Method in class org.apache.commons.ognl.NumericExpression
-
The type used to set the value - if any.
- getSize() - Method in interface org.apache.commons.ognl.internal.Cache
- getSize() - Method in class org.apache.commons.ognl.internal.ClassCacheImpl
- getSize() - Method in class org.apache.commons.ognl.internal.ConcurrentHashMapCache
- getSize() - Method in class org.apache.commons.ognl.internal.HashMapCache
- getSize() - Method in class org.apache.commons.ognl.internal.ReentrantReadWriteLockCache
- getSource() - Method in class org.apache.commons.ognl.Evaluation
-
Returns the source object on which this Evaluation operated.
- getSourceAccessor(OgnlContext, Object, Object) - Method in class org.apache.commons.ognl.ArrayPropertyAccessor
- getSourceAccessor(OgnlContext, Object, Object) - Method in class org.apache.commons.ognl.ListPropertyAccessor
- getSourceAccessor(OgnlContext, Object, Object) - Method in class org.apache.commons.ognl.MapPropertyAccessor
- getSourceAccessor(OgnlContext, Object, Object) - Method in class org.apache.commons.ognl.ObjectPropertyAccessor
- getSourceAccessor(OgnlContext, Object, Object) - Method in interface org.apache.commons.ognl.PropertyAccessor
-
Returns a java string representing the textual method that should be called to access a particular element.
- getSourceBeanMethod(OgnlContext, Object, Object, String, boolean) - Method in class org.apache.commons.ognl.ListPropertyAccessor
- getSourceSetter(OgnlContext, Object, Object) - Method in class org.apache.commons.ognl.ArrayPropertyAccessor
- getSourceSetter(OgnlContext, Object, Object) - Method in class org.apache.commons.ognl.ListPropertyAccessor
- getSourceSetter(OgnlContext, Object, Object) - Method in class org.apache.commons.ognl.MapPropertyAccessor
- getSourceSetter(OgnlContext, Object, Object) - Method in class org.apache.commons.ognl.ObjectPropertyAccessor
- getSourceSetter(OgnlContext, Object, Object) - Method in interface org.apache.commons.ognl.PropertyAccessor
-
Returns a java string representing the textual method that should be called to set a particular element.
- getSourceString(OgnlContext, Node) - Static method in class org.apache.commons.ognl.ASTProperty
- getStaticField(OgnlContext, String, String) - Static method in class org.apache.commons.ognl.OgnlRuntime
- GetSuffix(int) - Method in class org.apache.commons.ognl.JavaCharStream
-
Get the suffix as an array of characters.
- getSuperOrInterfaceClass(Method, Class<?>) - Method in class org.apache.commons.ognl.enhance.ExpressionCompiler
-
For the given
Method
and class finds the highest level interface class this combination can be cast to. - getSuperOrInterfaceClass(Method, Class<?>) - Method in interface org.apache.commons.ognl.enhance.OgnlExpressionCompiler
-
For the given
Method
and class finds the highest level interface class this combination can be cast to. - getTabSize() - Method in class org.apache.commons.ognl.JavaCharStream
- getTarget() - Method in exception org.apache.commons.ognl.NoSuchPropertyException
- getTarget(OgnlContext, Object, String) - Method in class org.apache.commons.ognl.ASTProperty
- getTargetClass(Object) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Gets the "target" class of an object for looking up accessors that are registered on the target.
- getTargetType() - Method in class org.apache.commons.ognl.ASTInstanceof
- getterClass - Variable in class org.apache.commons.ognl.ASTChain
- getterClass - Variable in class org.apache.commons.ognl.ASTConst
- getterClass - Variable in class org.apache.commons.ognl.ASTMethod
- getterClass - Variable in class org.apache.commons.ognl.ASTProperty
- getterClass - Variable in class org.apache.commons.ognl.ASTSequence
- getterClass - Variable in class org.apache.commons.ognl.ASTStaticField
- getterClass - Variable in class org.apache.commons.ognl.ASTStaticMethod
- getterClass - Variable in class org.apache.commons.ognl.ASTVarRef
- getterClass - Variable in class org.apache.commons.ognl.BooleanExpression
- getterClass - Variable in class org.apache.commons.ognl.NumericExpression
- getToken(int) - Method in class org.apache.commons.ognl.OgnlParser
-
Get the specific Token.
- getTraceEvaluations() - Method in class org.apache.commons.ognl.OgnlContext
- getTrackLineColumn() - Method in class org.apache.commons.ognl.JavaCharStream
- getType() - Method in interface org.apache.commons.ognl.enhance.LocalReference
-
The type of reference.
- getType() - Method in class org.apache.commons.ognl.enhance.LocalReferenceImpl
-
The type of reference.
- getTypeConverter() - Method in class org.apache.commons.ognl.OgnlContext
- getTypeConverter(Map<String, Object>) - Static method in class org.apache.commons.ognl.Ognl
-
Gets the currently configured
TypeConverter
for the given context - if any. - getUniqueDescriptor(Object) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Returns a unique descriptor string that includes the object's class' base name and a unique integer identifier.
- getUniqueDescriptor(Object, boolean) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Returns a unique descriptor string that includes the object's class and a unique integer identifier.
- getValue() - Method in class org.apache.commons.ognl.ASTConst
- getValue() - Method in class org.apache.commons.ognl.ASTKeyValue
- getValue() - Method in class org.apache.commons.ognl.internal.Entry
- getValue() - Method in class org.apache.commons.ognl.Token
-
An optional attribute value of the Token.
- getValue(Object, Object) - Static method in class org.apache.commons.ognl.Ognl
-
Evaluates the given OGNL expression tree to extract a value from the given root object.
- getValue(Object, Object, Class<T>) - Static method in class org.apache.commons.ognl.Ognl
-
Evaluates the given OGNL expression tree to extract a value from the given root object.
- getValue(Object, Map<String, Object>, Object) - Static method in class org.apache.commons.ognl.Ognl
-
Evaluates the given OGNL expression tree to extract a value from the given root object.
- getValue(Object, Map<String, Object>, Object, Class<T>) - Static method in class org.apache.commons.ognl.Ognl
-
Evaluates the given OGNL expression tree to extract a value from the given root object.
- getValue(String, Object) - Static method in class org.apache.commons.ognl.Ognl
-
Convenience method that combines calls to
parseExpression
andgetValue
. - getValue(String, Object, Class<T>) - Static method in class org.apache.commons.ognl.Ognl
-
Convenience method that combines calls to
parseExpression
andgetValue
. - getValue(String, Map<String, Object>, Object) - Static method in class org.apache.commons.ognl.Ognl
-
Evaluates the given OGNL expression to extract a value from the given root object in a given context
- getValue(String, Map<String, Object>, Object, Class<T>) - Static method in class org.apache.commons.ognl.Ognl
-
Evaluates the given OGNL expression to extract a value from the given root object in a given context
- getValue(ExpressionAccessor, OgnlContext, Object) - Static method in class org.apache.commons.ognl.Ognl
-
Gets the value represented by the given pre-compiled expression on the specified root object.
- getValue(ExpressionAccessor, OgnlContext, Object, Class<T>) - Static method in class org.apache.commons.ognl.Ognl
-
Gets the value represented by the given pre-compiled expression on the specified root object.
- getValue(OgnlContext, Object) - Method in interface org.apache.commons.ognl.Node
-
Extracts the value from the given source object that is appropriate for this node within the given context.
- getValue(OgnlContext, Object) - Method in class org.apache.commons.ognl.SimpleNode
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTAdd
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTAnd
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTAssign
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTBitAnd
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTBitNegate
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTBitOr
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTChain
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTConst
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTCtor
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTDivide
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTEq
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTEval
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTGreater
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTGreaterEq
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTIn
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTInstanceof
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTKeyValue
-
Returns null because this is a parser construct and does not evaluate
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTLess
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTLessEq
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTList
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTMap
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTMethod
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTMultiply
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTNegate
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTNot
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTNotEq
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTNotIn
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTOr
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTProject
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTProperty
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTRemainder
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTRootVarRef
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTSelect
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTSelectFirst
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTSelectLast
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTSequence
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTShiftLeft
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTShiftRight
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTStaticField
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTStaticMethod
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTSubtract
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTTest
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTThisVarRef
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTUnsignedShiftRight
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTVarRef
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTXor
- getValueBody(OgnlContext, Object) - Method in class org.apache.commons.ognl.SimpleNode
-
Subclasses implement this method to do the actual work of extracting the appropriate value from the source object.
- getValueClass(OgnlContext, Object, Node) - Static method in class org.apache.commons.ognl.ASTMethodUtil
- getValues() - Method in class org.apache.commons.ognl.OgnlContext
- getWriteMethod(Class<?>, String) - Static method in class org.apache.commons.ognl.OgnlRuntime
- getWriteMethod(Class<?>, String, int) - Static method in class org.apache.commons.ognl.OgnlRuntime
- greater(Object, Object) - Static method in class org.apache.commons.ognl.OgnlOps
H
- hasConstantValue - Variable in class org.apache.commons.ognl.SimpleNode
- hasField(OgnlContext, Object, Class<?>, String) - Static method in class org.apache.commons.ognl.OgnlRuntime
- hasGetMethod(OgnlContext, Object, Class<?>, String) - Static method in class org.apache.commons.ognl.OgnlRuntime
- hasGetProperty(Map<String, Object>, Object, Object) - Method in class org.apache.commons.ognl.ObjectPropertyAccessor
- hasGetProperty(OgnlContext, Object, Object) - Method in class org.apache.commons.ognl.ObjectPropertyAccessor
- hasGetProperty(OgnlContext, Object, Object) - Static method in class org.apache.commons.ognl.OgnlRuntime
- hashCode() - Method in class org.apache.commons.ognl.enhance.LocalReferenceImpl
- hashCode() - Method in class org.apache.commons.ognl.internal.entry.DeclaredMethodCacheEntry
- hashCode() - Method in class org.apache.commons.ognl.internal.entry.GenericMethodParameterTypeCacheEntry
- hashCode() - Method in class org.apache.commons.ognl.internal.entry.MethodCacheEntry
- hashCode() - Method in class org.apache.commons.ognl.internal.entry.PermissionCacheEntry
- hashCode() - Method in class org.apache.commons.ognl.ObjectIndexedPropertyDescriptor
- hashCode() - Method in class org.apache.commons.ognl.OgnlContext
- HashMapCache<K,V> - Class in org.apache.commons.ognl.internal
- HashMapCache(CacheEntryFactory<K, V>) - Constructor for class org.apache.commons.ognl.internal.HashMapCache
- HashMapCacheFactory - Class in org.apache.commons.ognl.internal
- HashMapCacheFactory() - Constructor for class org.apache.commons.ognl.internal.HashMapCacheFactory
- HashMapClassCache<T> - Class in org.apache.commons.ognl.internal
- HashMapClassCache(CacheEntryFactory<Class<?>, T>) - Constructor for class org.apache.commons.ognl.internal.HashMapClassCache
- hasMoreElements() - Method in class org.apache.commons.ognl.IteratorEnumeration
- hasNext() - Method in class org.apache.commons.ognl.EnumerationIterator
- hasSetMethod(OgnlContext, Object, Class<?>, String) - Static method in class org.apache.commons.ognl.OgnlRuntime
- hasSetProperty(Map<String, Object>, Object, Object) - Method in class org.apache.commons.ognl.ObjectPropertyAccessor
- hasSetProperty(OgnlContext, Object, Object) - Method in class org.apache.commons.ognl.ObjectPropertyAccessor
- hasSetProperty(OgnlContext, Object, Object) - Static method in class org.apache.commons.ognl.OgnlRuntime
- HEX_LENGTH - Static variable in class org.apache.commons.ognl.OgnlRuntime
- HEX_PADDING - Static variable in class org.apache.commons.ognl.OgnlRuntime
-
Prefix padding for hexadecimal numbers to HEX_LENGTH.
- hexval(char) - Static method in class org.apache.commons.ognl.JavaCharStream
I
- id - Variable in class org.apache.commons.ognl.SimpleNode
- IDENT - Static variable in interface org.apache.commons.ognl.OgnlParserConstants
-
RegularExpression Id.
- image - Variable in class org.apache.commons.ognl.OgnlParserTokenManager
- image - Variable in class org.apache.commons.ognl.Token
-
The string image of the token.
- in(Object, Object) - Static method in class org.apache.commons.ognl.OgnlOps
- INACCESSIBLE_NON_PUBLIC_METHOD - Static variable in class org.apache.commons.ognl.internal.entry.MethodAccessCacheEntryFactory
- InappropriateExpressionException - Exception in org.apache.commons.ognl
-
Exception thrown if an OGNL expression is evaluated in the wrong context; the usual case is when an expression that does not end in a property reference is passed to
setValue
. - InappropriateExpressionException(Node) - Constructor for exception org.apache.commons.ognl.InappropriateExpressionException
- inBuf - Variable in class org.apache.commons.ognl.JavaCharStream
- inclusiveOrExpression() - Method in class org.apache.commons.ognl.OgnlParser
- incrementLocalReferenceCounter() - Method in class org.apache.commons.ognl.OgnlContext
- index() - Method in class org.apache.commons.ognl.OgnlParser
- INDEXED_PROPERTY_INT - Static variable in class org.apache.commons.ognl.OgnlRuntime
-
JavaBeans IndexedProperty
- INDEXED_PROPERTY_NONE - Static variable in class org.apache.commons.ognl.OgnlRuntime
-
Not an indexed property
- INDEXED_PROPERTY_OBJECT - Static variable in class org.apache.commons.ognl.OgnlRuntime
-
OGNL ObjectIndexedProperty
- indexedAccess - Variable in class org.apache.commons.ognl.ASTProperty
- indexedChild(SimpleNode, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- indexedReadMethod - Variable in class org.apache.commons.ognl.ObjectIndexedPropertyDescriptor
- indexedWriteMethod - Variable in class org.apache.commons.ognl.ObjectIndexedPropertyDescriptor
- indexMethodCheck(List<Method>) - Static method in class org.apache.commons.ognl.internal.entry.PropertyDescriptorCacheEntryFactory
- init(String, String) - Method in class org.apache.commons.ognl.ASTStaticField
-
Called from parser action.
- init(String, String) - Method in class org.apache.commons.ognl.ASTStaticMethod
-
Called from parser action.
- init(SimpleNode, Object, boolean) - Method in class org.apache.commons.ognl.Evaluation
-
Reinitializes this Evaluation to the parameters specified.
- initCause - Static variable in exception org.apache.commons.ognl.OgnlException
- initialise(Token, int[][], String[]) - Static method in exception org.apache.commons.ognl.ParseException
-
It uses "currentToken" and "expectedTokenSequences" to generate a parse error message and returns it.
- input_stream - Variable in class org.apache.commons.ognl.OgnlParserTokenManager
- inputStream - Variable in class org.apache.commons.ognl.JavaCharStream
- inspector - Variable in class org.apache.commons.ognl.internal.ConcurrentHashMapClassCache
- inspector - Variable in class org.apache.commons.ognl.internal.HashMapClassCache
- inspector - Variable in class org.apache.commons.ognl.internal.ReentrantReadWriteLockClassCache
- INSTANCE - Static variable in class org.apache.commons.ognl.ToStringVisitor
- INT - Static variable in interface org.apache.commons.ognl.NumericTypes
-
Type tag meaning int.
- INT_LITERAL - Static variable in interface org.apache.commons.ognl.OgnlParserConstants
-
RegularExpression Id.
- INVALID_LEXICAL_STATE - Static variable in error org.apache.commons.ognl.TokenMgrError
-
Tried to change to an invalid lexical state.
- invokeMethod(Object, Method, Object[]) - Static method in class org.apache.commons.ognl.OgnlRuntime
- IS_PREFIX - Static variable in class org.apache.commons.ognl.OgnlRuntime
-
Java beans standard is
boolean getter prefix. - isAccessible - Variable in class org.apache.commons.ognl.internal.entry.MethodAccessEntryValue
- isAccessible() - Method in class org.apache.commons.ognl.internal.entry.MethodAccessEntryValue
- isAccessible(Map<String, Object>, Object, Member, String) - Method in class org.apache.commons.ognl.DefaultMemberAccess
-
Returns true if the given member is accessible or can be made accessible by this object.
- isAccessible(Map<String, Object>, Object, Member, String) - Method in interface org.apache.commons.ognl.MemberAccess
-
Returns true if the given member is accessible or can be made accessible by this object.
- isArray - Variable in class org.apache.commons.ognl.ASTCtor
- isArray() - Method in class org.apache.commons.ognl.ASTCtor
- isBoolean(String) - Static method in class org.apache.commons.ognl.OgnlRuntime
- isConstant(Object) - Static method in class org.apache.commons.ognl.Ognl
-
Same as
Ognl.isConstant(Object, java.util.Map)
- only theMap
context is created for you. - isConstant(Object, Map<String, Object>) - Static method in class org.apache.commons.ognl.Ognl
-
Checks if the specified
Node
instance represents a constant expression. - isConstant(String) - Static method in class org.apache.commons.ognl.Ognl
-
Same as
Ognl.isConstant(String, java.util.Map)
- only theMap
instance is created for you. - isConstant(String, Map<String, Object>) - Static method in class org.apache.commons.ognl.Ognl
-
Checks if the specified expression represents a constant expression.
- isConstant(OgnlContext) - Method in class org.apache.commons.ognl.ExpressionNode
- isConstant(OgnlContext) - Method in class org.apache.commons.ognl.SimpleNode
- isEmpty() - Method in class org.apache.commons.ognl.OgnlContext
- isEqual(Object, Object) - Static method in class org.apache.commons.ognl.OgnlOps
-
Returns true if object1 is equal to object2 in either the sense that they are the same object or, if both are non-null if they are equal in the
equals()
sense. - isEvalChain(OgnlContext) - Method in class org.apache.commons.ognl.ASTEval
- isEvalChain(OgnlContext) - Method in class org.apache.commons.ognl.SimpleNode
- isFieldAccessible(OgnlContext, Object, Class<?>, String) - Static method in class org.apache.commons.ognl.OgnlRuntime
- isFieldAccessible(OgnlContext, Object, Field, String) - Static method in class org.apache.commons.ognl.OgnlRuntime
- isIndexedAccess() - Method in class org.apache.commons.ognl.ASTProperty
-
Returns true if this property is itself an index reference.
- isInstance(OgnlContext, Object, String) - Static method in class org.apache.commons.ognl.OgnlRuntime
- isMethodAccessible(OgnlContext, Object, Method, String) - Static method in class org.apache.commons.ognl.OgnlRuntime
- isMethodCallable(Method) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Convenience used to check if a method is volatile or synthetic so as to avoid calling un-callable methods.
- isMoreSpecific(Class<?>[], Class<?>[]) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Tells whether the first array of classes is more specific than the second.
- isNodeConstant(OgnlContext) - Method in class org.apache.commons.ognl.ASTConst
- isNodeConstant(OgnlContext) - Method in class org.apache.commons.ognl.ASTStaticField
- isNodeConstant(OgnlContext) - Method in class org.apache.commons.ognl.ExpressionNode
-
Returns true iff this node is constant without respect to the children.
- isNodeConstant(OgnlContext) - Method in class org.apache.commons.ognl.SimpleNode
-
Returns true iff this node is constant without respect to the children.
- isNodeSimpleProperty(OgnlContext) - Method in class org.apache.commons.ognl.ASTProperty
- isNodeSimpleProperty(OgnlContext) - Method in class org.apache.commons.ognl.SimpleNode
- isNotPublic() - Method in class org.apache.commons.ognl.internal.entry.MethodAccessEntryValue
- isSetOperation() - Method in class org.apache.commons.ognl.Evaluation
-
Returns true if this Evaluation represents a set operation.
- isSimpleNavigationChain(Object) - Static method in class org.apache.commons.ognl.Ognl
- isSimpleNavigationChain(Object, Map<String, Object>) - Static method in class org.apache.commons.ognl.Ognl
- isSimpleNavigationChain(String) - Static method in class org.apache.commons.ognl.Ognl
- isSimpleNavigationChain(String, Map<String, Object>) - Static method in class org.apache.commons.ognl.Ognl
- isSimpleNavigationChain(OgnlContext) - Method in class org.apache.commons.ognl.ASTChain
- isSimpleNavigationChain(OgnlContext) - Method in class org.apache.commons.ognl.SimpleNode
- isSimpleProperty(Object) - Static method in class org.apache.commons.ognl.Ognl
- isSimpleProperty(Object, Map<String, Object>) - Static method in class org.apache.commons.ognl.Ognl
- isSimpleProperty(String) - Static method in class org.apache.commons.ognl.Ognl
- isSimpleProperty(String, Map<String, Object>) - Static method in class org.apache.commons.ognl.Ognl
- isSimpleProperty(OgnlContext) - Method in class org.apache.commons.ognl.SimpleNode
- isTypeCompatible(Object, Class<?>) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Tells whether the given object is compatible with the given class ---that is, whether the given object can be passed as an argument to a method or constructor whose parameter type is the given class.
- isWider(NodeType, NodeType) - Method in class org.apache.commons.ognl.ASTAdd
- it - Variable in class org.apache.commons.ognl.IteratorEnumeration
- IteratorElementsAccessor - Class in org.apache.commons.ognl
-
Implementation of the ElementsAccessor interface for Iterators, which simply returns the target iterator itself.
- IteratorElementsAccessor() - Constructor for class org.apache.commons.ognl.IteratorElementsAccessor
- IteratorEnumeration<T> - Class in org.apache.commons.ognl
-
Maps an Iterator to an Enumeration
- IteratorEnumeration(Iterator<T>) - Constructor for class org.apache.commons.ognl.IteratorEnumeration
- IteratorPropertyAccessor - Class in org.apache.commons.ognl
-
Implementation of PropertyAccessor that provides "property" reference to "next" and "hasNext".
- IteratorPropertyAccessor() - Constructor for class org.apache.commons.ognl.IteratorPropertyAccessor
J
- JavaCharStream - Class in org.apache.commons.ognl
-
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
- JavaCharStream(InputStream) - Constructor for class org.apache.commons.ognl.JavaCharStream
-
Constructor.
- JavaCharStream(InputStream, int, int) - Constructor for class org.apache.commons.ognl.JavaCharStream
-
Constructor.
- JavaCharStream(InputStream, int, int, int) - Constructor for class org.apache.commons.ognl.JavaCharStream
-
Constructor.
- JavaCharStream(InputStream, String) - Constructor for class org.apache.commons.ognl.JavaCharStream
-
Constructor.
- JavaCharStream(InputStream, String, int, int) - Constructor for class org.apache.commons.ognl.JavaCharStream
-
Constructor.
- JavaCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.commons.ognl.JavaCharStream
-
Constructor.
- JavaCharStream(Reader) - Constructor for class org.apache.commons.ognl.JavaCharStream
-
Constructor.
- JavaCharStream(Reader, int, int) - Constructor for class org.apache.commons.ognl.JavaCharStream
-
Constructor.
- JavaCharStream(Reader, int, int, int) - Constructor for class org.apache.commons.ognl.JavaCharStream
-
Constructor.
- JavaSource - Interface in org.apache.commons.ognl
-
Defines an object that can return a representation of itself and any objects it contains in the form of a
String
embedded with literal java statements. - jj_2_1(int) - Method in class org.apache.commons.ognl.OgnlParser
- jj_2_10(int) - Method in class org.apache.commons.ognl.OgnlParser
- jj_2_11(int) - Method in class org.apache.commons.ognl.OgnlParser
- jj_2_12(int) - Method in class org.apache.commons.ognl.OgnlParser
- jj_2_13(int) - Method in class org.apache.commons.ognl.OgnlParser
- jj_2_14(int) - Method in class org.apache.commons.ognl.OgnlParser
- jj_2_15(int) - Method in class org.apache.commons.ognl.OgnlParser
- jj_2_16(int) - Method in class org.apache.commons.ognl.OgnlParser
- jj_2_2(int) - Method in class org.apache.commons.ognl.OgnlParser
- jj_2_3(int) - Method in class org.apache.commons.ognl.OgnlParser
- jj_2_4(int) - Method in class org.apache.commons.ognl.OgnlParser
- jj_2_5(int) - Method in class org.apache.commons.ognl.OgnlParser
- jj_2_6(int) - Method in class org.apache.commons.ognl.OgnlParser
- jj_2_7(int) - Method in class org.apache.commons.ognl.OgnlParser
- jj_2_8(int) - Method in class org.apache.commons.ognl.OgnlParser
- jj_2_9(int) - Method in class org.apache.commons.ognl.OgnlParser
- jj_2_rtns - Variable in class org.apache.commons.ognl.OgnlParser
- jj_3_1() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3_10() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3_11() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3_12() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3_13() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3_14() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3_15() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3_16() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3_2() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3_3() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3_4() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3_5() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3_6() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3_7() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3_8() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3_9() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_additiveExpression_174_5_43() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_andExpression_121_5_39() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_assignmentExpression_80_5_27() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_className_322_5_32() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_classReference_314_5_33() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_conditionalTestExpression_86_5_34() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_constructorCall_333_5_23() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_constructorCall_336_23_26() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_equalityExpression_128_5_40() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_exclusiveOrExpression_114_5_38() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_expression_74_5_31() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_inclusiveOrExpression_107_5_37() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_index_430_5_64() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_index_430_5_66() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_index_432_5_67() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_logicalAndExpression_100_5_36() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_logicalOrExpression_93_5_35() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_methodCall_379_5_21() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_multiplicativeExpression_186_5_44() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_navigationChain_226_5_51() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_primaryExpression_256_5_52() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_primaryExpression_257_9_53() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_primaryExpression_260_9_54() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_primaryExpression_262_9_55() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_primaryExpression_264_9_56() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_primaryExpression_274_9_57() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_primaryExpression_279_39_63() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_primaryExpression_279_9_58() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_primaryExpression_281_9_59() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_primaryExpression_283_9_60() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_primaryExpression_285_9_61() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_primaryExpression_287_29_24() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_projection_389_5_22() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_propertyName_364_5_65() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_relationalExpression_140_5_41() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_selectAll_407_5_28() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_selectFirst_416_5_29() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_selectLast_425_5_30() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_shiftExpression_160_5_42() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_staticMethodCall_371_5_25() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_staticReference_301_5_62() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_unaryExpression_203_5_45() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_unaryExpression_204_9_46() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_unaryExpression_206_9_47() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_unaryExpression_208_9_48() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_unaryExpression_210_9_49() - Method in class org.apache.commons.ognl.OgnlParser
- jj_3R_unaryExpression_212_9_50() - Method in class org.apache.commons.ognl.OgnlParser
- jj_add_error_token(int, int) - Method in class org.apache.commons.ognl.OgnlParser
- jj_consume_token(int) - Method in class org.apache.commons.ognl.OgnlParser
- jj_endpos - Variable in class org.apache.commons.ognl.OgnlParser
- jj_expentries - Variable in class org.apache.commons.ognl.OgnlParser
- jj_expentry - Variable in class org.apache.commons.ognl.OgnlParser
- jj_gc - Variable in class org.apache.commons.ognl.OgnlParser
- jj_gen - Variable in class org.apache.commons.ognl.OgnlParser
- jj_input_stream - Variable in class org.apache.commons.ognl.OgnlParser
- jj_kind - Variable in class org.apache.commons.ognl.OgnlParser
- jj_la - Variable in class org.apache.commons.ognl.OgnlParser
- jj_la1 - Variable in class org.apache.commons.ognl.OgnlParser
- jj_la1_0 - Static variable in class org.apache.commons.ognl.OgnlParser
- jj_la1_1 - Static variable in class org.apache.commons.ognl.OgnlParser
- jj_la1_2 - Static variable in class org.apache.commons.ognl.OgnlParser
- jj_la1_init_0() - Static method in class org.apache.commons.ognl.OgnlParser
- jj_la1_init_1() - Static method in class org.apache.commons.ognl.OgnlParser
- jj_la1_init_2() - Static method in class org.apache.commons.ognl.OgnlParser
- jj_lastpos - Variable in class org.apache.commons.ognl.OgnlParser
- jj_lasttokens - Variable in class org.apache.commons.ognl.OgnlParser
- jj_ls - Static variable in class org.apache.commons.ognl.OgnlParser
- jj_nt - Variable in class org.apache.commons.ognl.OgnlParser
-
Next token.
- jj_ntk - Variable in class org.apache.commons.ognl.OgnlParser
- jj_ntk_f() - Method in class org.apache.commons.ognl.OgnlParser
- jj_rescan - Variable in class org.apache.commons.ognl.OgnlParser
- jj_rescan_token() - Method in class org.apache.commons.ognl.OgnlParser
- jj_save(int, int) - Method in class org.apache.commons.ognl.OgnlParser
- jj_scan_token(int) - Method in class org.apache.commons.ognl.OgnlParser
- jj_scanpos - Variable in class org.apache.commons.ognl.OgnlParser
- jjAddStates(int, int) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjbitVec0 - Static variable in class org.apache.commons.ognl.OgnlParserTokenManager
- jjbitVec2 - Static variable in class org.apache.commons.ognl.OgnlParserTokenManager
- jjbitVec3 - Static variable in class org.apache.commons.ognl.OgnlParserTokenManager
- jjbitVec4 - Static variable in class org.apache.commons.ognl.OgnlParserTokenManager
- jjbitVec5 - Static variable in class org.apache.commons.ognl.OgnlParserTokenManager
- jjbitVec6 - Static variable in class org.apache.commons.ognl.OgnlParserTokenManager
- jjbitVec7 - Static variable in class org.apache.commons.ognl.OgnlParserTokenManager
- jjbitVec8 - Static variable in class org.apache.commons.ognl.OgnlParserTokenManager
- JJCalls() - Constructor for class org.apache.commons.ognl.OgnlParser.JJCalls
- jjCanMove_0(int, int, int, long, long) - Static method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjCanMove_1(int, int, int, long, long) - Static method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjCheckNAdd(int) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjCheckNAddStates(int, int) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjCheckNAddTwoStates(int, int) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjFillToken() - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjimage - Variable in class org.apache.commons.ognl.OgnlParserTokenManager
- jjimageLen - Variable in class org.apache.commons.ognl.OgnlParserTokenManager
- jjmatchedKind - Variable in class org.apache.commons.ognl.OgnlParserTokenManager
- jjmatchedPos - Variable in class org.apache.commons.ognl.OgnlParserTokenManager
- jjMoveNfa_0(int, int) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjMoveNfa_1(int, int) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjMoveNfa_2(int, int) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjMoveNfa_3(int, int) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjMoveStringLiteralDfa0_0() - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjMoveStringLiteralDfa0_1() - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjMoveStringLiteralDfa0_2() - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjMoveStringLiteralDfa0_3() - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjMoveStringLiteralDfa1_0(long) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjMoveStringLiteralDfa2_0(long, long) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjMoveStringLiteralDfa3_0(long, long) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjMoveStringLiteralDfa4_0(long, long) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjMoveStringLiteralDfa5_0(long, long) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjMoveStringLiteralDfa6_0(long, long) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjMoveStringLiteralDfa7_0(long, long) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjMoveStringLiteralDfa8_0(long, long) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjMoveStringLiteralDfa9_0(long, long) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjnewLexState - Static variable in class org.apache.commons.ognl.OgnlParserTokenManager
-
Lex State array.
- jjnewStateCnt - Variable in class org.apache.commons.ognl.OgnlParserTokenManager
- jjnextStates - Static variable in class org.apache.commons.ognl.OgnlParserTokenManager
- jjround - Variable in class org.apache.commons.ognl.OgnlParserTokenManager
- jjrounds - Variable in class org.apache.commons.ognl.OgnlParserTokenManager
- jjStartNfa_0(int, long, long) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjStartNfa_1(int, long, long) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjStartNfa_2(int, long, long) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjStartNfa_3(int, long, long) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjStartNfaWithStates_0(int, int, int) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjstateSet - Variable in class org.apache.commons.ognl.OgnlParserTokenManager
- jjStopAtPos(int, int) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjStopStringLiteralDfa_0(int, long, long) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjStopStringLiteralDfa_1(int, long, long) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjStopStringLiteralDfa_2(int, long, long) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjStopStringLiteralDfa_3(int, long, long) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- jjstrLiteralImages - Static variable in class org.apache.commons.ognl.OgnlParserTokenManager
-
Token literal values.
- JJTADD - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- jjtAddChild(Node, int) - Method in interface org.apache.commons.ognl.Node
-
This method tells the node to add its argument to the node's list of children.
- jjtAddChild(Node, int) - Method in class org.apache.commons.ognl.SimpleNode
- JJTAND - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTASSIGN - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTBITAND - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTBITNEGATE - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTBITOR - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTCHAIN - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- jjtClose() - Method in class org.apache.commons.ognl.ASTAdd
- jjtClose() - Method in class org.apache.commons.ognl.ASTAnd
- jjtClose() - Method in class org.apache.commons.ognl.ASTBitAnd
- jjtClose() - Method in class org.apache.commons.ognl.ASTBitOr
- jjtClose() - Method in class org.apache.commons.ognl.ASTChain
- jjtClose() - Method in class org.apache.commons.ognl.ASTMultiply
- jjtClose() - Method in class org.apache.commons.ognl.ASTOr
- jjtClose() - Method in class org.apache.commons.ognl.ASTSequence
- jjtClose() - Method in class org.apache.commons.ognl.ASTXor
- jjtClose() - Method in interface org.apache.commons.ognl.Node
-
This method is called after all the child nodes have been added.
- jjtClose() - Method in class org.apache.commons.ognl.SimpleNode
- JJTCONST - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTCTOR - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTDIVIDE - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTEQ - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTEVAL - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- jjtGetChild(int) - Method in interface org.apache.commons.ognl.Node
-
This method returns a child node.
- jjtGetChild(int) - Method in class org.apache.commons.ognl.SimpleNode
- jjtGetNumChildren() - Method in interface org.apache.commons.ognl.Node
-
Return the number of children the node has.
- jjtGetNumChildren() - Method in class org.apache.commons.ognl.SimpleNode
- jjtGetParent() - Method in interface org.apache.commons.ognl.Node
- jjtGetParent() - Method in class org.apache.commons.ognl.SimpleNode
- JJTGREATER - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTGREATEREQ - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTIN - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTINSTANCEOF - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTKEYVALUE - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTLESS - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTLESSEQ - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTLIST - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTMAP - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTMETHOD - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTMULTIPLY - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTNEGATE - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- jjtNodeName - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTNOT - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTNOTEQ - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTNOTIN - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTOgnlParserState - Class in org.apache.commons.ognl
-
$Id$
- JJTOgnlParserState() - Constructor for class org.apache.commons.ognl.JJTOgnlParserState
- jjtoMore - Static variable in class org.apache.commons.ognl.OgnlParserTokenManager
- jjtOpen() - Method in interface org.apache.commons.ognl.Node
-
This method is called after the node has been made the current node.
- jjtOpen() - Method in class org.apache.commons.ognl.SimpleNode
- JJTOR - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- jjtoSkip - Static variable in class org.apache.commons.ognl.OgnlParserTokenManager
- jjtoSpecial - Static variable in class org.apache.commons.ognl.OgnlParserTokenManager
- jjtoToken - Static variable in class org.apache.commons.ognl.OgnlParserTokenManager
- JJTPROJECT - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTPROPERTY - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- jjtree - Variable in class org.apache.commons.ognl.OgnlParser
- JJTREMAINDER - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTROOTVARREF - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTSELECT - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTSELECTFIRST - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTSELECTLAST - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTSEQUENCE - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- jjtSetParent(Node) - Method in interface org.apache.commons.ognl.Node
-
This pair of methods are used to inform the node of its parent.
- jjtSetParent(Node) - Method in class org.apache.commons.ognl.SimpleNode
- JJTSHIFTLEFT - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTSHIFTRIGHT - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTSTATICFIELD - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTSTATICMETHOD - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTSUBTRACT - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTTEST - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTTHISVARREF - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTUNSIGNEDSHIFTRIGHT - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTVARREF - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTVOID - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
- JJTXOR - Static variable in interface org.apache.commons.ognl.OgnlParserTreeConstants
K
- KEEP_LAST_EVALUATION_CONTEXT_KEY - Static variable in class org.apache.commons.ognl.OgnlContext
- keepLastEvaluation - Variable in class org.apache.commons.ognl.OgnlContext
- key - Variable in class org.apache.commons.ognl.internal.Entry
- keySet() - Method in class org.apache.commons.ognl.OgnlContext
- keyValueExpression() - Method in class org.apache.commons.ognl.OgnlParser
- kind - Variable in class org.apache.commons.ognl.Token
-
An integer that describes the kind of this token.
L
- last - Variable in class org.apache.commons.ognl.ASTVarRef
- last - Static variable in class org.apache.commons.ognl.DynamicSubscript
- LAST - Static variable in class org.apache.commons.ognl.DynamicSubscript
- LAST_EVALUATION_CONTEXT_KEY - Static variable in class org.apache.commons.ognl.OgnlContext
- lastChild - Variable in class org.apache.commons.ognl.Evaluation
- lastChild(OgnlContext) - Method in class org.apache.commons.ognl.SimpleNode
- lastEvaluation - Variable in class org.apache.commons.ognl.OgnlContext
- lastExpression - Variable in class org.apache.commons.ognl.ASTChain
- lastExpression - Variable in class org.apache.commons.ognl.ASTMethod
- lastExpression - Variable in class org.apache.commons.ognl.ASTSequence
- lengthOfMatch - Variable in class org.apache.commons.ognl.OgnlParserTokenManager
- less(Object, Object) - Static method in class org.apache.commons.ognl.OgnlOps
- LETTER - Static variable in interface org.apache.commons.ognl.OgnlParserConstants
-
RegularExpression Id.
- LEXICAL_ERROR - Static variable in error org.apache.commons.ognl.TokenMgrError
-
Lexical error occurred.
- LexicalErr(boolean, int, int, int, String, int) - Static method in error org.apache.commons.ognl.TokenMgrError
-
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
- lexStateNames - Static variable in class org.apache.commons.ognl.OgnlParserTokenManager
-
Lexer state names.
- line - Variable in class org.apache.commons.ognl.JavaCharStream
- ListPropertyAccessor - Class in org.apache.commons.ognl
-
Implementation of PropertyAccessor that uses numbers and dynamic subscripts as properties to index into Lists.
- ListPropertyAccessor() - Constructor for class org.apache.commons.ognl.ListPropertyAccessor
- literalValue - Variable in class org.apache.commons.ognl.OgnlParserTokenManager
-
Holds the last value computed by a constant token.
- loaders - Variable in class org.apache.commons.ognl.enhance.ExpressionCompiler
-
ClassLoader
instances. - LocalReference - Interface in org.apache.commons.ognl.enhance
-
Container class for
OgnlExpressionCompiler
generated local method block references. - localReferenceCounter - Variable in class org.apache.commons.ognl.OgnlContext
- LocalReferenceImpl - Class in org.apache.commons.ognl.enhance
-
Implementation of
LocalReference
. - LocalReferenceImpl(String, String, Class<?>) - Constructor for class org.apache.commons.ognl.enhance.LocalReferenceImpl
- localReferenceMap - Variable in class org.apache.commons.ognl.OgnlContext
- lock - Variable in class org.apache.commons.ognl.internal.ReentrantReadWriteLockCache
- logicalAndExpression() - Method in class org.apache.commons.ognl.OgnlParser
- logicalOrExpression() - Method in class org.apache.commons.ognl.OgnlParser
- LONG - Static variable in interface org.apache.commons.ognl.NumericTypes
-
Type tag meaning long.
- longValue(Object) - Static method in class org.apache.commons.ognl.OgnlOps
-
Evaluates the given object as a long integer.
- LookaheadSuccess() - Constructor for error org.apache.commons.ognl.OgnlParser.LookaheadSuccess
- LOOP_DETECTED - Static variable in error org.apache.commons.ognl.TokenMgrError
-
Detected (and bailed out of) an infinite loop in the token manager.
M
- makeFloat() - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- makeInt() - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- map - Variable in class org.apache.commons.ognl.NumericCasts
- map - Variable in class org.apache.commons.ognl.NumericLiterals
- map - Variable in class org.apache.commons.ognl.NumericValues
- map - Variable in class org.apache.commons.ognl.PrimitiveDefaults
- map - Variable in class org.apache.commons.ognl.PrimitiveTypes
- map - Variable in class org.apache.commons.ognl.PrimitiveWrapperClasses
- MapElementsAccessor - Class in org.apache.commons.ognl
-
Implementation of ElementsAccessor that returns an iterator over the map's values.
- MapElementsAccessor() - Constructor for class org.apache.commons.ognl.MapElementsAccessor
- MapPropertyAccessor - Class in org.apache.commons.ognl
-
Implementation of PropertyAccessor that sets and gets properties by storing and looking up values in Maps.
- MapPropertyAccessor() - Constructor for class org.apache.commons.ognl.MapPropertyAccessor
- marks - Variable in class org.apache.commons.ognl.JJTOgnlParserState
- maxNextCharInd - Variable in class org.apache.commons.ognl.JavaCharStream
- MEMBER_ACCESS_CONTEXT_KEY - Static variable in class org.apache.commons.ognl.OgnlContext
- memberAccess - Variable in class org.apache.commons.ognl.OgnlContext
- MemberAccess - Interface in org.apache.commons.ognl
-
This interface provides a hook for preparing for accessing members of objects.
- method - Variable in class org.apache.commons.ognl.internal.entry.GenericMethodParameterTypeCacheEntry
- method - Variable in class org.apache.commons.ognl.internal.entry.PermissionCacheEntry
- MethodAccessCacheEntryFactory - Class in org.apache.commons.ognl.internal.entry
- MethodAccessCacheEntryFactory() - Constructor for class org.apache.commons.ognl.internal.entry.MethodAccessCacheEntryFactory
- MethodAccessEntryValue - Class in org.apache.commons.ognl.internal.entry
- MethodAccessEntryValue(boolean) - Constructor for class org.apache.commons.ognl.internal.entry.MethodAccessEntryValue
- MethodAccessEntryValue(boolean, boolean) - Constructor for class org.apache.commons.ognl.internal.entry.MethodAccessEntryValue
- MethodAccessor - Interface in org.apache.commons.ognl
-
This interface defines methods for calling methods in a target object.
- methodAccessors - Variable in class org.apache.commons.ognl.OgnlCache
- MethodCacheEntry - Class in org.apache.commons.ognl.internal.entry
- MethodCacheEntry(Class<?>) - Constructor for class org.apache.commons.ognl.internal.entry.MethodCacheEntry
- MethodCacheEntryFactory<T extends MethodCacheEntry> - Class in org.apache.commons.ognl.internal.entry
- MethodCacheEntryFactory() - Constructor for class org.apache.commons.ognl.internal.entry.MethodCacheEntryFactory
- methodCall() - Method in class org.apache.commons.ognl.OgnlParser
- MethodFailedException - Exception in org.apache.commons.ognl
-
Exception thrown if a method or constructor call fails.
- MethodFailedException(Object, String) - Constructor for exception org.apache.commons.ognl.MethodFailedException
- MethodFailedException(Object, String, Throwable) - Constructor for exception org.apache.commons.ognl.MethodFailedException
- methodName - Variable in class org.apache.commons.ognl.ASTMethod
- methodName - Variable in class org.apache.commons.ognl.ASTStaticMethod
- methodPermCacheEntryFactory - Variable in class org.apache.commons.ognl.OgnlCache
- MethodPermCacheEntryFactory - Class in org.apache.commons.ognl.internal.entry
- MethodPermCacheEntryFactory(SecurityManager) - Constructor for class org.apache.commons.ognl.internal.entry.MethodPermCacheEntryFactory
- MethodType() - Constructor for enum org.apache.commons.ognl.internal.entry.DeclaredMethodCacheEntry.MethodType
- mid - Static variable in class org.apache.commons.ognl.DynamicSubscript
- MID - Static variable in class org.apache.commons.ognl.DynamicSubscript
- MIN_REAL_TYPE - Static variable in interface org.apache.commons.ognl.NumericTypes
-
The smallest type tag that represents reals as opposed to integers.
- MoreLexicalActions() - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- multiplicativeExpression() - Method in class org.apache.commons.ognl.OgnlParser
- multiply(Object, Object) - Static method in class org.apache.commons.ognl.OgnlOps
N
- name - Variable in class org.apache.commons.ognl.ASTVarRef
- name - Variable in class org.apache.commons.ognl.enhance.LocalReferenceImpl
- name - Variable in exception org.apache.commons.ognl.NoSuchPropertyException
- navigationChain() - Method in class org.apache.commons.ognl.OgnlParser
- negate(Object) - Static method in class org.apache.commons.ognl.OgnlOps
- newEnumeration(Iterator<E>) - Static method in class org.apache.commons.ognl.IteratorEnumeration
- newInteger(int, long) - Static method in class org.apache.commons.ognl.OgnlOps
-
Returns a new Number object of an appropriate type to hold the given integer value.
- newIterator(Enumeration<T>) - Static method in class org.apache.commons.ognl.EnumerationIterator
- newReal(int, double) - Static method in class org.apache.commons.ognl.OgnlOps
-
Returns a new Number object of an appropriate type to hold the given real value.
- newToken(int) - Static method in class org.apache.commons.ognl.Token
- newToken(int, String) - Static method in class org.apache.commons.ognl.Token
-
Returns a new Token object, by default.
- next - Variable in class org.apache.commons.ognl.Evaluation
- next - Variable in class org.apache.commons.ognl.internal.Entry
- next - Variable in class org.apache.commons.ognl.OgnlParser.JJCalls
- next - Variable in class org.apache.commons.ognl.Token
-
A reference to the next regular (non-special) token from the input stream.
- next() - Method in class org.apache.commons.ognl.EnumerationIterator
- nextCharBuf - Variable in class org.apache.commons.ognl.JavaCharStream
- nextCharInd - Variable in class org.apache.commons.ognl.JavaCharStream
- nextElement() - Method in class org.apache.commons.ognl.IteratorEnumeration
- NoArguments - Static variable in class org.apache.commons.ognl.OgnlRuntime
- NoConversionPossible - Static variable in class org.apache.commons.ognl.OgnlRuntime
-
Token returned by TypeConverter for no conversion possible
- node - Variable in class org.apache.commons.ognl.Evaluation
- Node - Interface in org.apache.commons.ognl
-
JJTree interface for AST nodes, as modified to handle the OGNL operations getValue and setValue.
- nodeArity() - Method in class org.apache.commons.ognl.JJTOgnlParserState
- nodeCreated - Variable in class org.apache.commons.ognl.JJTOgnlParserState
- nodeCreated() - Method in class org.apache.commons.ognl.JJTOgnlParserState
- nodes - Variable in class org.apache.commons.ognl.JJTOgnlParserState
- NodeType - Interface in org.apache.commons.ognl
-
Used by some of the
ognl.enhance.OgnlExpressionCompiler
logic to determine the object type ofNode
s during expression evaluation. - NodeVisitor<R,P> - Interface in org.apache.commons.ognl
- NON_STATIC - org.apache.commons.ognl.internal.entry.DeclaredMethodCacheEntry.MethodType
- NONNUMERIC - Static variable in interface org.apache.commons.ognl.NumericTypes
-
Type tag meaning something other than a number.
- NoSuchPropertyException - Exception in org.apache.commons.ognl
-
Exception thrown if a property is attempted to be extracted from an object that does not have such a property.
- NoSuchPropertyException(Object, Object) - Constructor for exception org.apache.commons.ognl.NoSuchPropertyException
- NoSuchPropertyException(Object, Object, Throwable) - Constructor for exception org.apache.commons.ognl.NoSuchPropertyException
- NotFound - Static variable in class org.apache.commons.ognl.OgnlRuntime
-
Constant expression used to indicate that a given method / property couldn't be found during reflection operations.
- notPublic - Variable in class org.apache.commons.ognl.internal.entry.MethodAccessEntryValue
- NULL_OBJECT_STRING - Static variable in class org.apache.commons.ognl.OgnlRuntime
-
Returned by
getUniqueDescriptor()
when the object isnull
. - NULL_STRING - Static variable in class org.apache.commons.ognl.OgnlRuntime
-
Constant string representation of null string.
- NullHandler - Interface in org.apache.commons.ognl
-
Interface for handling null results from Chains.
- nullHandlers - Variable in class org.apache.commons.ognl.OgnlCache
- nullMethodResult(Map<String, Object>, Object, String, Object[]) - Method in interface org.apache.commons.ognl.NullHandler
-
Method called on target returned null.
- nullMethodResult(Map<String, Object>, Object, String, Object[]) - Method in class org.apache.commons.ognl.ObjectNullHandler
- nullPropertyValue(Map<String, Object>, Object, Object) - Method in interface org.apache.commons.ognl.NullHandler
-
Property in target evaluated to null.
- nullPropertyValue(Map<String, Object>, Object, Object) - Method in class org.apache.commons.ognl.ObjectNullHandler
- NumberElementsAccessor - Class in org.apache.commons.ognl
-
Implementation of ElementsAccessor that returns an iterator over integers from 0 up to the given target.
- NumberElementsAccessor() - Constructor for class org.apache.commons.ognl.NumberElementsAccessor
- NUMERIC_DEFAULTS - Variable in class org.apache.commons.ognl.NumericDefaults
- numericCasts - Static variable in class org.apache.commons.ognl.OgnlRuntime
-
Constant strings for casting different primitive types.
- NumericCasts - Class in org.apache.commons.ognl
-
Constant strings for casting different primitive types.
- NumericCasts() - Constructor for class org.apache.commons.ognl.NumericCasts
- numericDefaults - Static variable in class org.apache.commons.ognl.OgnlRuntime
- NumericDefaults - Class in org.apache.commons.ognl
- NumericDefaults() - Constructor for class org.apache.commons.ognl.NumericDefaults
- NumericExpression - Class in org.apache.commons.ognl
-
Base class for numeric expressions.
- NumericExpression(int) - Constructor for class org.apache.commons.ognl.NumericExpression
- NumericExpression(OgnlParser, int) - Constructor for class org.apache.commons.ognl.NumericExpression
- numericLiterals - Static variable in class org.apache.commons.ognl.OgnlRuntime
-
Numeric primitive literal string expressions.
- NumericLiterals - Class in org.apache.commons.ognl
-
Numeric primitive literal string expressions.
- NumericLiterals() - Constructor for class org.apache.commons.ognl.NumericLiterals
- NumericTypes - Interface in org.apache.commons.ognl
-
This interface defines some useful constants for describing the various possible numeric types of OGNL.
- numericValues - Static variable in class org.apache.commons.ognl.OgnlRuntime
-
Constant strings for getting the primitive value of different native types on the generic
Number
object interface. - NumericValues - Class in org.apache.commons.ognl
-
Constant strings for getting the primitive value of different native types on the generic
Number
object interface. - NumericValues() - Constructor for class org.apache.commons.ognl.NumericValues
- numNodesOnStack - Variable in class org.apache.commons.ognl.JJTOgnlParserState
O
- ObjectElementsAccessor - Class in org.apache.commons.ognl
-
Implementation of ElementsAccessor that returns a single-element iterator, containing the original target object.
- ObjectElementsAccessor() - Constructor for class org.apache.commons.ognl.ObjectElementsAccessor
- ObjectIndexedPropertyDescriptor - Class in org.apache.commons.ognl
-
PropertyDescriptor subclass that describes an indexed set of read/write methods to get a property.
- ObjectIndexedPropertyDescriptor(String, Class<?>, Method, Method) - Constructor for class org.apache.commons.ognl.ObjectIndexedPropertyDescriptor
- ObjectMethodAccessor - Class in org.apache.commons.ognl
-
Implementation of PropertyAccessor that uses reflection on the target object's class to find a field or a pair of set/get methods with the given property name.
- ObjectMethodAccessor() - Constructor for class org.apache.commons.ognl.ObjectMethodAccessor
- ObjectNullHandler - Class in org.apache.commons.ognl
-
Implementation of NullHandler that returns null in all cases, so that NullPointerException will be thrown by the caller.
- ObjectNullHandler() - Constructor for class org.apache.commons.ognl.ObjectNullHandler
- ObjectPropertyAccessor - Class in org.apache.commons.ognl
-
Implementation of PropertyAccessor that uses reflection on the target object's class to find a field or a pair of set/get methods with the given property name.
- ObjectPropertyAccessor() - Constructor for class org.apache.commons.ognl.ObjectPropertyAccessor
- Ognl - Class in org.apache.commons.ognl
-
This class provides static methods for parsing and interpreting OGNL expressions.
- Ognl() - Constructor for class org.apache.commons.ognl.Ognl
-
You can't make one of these.
- OgnlCache - Class in org.apache.commons.ognl
-
This class takes care of all the internal caching for OGNL.
- OgnlCache() - Constructor for class org.apache.commons.ognl.OgnlCache
- OgnlContext - Class in org.apache.commons.ognl
-
This class defines the execution context for an OGNL expression
- OgnlContext() - Constructor for class org.apache.commons.ognl.OgnlContext
-
Constructs a new OgnlContext with the default class resolver, type converter and member access.
- OgnlContext(Map<String, Object>) - Constructor for class org.apache.commons.ognl.OgnlContext
- OgnlContext(ClassResolver, TypeConverter, MemberAccess) - Constructor for class org.apache.commons.ognl.OgnlContext
-
Constructs a new OgnlContext with the given class resolver, type converter and member access.
- OgnlContext(ClassResolver, TypeConverter, MemberAccess, Map<String, Object>) - Constructor for class org.apache.commons.ognl.OgnlContext
- OgnlException - Exception in org.apache.commons.ognl
-
Superclass for OGNL exceptions, incorporating an optional encapsulated exception.
- OgnlException() - Constructor for exception org.apache.commons.ognl.OgnlException
-
Constructs an OgnlException with no message or encapsulated exception.
- OgnlException(String) - Constructor for exception org.apache.commons.ognl.OgnlException
-
Constructs an OgnlException with the given message but no encapsulated exception.
- OgnlException(String, Throwable) - Constructor for exception org.apache.commons.ognl.OgnlException
-
Constructs an OgnlException with the given message and encapsulated exception.
- OgnlExpressionCompiler - Interface in org.apache.commons.ognl.enhance
-
Core interface implemented by expression compiler instances.
- OgnlInvokePermission - Class in org.apache.commons.ognl
-
BasicPermission subclass that defines a permission token for invoking methods within OGNL.
- OgnlInvokePermission(String) - Constructor for class org.apache.commons.ognl.OgnlInvokePermission
- OgnlInvokePermission(String, String) - Constructor for class org.apache.commons.ognl.OgnlInvokePermission
- OgnlOps - Class in org.apache.commons.ognl
-
This is an abstract class with static methods that define the operations of OGNL.
- OgnlOps() - Constructor for class org.apache.commons.ognl.OgnlOps
- OgnlParser - Class in org.apache.commons.ognl
-
OgnlParser is a JavaCC parser class; it translates OGNL expressions into abstract syntax trees (ASTs) that can then be interpreted by the getValue and setValue methods.
- OgnlParser(InputStream) - Constructor for class org.apache.commons.ognl.OgnlParser
-
Constructor with InputStream.
- OgnlParser(InputStream, String) - Constructor for class org.apache.commons.ognl.OgnlParser
-
Constructor with InputStream and supplied encoding
- OgnlParser(Reader) - Constructor for class org.apache.commons.ognl.OgnlParser
-
Constructor.
- OgnlParser(OgnlParserTokenManager) - Constructor for class org.apache.commons.ognl.OgnlParser
-
Constructor with generated Token Manager.
- OgnlParser.JJCalls - Class in org.apache.commons.ognl
- OgnlParser.LookaheadSuccess - Error in org.apache.commons.ognl
- OgnlParserConstants - Interface in org.apache.commons.ognl
-
Token literal values and constants.
- OgnlParserTokenManager - Class in org.apache.commons.ognl
-
Token Manager.
- OgnlParserTokenManager(JavaCharStream) - Constructor for class org.apache.commons.ognl.OgnlParserTokenManager
-
Constructor.
- OgnlParserTokenManager(JavaCharStream, int) - Constructor for class org.apache.commons.ognl.OgnlParserTokenManager
-
Constructor.
- OgnlParserTreeConstants - Interface in org.apache.commons.ognl
-
$Id$ Generated By:JavaCC: Do not edit this line.
- OgnlRuntime - Class in org.apache.commons.ognl
-
Utility class used by internal OGNL API to do various things like: Handles majority of reflection logic / caching. Utility methods for casting strings / various numeric types used by
OgnlExpressionCompiler
.- OgnlRuntime() - Constructor for class org.apache.commons.ognl.OgnlRuntime
- openNodeScope(Node) - Method in class org.apache.commons.ognl.JJTOgnlParserState
- OrderedReturn - Interface in org.apache.commons.ognl.enhance
Marks an ognl expressionNode
as needing to have the return portion of a getter method happen in a specific part of the generated expression vs just having the whole expression returned in one chunk.- org.apache.commons.ognl - package org.apache.commons.ognl
- org.apache.commons.ognl.enhance - package org.apache.commons.ognl.enhance
- org.apache.commons.ognl.internal - package org.apache.commons.ognl.internal
- org.apache.commons.ognl.internal.entry - package org.apache.commons.ognl.internal.entry
P
- ParametrizedCacheEntryFactory - Interface in org.apache.commons.ognl.internal.entry
- parent - Variable in class org.apache.commons.ognl.Evaluation
- parent - Variable in class org.apache.commons.ognl.SimpleNode
- ParseException - Exception in org.apache.commons.ognl
-
This exception is thrown when parse errors are encountered.
- ParseException() - Constructor for exception org.apache.commons.ognl.ParseException
-
The following constructors are for use by you for whatever purpose you can think of.
- ParseException(String) - Constructor for exception org.apache.commons.ognl.ParseException
-
Constructor with message.
- ParseException(Token, int[][], String[]) - Constructor for exception org.apache.commons.ognl.ParseException
-
This constructor is used by the method "generateParseException" in the generated parser.
- parseExpression(String) - Static method in class org.apache.commons.ognl.Ognl
-
Parses the given OGNL expression and returns a tree representation of the expression that can be used by
Ognl
static methods. - parser - Variable in class org.apache.commons.ognl.SimpleNode
- peekNode() - Method in class org.apache.commons.ognl.JJTOgnlParserState
- PermissionCacheEntry - Class in org.apache.commons.ognl.internal.entry
- PermissionCacheEntry(Method) - Constructor for class org.apache.commons.ognl.internal.entry.PermissionCacheEntry
- PermissionCacheEntryFactory - Class in org.apache.commons.ognl.internal.entry
- PermissionCacheEntryFactory() - Constructor for class org.apache.commons.ognl.internal.entry.PermissionCacheEntryFactory
- pool - Variable in class org.apache.commons.ognl.enhance.ExpressionCompiler
-
Javassist class definition poool.
- popEvaluation() - Method in class org.apache.commons.ognl.OgnlContext
-
Pops the current Evaluation off of the top of the stack.
- popNode() - Method in class org.apache.commons.ognl.JJTOgnlParserState
- PRE_CAST - Static variable in class org.apache.commons.ognl.enhance.ExpressionCompiler
-
Key used to store any java source string casting statements in the
OgnlContext
during class compilation. - prevCharIsCR - Variable in class org.apache.commons.ognl.JavaCharStream
- prevCharIsLF - Variable in class org.apache.commons.ognl.JavaCharStream
- previous - Variable in class org.apache.commons.ognl.Evaluation
- primaryExpression() - Method in class org.apache.commons.ognl.OgnlParser
- primitiveDefaults - Static variable in class org.apache.commons.ognl.OgnlRuntime
- PrimitiveDefaults - Class in org.apache.commons.ognl
- PrimitiveDefaults() - Constructor for class org.apache.commons.ognl.PrimitiveDefaults
- primitiveTypes - Static variable in class org.apache.commons.ognl.OgnlRuntime
- PrimitiveTypes - Class in org.apache.commons.ognl
- PrimitiveTypes() - Constructor for class org.apache.commons.ognl.PrimitiveTypes
- primitiveWrapperClasses - Static variable in class org.apache.commons.ognl.OgnlRuntime
-
Used to provide primitive type equivalent conversions into and out of native / object types.
- PrimitiveWrapperClasses - Class in org.apache.commons.ognl
-
Used to provide primitive type equivalent conversions into and out of native / object types.
- PrimitiveWrapperClasses() - Constructor for class org.apache.commons.ognl.PrimitiveWrapperClasses
- printStackTrace() - Method in exception org.apache.commons.ognl.OgnlException
-
Prints the stack trace for this (and possibly the encapsulated) exception on System.err.
- printStackTrace(PrintStream) - Method in exception org.apache.commons.ognl.OgnlException
-
Prints the stack trace for this (and possibly the encapsulated) exception on the given print stream.
- printStackTrace(PrintWriter) - Method in exception org.apache.commons.ognl.OgnlException
-
Prints the stack trace for this (and possibly the encapsulated) exception on the given print writer.
- projection() - Method in class org.apache.commons.ognl.OgnlParser
-
Apply an expression to all elements of a collection, creating a new collection as the result.
- PROPERTY_KEY_PREFIX - Static variable in class org.apache.commons.ognl.OgnlContext
- PropertyAccessor - Interface in org.apache.commons.ognl
-
This interface defines methods for setting and getting a property from a target object.
- propertyAccessors - Variable in class org.apache.commons.ognl.OgnlCache
- propertyDescriptorCache - Variable in class org.apache.commons.ognl.OgnlCache
- PropertyDescriptorCacheEntryFactory - Class in org.apache.commons.ognl.internal.entry
- PropertyDescriptorCacheEntryFactory() - Constructor for class org.apache.commons.ognl.internal.entry.PropertyDescriptorCacheEntryFactory
- propertyName() - Method in class org.apache.commons.ognl.OgnlParser
- propertyType - Variable in class org.apache.commons.ognl.ObjectIndexedPropertyDescriptor
- PUBLIC_METHOD - Static variable in class org.apache.commons.ognl.internal.entry.MethodAccessCacheEntryFactory
- pushEvaluation(Evaluation) - Method in class org.apache.commons.ognl.OgnlContext
-
Pushes a new Evaluation onto the stack.
- pushNode(Node) - Method in class org.apache.commons.ognl.JJTOgnlParserState
- put(Class<?>, T) - Method in class org.apache.commons.ognl.internal.ConcurrentHashMapClassCache
- put(Class<?>, T) - Method in class org.apache.commons.ognl.internal.HashMapClassCache
- put(Class<?>, T) - Method in class org.apache.commons.ognl.internal.ReentrantReadWriteLockClassCache
- put(Class<?>, V) - Method in class org.apache.commons.ognl.internal.ClassCacheImpl
- put(String, Object) - Method in class org.apache.commons.ognl.OgnlContext
- put(K, V) - Method in interface org.apache.commons.ognl.internal.Cache
- put(K, V) - Method in class org.apache.commons.ognl.internal.ConcurrentHashMapCache
- put(K, V) - Method in class org.apache.commons.ognl.internal.HashMapCache
- put(K, V) - Method in class org.apache.commons.ognl.internal.ReentrantReadWriteLockCache
- putAll(Map<? extends String, ?>) - Method in class org.apache.commons.ognl.OgnlContext
R
- ReadByte() - Method in class org.apache.commons.ognl.JavaCharStream
- readChar() - Method in class org.apache.commons.ognl.JavaCharStream
- readLock - Variable in class org.apache.commons.ognl.internal.ReentrantReadWriteLockCache
- reason - Variable in exception org.apache.commons.ognl.OgnlException
-
Why this exception was thrown.
- recurse(Node, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- recycleLastEvaluation() - Method in class org.apache.commons.ognl.OgnlContext
-
This method can be called when the last evaluation has been used and can be returned for reuse in the free pool maintained by the runtime.
- ReentrantReadWriteLockCache<K,V> - Class in org.apache.commons.ognl.internal
- ReentrantReadWriteLockCache() - Constructor for class org.apache.commons.ognl.internal.ReentrantReadWriteLockCache
- ReentrantReadWriteLockCache(CacheEntryFactory<K, V>) - Constructor for class org.apache.commons.ognl.internal.ReentrantReadWriteLockCache
- ReentrantReadWriteLockCacheFactory - Class in org.apache.commons.ognl.internal
- ReentrantReadWriteLockCacheFactory() - Constructor for class org.apache.commons.ognl.internal.ReentrantReadWriteLockCacheFactory
- ReentrantReadWriteLockClassCache<T> - Class in org.apache.commons.ognl.internal
- ReentrantReadWriteLockClassCache(CacheEntryFactory<Class<?>, T>) - Constructor for class org.apache.commons.ognl.internal.ReentrantReadWriteLockClassCache
- ReInit(InputStream) - Method in class org.apache.commons.ognl.JavaCharStream
-
Reinitialise.
- ReInit(InputStream) - Method in class org.apache.commons.ognl.OgnlParser
-
Reinitialise.
- ReInit(InputStream, int, int) - Method in class org.apache.commons.ognl.JavaCharStream
-
Reinitialise.
- ReInit(InputStream, int, int, int) - Method in class org.apache.commons.ognl.JavaCharStream
-
Reinitialise.
- ReInit(InputStream, String) - Method in class org.apache.commons.ognl.JavaCharStream
-
Reinitialise.
- ReInit(InputStream, String) - Method in class org.apache.commons.ognl.OgnlParser
-
Reinitialise.
- ReInit(InputStream, String, int, int) - Method in class org.apache.commons.ognl.JavaCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int, int) - Method in class org.apache.commons.ognl.JavaCharStream
-
Reinitialise.
- ReInit(Reader) - Method in class org.apache.commons.ognl.JavaCharStream
- ReInit(Reader) - Method in class org.apache.commons.ognl.OgnlParser
-
Reinitialise.
- ReInit(Reader, int, int) - Method in class org.apache.commons.ognl.JavaCharStream
- ReInit(Reader, int, int, int) - Method in class org.apache.commons.ognl.JavaCharStream
- ReInit(JavaCharStream) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
-
Reinitialise parser.
- ReInit(JavaCharStream, int) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
-
Reinitialise parser.
- ReInit(OgnlParserTokenManager) - Method in class org.apache.commons.ognl.OgnlParser
-
Reinitialise.
- ReInitRounds() - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- relationalExpression() - Method in class org.apache.commons.ognl.OgnlParser
- remainder(Object, Object) - Static method in class org.apache.commons.ognl.OgnlOps
- remove() - Method in class org.apache.commons.ognl.EnumerationIterator
- remove(Object) - Method in class org.apache.commons.ognl.OgnlContext
- RESERVED_KEYS - Static variable in class org.apache.commons.ognl.OgnlContext
- reset() - Method in class org.apache.commons.ognl.Evaluation
-
Resets this Evaluation to the initial state.
- reset() - Method in class org.apache.commons.ognl.JJTOgnlParserState
- resolveType(ParameterizedType, TypeVariable<?>, TypeVariable<?>[]) - Method in class org.apache.commons.ognl.internal.entry.GenericMethodParameterTypeFactory
- restore(Map<String, Object>, Object, Member, String, Object) - Method in class org.apache.commons.ognl.DefaultMemberAccess
- restore(Map<String, Object>, Object, Member, String, Object) - Method in interface org.apache.commons.ognl.MemberAccess
-
Restores the member from the previous setup call.
- result - Variable in class org.apache.commons.ognl.Evaluation
- returnValue(Object, Object) - Static method in class org.apache.commons.ognl.OgnlOps
- root - Variable in class org.apache.commons.ognl.OgnlContext
- ROOT_CONTEXT_KEY - Static variable in class org.apache.commons.ognl.OgnlContext
- ROOT_TYPE - Static variable in interface org.apache.commons.ognl.enhance.OgnlExpressionCompiler
-
Static constant used in conjunction with
OgnlContext
to store temporary references. - rootEvaluation - Variable in class org.apache.commons.ognl.OgnlContext
- rootNode() - Method in class org.apache.commons.ognl.JJTOgnlParserState
S
- securityManager - Variable in class org.apache.commons.ognl.internal.entry.MethodPermCacheEntryFactory
- securityManager - Static variable in class org.apache.commons.ognl.OgnlRuntime
- selectAll() - Method in class org.apache.commons.ognl.OgnlParser
-
Apply a boolean expression to all elements of a collection, creating a new collection containing those elements for which the expression returned true.
- selectFirst() - Method in class org.apache.commons.ognl.OgnlParser
-
Apply a boolean expression to all elements of a collection, creating a new collection containing those elements for the first element for which the expression returned true.
- selection() - Method in class org.apache.commons.ognl.OgnlParser
- selectLast() - Method in class org.apache.commons.ognl.OgnlParser
-
Apply a boolean expression to all elements of a collection, creating a new collection containing those elements for the first element for which the expression returned true.
- serialVersionUID - Static variable in class org.apache.commons.ognl.ASTAnd
-
Serial
- serialVersionUID - Static variable in class org.apache.commons.ognl.BooleanExpression
- serialVersionUID - Static variable in class org.apache.commons.ognl.ComparisonExpression
- serialVersionUID - Static variable in exception org.apache.commons.ognl.enhance.UnsupportedCompilationException
- serialVersionUID - Static variable in class org.apache.commons.ognl.ExpressionNode
- serialVersionUID - Static variable in exception org.apache.commons.ognl.ExpressionSyntaxException
- serialVersionUID - Static variable in exception org.apache.commons.ognl.InappropriateExpressionException
- serialVersionUID - Static variable in exception org.apache.commons.ognl.MethodFailedException
- serialVersionUID - Static variable in exception org.apache.commons.ognl.NoSuchPropertyException
- serialVersionUID - Static variable in class org.apache.commons.ognl.NumericExpression
- serialVersionUID - Static variable in exception org.apache.commons.ognl.OgnlException
- serialVersionUID - Static variable in class org.apache.commons.ognl.OgnlInvokePermission
- serialVersionUID - Static variable in exception org.apache.commons.ognl.ParseException
-
The version identifier for this Serializable class.
- serialVersionUID - Static variable in class org.apache.commons.ognl.SimpleNode
- serialVersionUID - Static variable in class org.apache.commons.ognl.Token
-
The version identifier for this Serializable class.
- serialVersionUID - Static variable in error org.apache.commons.ognl.TokenMgrError
-
The version identifier for this Serializable class.
- set(OgnlContext, Object, Object) - Method in interface org.apache.commons.ognl.enhance.ExpressionAccessor
-
Sets the value represented by this expression path, if possible.
- SET_PREFIX - Static variable in class org.apache.commons.ognl.OgnlRuntime
-
Java beans standard set method prefix.
- setAccessor(ExpressionAccessor) - Method in interface org.apache.commons.ognl.Node
-
Sets a new compiled accessor for this node expression.
- setAccessor(ExpressionAccessor) - Method in class org.apache.commons.ognl.SimpleNode
- setAllowPackageProtectedAccess(boolean) - Method in class org.apache.commons.ognl.DefaultMemberAccess
- setAllowPrivateAccess(boolean) - Method in class org.apache.commons.ognl.DefaultMemberAccess
- setAllowProtectedAccess(boolean) - Method in class org.apache.commons.ognl.DefaultMemberAccess
- setArray(boolean) - Method in class org.apache.commons.ognl.ASTCtor
- setClassCacheInspector(ClassCacheInspector) - Method in class org.apache.commons.ognl.OgnlCache
-
Registers the specified
ClassCacheInspector
with all class reflection based internal caches. - setClassCacheInspector(ClassCacheInspector) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Registers the specified
ClassCacheInspector
with all class reflection based internal caches. - setClassInspector(ClassCacheInspector) - Method in interface org.apache.commons.ognl.internal.ClassCache
- setClassInspector(ClassCacheInspector) - Method in class org.apache.commons.ognl.internal.ClassCacheImpl
- setClassInspector(ClassCacheInspector) - Method in class org.apache.commons.ognl.internal.ConcurrentHashMapClassCache
- setClassInspector(ClassCacheInspector) - Method in class org.apache.commons.ognl.internal.HashMapClassCache
- setClassInspector(ClassCacheInspector) - Method in class org.apache.commons.ognl.internal.ReentrantReadWriteLockClassCache
- setClassName(String) - Method in class org.apache.commons.ognl.ASTCtor
-
Called from parser action.
- setClassName(String) - Method in class org.apache.commons.ognl.ASTMap
- setClassResolver(Map<String, Object>, ClassResolver) - Static method in class org.apache.commons.ognl.Ognl
-
Configures the
ClassResolver
to use for the given context. - setClassResolver(ClassResolver) - Method in class org.apache.commons.ognl.OgnlContext
- setCompiler(OgnlExpressionCompiler) - Static method in class org.apache.commons.ognl.OgnlRuntime
- setCurrentAccessor(Class<?>) - Method in class org.apache.commons.ognl.OgnlContext
- setCurrentEvaluation(Evaluation) - Method in class org.apache.commons.ognl.OgnlContext
- setCurrentNode(Node) - Method in class org.apache.commons.ognl.OgnlContext
- setCurrentObject(Object) - Method in class org.apache.commons.ognl.OgnlContext
- setCurrentType(Class<?>) - Method in class org.apache.commons.ognl.OgnlContext
- setDebugStream(PrintStream) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
-
Set debug output.
- setElementsAccessor(Class<?>, ElementsAccessor) - Method in class org.apache.commons.ognl.OgnlCache
- setElementsAccessor(Class<?>, ElementsAccessor) - Static method in class org.apache.commons.ognl.OgnlRuntime
- setEvaluation(Evaluation) - Method in exception org.apache.commons.ognl.OgnlException
-
Sets the Evaluation that was current when this exception was thrown.
- setException(Throwable) - Method in class org.apache.commons.ognl.Evaluation
-
Sets the exception that occurred as a result of evaluating the Evaluation.
- setExpression(Node) - Method in interface org.apache.commons.ognl.enhance.ExpressionAccessor
-
Used to set the original root expression node on instances where the compiled version has to fall back to interpreted syntax because of compilation failures.
- setFieldValue(OgnlContext, Object, String, Object) - Static method in class org.apache.commons.ognl.OgnlRuntime
- setIndexedAccess(boolean) - Method in class org.apache.commons.ognl.ASTProperty
- setIndexedProperty(OgnlContext, Object, String, Object, Object) - Static method in class org.apache.commons.ognl.OgnlRuntime
- setKeepLastEvaluation(boolean) - Method in class org.apache.commons.ognl.OgnlContext
-
Sets whether the last evaluation that was done on this context is retained and available through
getLastEvaluation()
. - setLastEvaluation(Evaluation) - Method in class org.apache.commons.ognl.OgnlContext
- setMemberAccess(Map<String, Object>, MemberAccess) - Static method in class org.apache.commons.ognl.Ognl
-
Configures the specified context with a
MemberAccess
instance for handling field/method protection levels. - setMemberAccess(MemberAccess) - Method in class org.apache.commons.ognl.OgnlContext
- setMethodAccessor(Class<?>, MethodAccessor) - Method in class org.apache.commons.ognl.OgnlCache
- setMethodAccessor(Class<?>, MethodAccessor) - Static method in class org.apache.commons.ognl.OgnlRuntime
- setMethodName(String) - Method in class org.apache.commons.ognl.ASTMethod
-
Called from parser action.
- setMethodValue(OgnlContext, Object, String, Object) - Static method in class org.apache.commons.ognl.OgnlRuntime
- setMethodValue(OgnlContext, Object, String, Object, boolean) - Static method in class org.apache.commons.ognl.OgnlRuntime
- setName(String) - Method in class org.apache.commons.ognl.ASTVarRef
- setNext(Entry<K, V>) - Method in class org.apache.commons.ognl.internal.Entry
- setNode(SimpleNode) - Method in class org.apache.commons.ognl.Evaluation
-
Sets the node of the evaluation.
- setNullHandler(Class<?>, NullHandler) - Method in class org.apache.commons.ognl.OgnlCache
- setNullHandler(Class<?>, NullHandler) - Static method in class org.apache.commons.ognl.OgnlRuntime
- setOperation - Variable in class org.apache.commons.ognl.Evaluation
- setParameterValues(Map<String, String>) - Method in interface org.apache.commons.ognl.internal.entry.ParametrizedCacheEntryFactory
- setPossibleProperty(Map<String, Object>, Object, String, Object) - Method in class org.apache.commons.ognl.ObjectPropertyAccessor
-
Returns OgnlRuntime.NotFound if the property does not exist.
- setPreviousType(Class<?>) - Method in class org.apache.commons.ognl.OgnlContext
- setProperty(Map<String, Object>, Object, Object, Object) - Method in class org.apache.commons.ognl.ArrayPropertyAccessor
- setProperty(Map<String, Object>, Object, Object, Object) - Method in class org.apache.commons.ognl.EnumerationPropertyAccessor
- setProperty(Map<String, Object>, Object, Object, Object) - Method in class org.apache.commons.ognl.IteratorPropertyAccessor
- setProperty(Map<String, Object>, Object, Object, Object) - Method in class org.apache.commons.ognl.ListPropertyAccessor
- setProperty(Map<String, Object>, Object, Object, Object) - Method in class org.apache.commons.ognl.MapPropertyAccessor
- setProperty(Map<String, Object>, Object, Object, Object) - Method in class org.apache.commons.ognl.ObjectPropertyAccessor
- setProperty(Map<String, Object>, Object, Object, Object) - Method in interface org.apache.commons.ognl.PropertyAccessor
-
Sets the value of the property of the given name in the given target object.
- setProperty(OgnlContext, Object, Object, Object) - Static method in class org.apache.commons.ognl.OgnlRuntime
- setPropertyAccessor(Class<?>, PropertyAccessor) - Method in class org.apache.commons.ognl.OgnlCache
- setPropertyAccessor(Class<?>, PropertyAccessor) - Static method in class org.apache.commons.ognl.OgnlRuntime
- SetPropertyAccessor - Class in org.apache.commons.ognl
-
Implementation of PropertyAccessor that uses numbers and dynamic subscripts as properties to index into Lists.
- SetPropertyAccessor() - Constructor for class org.apache.commons.ognl.SetPropertyAccessor
- setResult(Object) - Method in class org.apache.commons.ognl.Evaluation
-
Sets the result of the Evaluation.
- setRoot(Object) - Method in class org.apache.commons.ognl.OgnlContext
- setRoot(Map<String, Object>, Object) - Static method in class org.apache.commons.ognl.Ognl
-
Sets the root object to use for all expressions in the given context - doesn't necessarily replace root object instances explicitly passed in to other expression resolving methods on this class.
- setRootEvaluation(Evaluation) - Method in class org.apache.commons.ognl.OgnlContext
- setSecurityManager(SecurityManager) - Method in class org.apache.commons.ognl.internal.entry.MethodPermCacheEntryFactory
- setSecurityManager(SecurityManager) - Method in class org.apache.commons.ognl.OgnlCache
- setSecurityManager(SecurityManager) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Sets the SecurityManager that OGNL uses to determine permissions for invoking methods.
- setSetOperation(boolean) - Method in class org.apache.commons.ognl.Evaluation
-
Marks the Evaluation as a set operation if the value is true, else marks it as a get operation.
- setSource(Object) - Method in class org.apache.commons.ognl.Evaluation
-
Sets the source of the evaluation.
- setTabSize(int) - Method in class org.apache.commons.ognl.JavaCharStream
- setTargetType(String) - Method in class org.apache.commons.ognl.ASTInstanceof
- setterClass - Variable in class org.apache.commons.ognl.ASTChain
- setterClass - Variable in class org.apache.commons.ognl.ASTProperty
- setTraceEvaluations(boolean) - Method in class org.apache.commons.ognl.OgnlContext
- setTrackLineColumn(boolean) - Method in class org.apache.commons.ognl.JavaCharStream
- setTypeConverter(Map<String, Object>, TypeConverter) - Static method in class org.apache.commons.ognl.Ognl
-
Configures the type converter to use for a given context.
- setTypeConverter(TypeConverter) - Method in class org.apache.commons.ognl.OgnlContext
- setup(Map<String, Object>, Object, Member, String) - Method in class org.apache.commons.ognl.DefaultMemberAccess
- setup(Map<String, Object>, Object, Member, String) - Method in interface org.apache.commons.ognl.MemberAccess
-
Sets the member up for accessibility
- setValue(Object) - Method in class org.apache.commons.ognl.ASTConst
-
Called from parser actions.
- setValue(Object, Object, Object) - Static method in class org.apache.commons.ognl.Ognl
-
Evaluates the given OGNL expression tree to insert a value into the object graph rooted at the given root object.
- setValue(Object, Map<String, Object>, Object, Object) - Static method in class org.apache.commons.ognl.Ognl
-
Evaluates the given OGNL expression tree to insert a value into the object graph rooted at the given root object.
- setValue(String, Object, Object) - Static method in class org.apache.commons.ognl.Ognl
-
Convenience method that combines calls to
parseExpression
andsetValue
. - setValue(String, Map<String, Object>, Object, Object) - Static method in class org.apache.commons.ognl.Ognl
-
Evaluates the given OGNL expression to insert a value into the object graph rooted at the given root object given the context.
- setValue(ExpressionAccessor, OgnlContext, Object, Object) - Static method in class org.apache.commons.ognl.Ognl
-
Sets the value given using the pre-compiled expression on the specified root object.
- setValue(OgnlContext, Object, Object) - Method in interface org.apache.commons.ognl.Node
-
Sets the given value in the given target as appropriate for this node within the given context.
- setValue(OgnlContext, Object, Object) - Method in class org.apache.commons.ognl.SimpleNode
- setValue(V) - Method in class org.apache.commons.ognl.internal.Entry
- setValueBody(OgnlContext, Object, Object) - Method in class org.apache.commons.ognl.ASTAnd
- setValueBody(OgnlContext, Object, Object) - Method in class org.apache.commons.ognl.ASTChain
- setValueBody(OgnlContext, Object, Object) - Method in class org.apache.commons.ognl.ASTEval
- setValueBody(OgnlContext, Object, Object) - Method in class org.apache.commons.ognl.ASTOr
- setValueBody(OgnlContext, Object, Object) - Method in class org.apache.commons.ognl.ASTProperty
- setValueBody(OgnlContext, Object, Object) - Method in class org.apache.commons.ognl.ASTRootVarRef
- setValueBody(OgnlContext, Object, Object) - Method in class org.apache.commons.ognl.ASTSequence
- setValueBody(OgnlContext, Object, Object) - Method in class org.apache.commons.ognl.ASTTest
- setValueBody(OgnlContext, Object, Object) - Method in class org.apache.commons.ognl.ASTThisVarRef
- setValueBody(OgnlContext, Object, Object) - Method in class org.apache.commons.ognl.ASTVarRef
- setValueBody(OgnlContext, Object, Object) - Method in class org.apache.commons.ognl.SimpleNode
-
Subclasses implement this method to do the actual work of setting the appropriate value in the target object.
- setValues(Map<String, Object>) - Method in class org.apache.commons.ognl.OgnlContext
- shiftExpression() - Method in class org.apache.commons.ognl.OgnlParser
- shiftLeft(Object, Object) - Static method in class org.apache.commons.ognl.OgnlOps
- shiftRight(Object, Object) - Static method in class org.apache.commons.ognl.OgnlOps
- SHORT - Static variable in interface org.apache.commons.ognl.NumericTypes
-
Type tag meaning short.
- shouldCache(Class<?>) - Method in interface org.apache.commons.ognl.ClassCacheInspector
-
Invoked just before storing a class type within a cache instance.
- shouldCache(DeclaredMethodCacheEntry, Method) - Method in class org.apache.commons.ognl.internal.entry.DeclaredMethodCacheEntryFactory
- shouldCache(T, Method) - Method in class org.apache.commons.ognl.internal.entry.MethodCacheEntryFactory
- shouldCast(Node) - Static method in class org.apache.commons.ognl.enhance.ExpressionCompiler
-
Used by
ExpressionCompiler.getRootExpression(org.apache.commons.ognl.Node, Object, org.apache.commons.ognl.OgnlContext)
to determine if the expression needs to be cast at all. - shouldConvertNumericTypes(OgnlContext) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Compares the
OgnlContext.getCurrentType()
andOgnlContext.getPreviousType()
class types on the stack to determine if a numeric expression should force object conversion. - shouldCreate(CacheEntryFactory<K, V>, V) - Method in class org.apache.commons.ognl.internal.ConcurrentHashMapCache
- shouldCreate(CacheEntryFactory<K, V>, V) - Method in class org.apache.commons.ognl.internal.HashMapCache
- shouldCreate(CacheEntryFactory<K, V>, V) - Method in class org.apache.commons.ognl.internal.ReentrantReadWriteLockCache
- SimpleNode - Class in org.apache.commons.ognl
- SimpleNode(int) - Constructor for class org.apache.commons.ognl.SimpleNode
- SimpleNode(OgnlParser, int) - Constructor for class org.apache.commons.ognl.SimpleNode
- size - Variable in class org.apache.commons.ognl.internal.ClassCacheImpl
- size() - Method in class org.apache.commons.ognl.OgnlContext
- SkipLexicalActions(Token) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- source - Variable in class org.apache.commons.ognl.Evaluation
- specialToken - Variable in class org.apache.commons.ognl.Token
-
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
- STATIC - org.apache.commons.ognl.internal.entry.DeclaredMethodCacheEntry.MethodType
- STATIC_LEXER_ERROR - Static variable in error org.apache.commons.ognl.TokenMgrError
-
An attempt was made to create a second instance of a static token manager.
- staticFlag - Static variable in class org.apache.commons.ognl.JavaCharStream
-
Whether parser is static.
- staticMethodCall(String) - Method in class org.apache.commons.ognl.OgnlParser
- staticReference() - Method in class org.apache.commons.ognl.OgnlParser
- STRING_ESC - Static variable in interface org.apache.commons.ognl.OgnlParserConstants
-
RegularExpression Id.
- STRING_LITERAL - Static variable in interface org.apache.commons.ognl.OgnlParserConstants
-
RegularExpression Id.
- stringBuilder - Variable in class org.apache.commons.ognl.OgnlParserTokenManager
-
Holds the last string literal parsed.
- stringValue(Object) - Static method in class org.apache.commons.ognl.OgnlOps
-
Evaluates the given object as a String.
- stringValue(Object, boolean) - Static method in class org.apache.commons.ognl.OgnlOps
-
Evaluates the given object as a String and trims it if the trim flag is true.
- subtract(Object, Object) - Static method in class org.apache.commons.ognl.OgnlOps
- surroundedNode(String, Node, String, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- SwitchTo(int) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
-
Switch to specified lex state.
T
- table - Variable in class org.apache.commons.ognl.internal.ClassCacheImpl
- TABLE_SIZE - Static variable in class org.apache.commons.ognl.internal.ClassCacheImpl
- TABLE_SIZE_MASK - Static variable in class org.apache.commons.ognl.internal.ClassCacheImpl
- tabSize - Variable in class org.apache.commons.ognl.JavaCharStream
- target - Variable in exception org.apache.commons.ognl.NoSuchPropertyException
- targetClass - Variable in class org.apache.commons.ognl.internal.entry.MethodCacheEntry
- targetType - Variable in class org.apache.commons.ognl.ASTInstanceof
- THIS_CONTEXT_KEY - Static variable in class org.apache.commons.ognl.OgnlContext
- toArray(boolean, Class<?>) - Static method in class org.apache.commons.ognl.OgnlOps
- toArray(boolean, Class<?>, boolean) - Static method in class org.apache.commons.ognl.OgnlOps
- toArray(byte, Class<?>) - Static method in class org.apache.commons.ognl.OgnlOps
- toArray(byte, Class<?>, boolean) - Static method in class org.apache.commons.ognl.OgnlOps
- toArray(char, Class<?>) - Static method in class org.apache.commons.ognl.OgnlOps
- toArray(char, Class<?>, boolean) - Static method in class org.apache.commons.ognl.OgnlOps
- toArray(double, Class<?>) - Static method in class org.apache.commons.ognl.OgnlOps
- toArray(double, Class<?>, boolean) - Static method in class org.apache.commons.ognl.OgnlOps
- toArray(float, Class<?>) - Static method in class org.apache.commons.ognl.OgnlOps
- toArray(float, Class<?>, boolean) - Static method in class org.apache.commons.ognl.OgnlOps
- toArray(int, Class<?>) - Static method in class org.apache.commons.ognl.OgnlOps
- toArray(int, Class<?>, boolean) - Static method in class org.apache.commons.ognl.OgnlOps
- toArray(long, Class<?>) - Static method in class org.apache.commons.ognl.OgnlOps
- toArray(long, Class<?>, boolean) - Static method in class org.apache.commons.ognl.OgnlOps
- toArray(Object, Class<?>) - Static method in class org.apache.commons.ognl.OgnlOps
- toArray(Object, Class<?>, boolean) - Static method in class org.apache.commons.ognl.OgnlOps
- toArray(List<T>) - Static method in class org.apache.commons.ognl.OgnlRuntime
-
Utility to convert a List into an Object[] array.
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTAdd
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTAnd
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTAssign
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTBitNegate
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTChain
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTConst
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTCtor
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTEval
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTIn
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTInstanceof
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTList
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTMap
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTMethod
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTNegate
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTNot
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTNotIn
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTOr
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTProject
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTProperty
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTRootVarRef
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTSelect
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTSelectFirst
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTSelectLast
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTSequence
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTStaticField
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTStaticMethod
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTTest
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTThisVarRef
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTUnsignedShiftRight
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTVarRef
- toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.BooleanExpression
-
Expected to return a java source representation of itself such that it could be turned into a literal java expression to be compiled and executed for
ExpressionAccessor.get(OgnlContext, Object)
calls. - toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ComparisonExpression
-
Expected to return a java source representation of itself such that it could be turned into a literal java expression to be compiled and executed for
ExpressionAccessor.get(OgnlContext, Object)
calls. - toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ExpressionNode
- toGetSourceString(OgnlContext, Object) - Method in interface org.apache.commons.ognl.JavaSource
-
Expected to return a java source representation of itself such that it could be turned into a literal java expression to be compiled and executed for
ExpressionAccessor.get(OgnlContext, Object)
calls. - toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.NumericExpression
-
Expected to return a java source representation of itself such that it could be turned into a literal java expression to be compiled and executed for
ExpressionAccessor.get(OgnlContext, Object)
calls. - toGetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.SimpleNode
- token - Variable in class org.apache.commons.ognl.OgnlParser
-
Current token.
- Token - Class in org.apache.commons.ognl
-
Describes the input token stream.
- Token() - Constructor for class org.apache.commons.ognl.Token
-
No-argument constructor
- Token(int) - Constructor for class org.apache.commons.ognl.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class org.apache.commons.ognl.Token
-
Constructs a new token for the specified Image and Kind.
- token_source - Variable in class org.apache.commons.ognl.OgnlParser
-
Generated Token Manager.
- tokenBegin - Variable in class org.apache.commons.ognl.JavaCharStream
- tokenImage - Static variable in interface org.apache.commons.ognl.OgnlParserConstants
-
Literal token values.
- tokenImage - Variable in exception org.apache.commons.ognl.ParseException
-
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
- TokenLexicalActions(Token) - Method in class org.apache.commons.ognl.OgnlParserTokenManager
- TokenMgrError - Error in org.apache.commons.ognl
-
Token Manager Error.
- TokenMgrError() - Constructor for error org.apache.commons.ognl.TokenMgrError
-
No arg constructor.
- TokenMgrError(boolean, int, int, int, String, int, int) - Constructor for error org.apache.commons.ognl.TokenMgrError
-
Full Constructor.
- TokenMgrError(String, int) - Constructor for error org.apache.commons.ognl.TokenMgrError
-
Constructor with message and reason.
- topLevelExpression() - Method in class org.apache.commons.ognl.OgnlParser
-
This is the top-level construct of OGNL.
- toSetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTAnd
- toSetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTAssign
- toSetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTChain
- toSetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTConst
- toSetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTCtor
- toSetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTEval
- toSetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTIn
- toSetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTInstanceof
- toSetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTList
- toSetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTMap
- toSetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTMethod
- toSetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTOr
- toSetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTProject
- toSetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTProperty
- toSetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTRootVarRef
- toSetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTSelect
- toSetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTSelectFirst
- toSetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTSelectLast
- toSetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTSequence
- toSetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTStaticField
- toSetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTStaticMethod
- toSetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTThisVarRef
- toSetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ASTVarRef
- toSetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.ExpressionNode
- toSetSourceString(OgnlContext, Object) - Method in interface org.apache.commons.ognl.JavaSource
-
Expected to return a java source representation of itself such that it could be turned into a literal java expression to be compiled and executed for
ExpressionAccessor.get(OgnlContext, Object)
calls. - toSetSourceString(OgnlContext, Object) - Method in class org.apache.commons.ognl.SimpleNode
- toString() - Method in class org.apache.commons.ognl.DynamicSubscript
- toString() - Method in class org.apache.commons.ognl.enhance.LocalReferenceImpl
- toString() - Method in class org.apache.commons.ognl.Evaluation
-
Returns a String description of the Evaluation.
- toString() - Method in class org.apache.commons.ognl.internal.ClassCacheImpl
- toString() - Method in class org.apache.commons.ognl.internal.Entry
- toString() - Method in exception org.apache.commons.ognl.OgnlException
-
Returns a string representation of this exception.
- toString() - Method in class org.apache.commons.ognl.SimpleNode
- toString() - Method in class org.apache.commons.ognl.Token
-
Returns the image.
- toString(boolean, boolean, String) - Method in class org.apache.commons.ognl.Evaluation
-
Produces a String value for the Evaluation.
- toString(boolean, String) - Method in class org.apache.commons.ognl.Evaluation
-
Produces a String value for the Evaluation.
- toString(String) - Method in class org.apache.commons.ognl.SimpleNode
- ToStringVisitor - Class in org.apache.commons.ognl
-
A NodeVisitor implementation which will build a String representation of the AST tree.
- ToStringVisitor() - Constructor for class org.apache.commons.ognl.ToStringVisitor
- trace_enabled - Variable in class org.apache.commons.ognl.OgnlParser
- trace_enabled() - Method in class org.apache.commons.ognl.OgnlParser
-
Trace enabled.
- TRACE_EVALUATIONS_CONTEXT_KEY - Static variable in class org.apache.commons.ognl.OgnlContext
- traceEvaluations - Variable in class org.apache.commons.ognl.OgnlContext
- trackLineColumn - Variable in class org.apache.commons.ognl.JavaCharStream
- type - Variable in class org.apache.commons.ognl.enhance.LocalReferenceImpl
- type - Variable in class org.apache.commons.ognl.internal.entry.DeclaredMethodCacheEntry
- type - Variable in class org.apache.commons.ognl.internal.entry.GenericMethodParameterTypeCacheEntry
- TYPE_CONVERTER_CONTEXT_KEY - Static variable in class org.apache.commons.ognl.OgnlContext
- typeConverter - Variable in class org.apache.commons.ognl.OgnlContext
- TypeConverter - Interface in org.apache.commons.ognl
-
Interface for accessing the type conversion facilities within a context.
- typeStack - Variable in class org.apache.commons.ognl.OgnlContext
U
- unaryExpression() - Method in class org.apache.commons.ognl.OgnlParser
- unsignedShiftRight(Object, Object) - Static method in class org.apache.commons.ognl.OgnlOps
- UnsupportedCompilationException - Exception in org.apache.commons.ognl.enhance
-
Thrown during bytecode enhancement conversions of ognl expressions to indicate that a certain expression isn't currently supported as a pure java bytecode enhanced version.
- UnsupportedCompilationException(String) - Constructor for exception org.apache.commons.ognl.enhance.UnsupportedCompilationException
- UnsupportedCompilationException(String, Throwable) - Constructor for exception org.apache.commons.ognl.enhance.UnsupportedCompilationException
- UpdateLineColumn(char) - Method in class org.apache.commons.ognl.JavaCharStream
V
- value - Variable in class org.apache.commons.ognl.ASTConst
- value - Variable in class org.apache.commons.ognl.internal.Entry
- valueOf(String) - Static method in enum org.apache.commons.ognl.internal.entry.DeclaredMethodCacheEntry.MethodType
-
Returns the enum constant of this type with the specified name.
- values - Variable in class org.apache.commons.ognl.OgnlContext
- values() - Static method in enum org.apache.commons.ognl.internal.entry.DeclaredMethodCacheEntry.MethodType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.apache.commons.ognl.OgnlContext
- visit(ASTAdd, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTAdd, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTAnd, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTAnd, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTAssign, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTAssign, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTBitAnd, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTBitAnd, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTBitNegate, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTBitNegate, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTBitOr, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTBitOr, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTChain, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTChain, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTConst, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTConst, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTCtor, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTCtor, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTDivide, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTDivide, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTEq, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTEq, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTEval, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTEval, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTGreaterEq, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTGreaterEq, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTGreater, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTGreater, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTIn, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTIn, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTInstanceof, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTInstanceof, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTKeyValue, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTKeyValue, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTLessEq, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTLessEq, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTLess, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTLess, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTList, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTList, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTMap, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTMap, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTMethod, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTMethod, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTMultiply, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTMultiply, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTNegate, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTNegate, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTNotEq, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTNotEq, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTNotIn, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTNotIn, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTNot, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTNot, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTOr, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTOr, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTProject, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTProject, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTProperty, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTProperty, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTRemainder, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTRemainder, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTRootVarRef, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTRootVarRef, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTSelectFirst, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTSelectFirst, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTSelectLast, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTSelectLast, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTSelect, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTSelect, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTSequence, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTSequence, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTShiftLeft, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTShiftLeft, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTShiftRight, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTShiftRight, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTStaticField, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTStaticField, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTStaticMethod, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTStaticMethod, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTSubtract, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTSubtract, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTTest, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTTest, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTThisVarRef, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTThisVarRef, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTUnsignedShiftRight, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTUnsignedShiftRight, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTVarRef, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTVarRef, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visit(ASTXor, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- visit(ASTXor, P) - Method in interface org.apache.commons.ognl.NodeVisitor
- visitExpressionNode(ExpressionNode, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
W
- WithinBackCharLiteral - Static variable in interface org.apache.commons.ognl.OgnlParserConstants
-
Lexical state.
- WithinCharLiteral - Static variable in interface org.apache.commons.ognl.OgnlParserConstants
-
Lexical state.
- WithinStringLiteral - Static variable in interface org.apache.commons.ognl.OgnlParserConstants
-
Lexical state.
- wrappedCommaSeparatedChildren(String, SimpleNode, String, StringBuilder) - Method in class org.apache.commons.ognl.ToStringVisitor
- writeLock - Variable in class org.apache.commons.ognl.internal.ReentrantReadWriteLockCache
_
- _ctorParameterTypesCache - Variable in class org.apache.commons.ognl.OgnlCache
- _fieldCache - Variable in class org.apache.commons.ognl.OgnlCache
- _genericMethodParameterTypesCache - Variable in class org.apache.commons.ognl.OgnlCache
- _invokePermissionCache - Variable in class org.apache.commons.ognl.OgnlCache
- _methodAccessCache - Variable in class org.apache.commons.ognl.OgnlCache
- _methodCache - Variable in class org.apache.commons.ognl.OgnlCache
- _methodParameterTypesCache - Variable in class org.apache.commons.ognl.OgnlCache
- _methodPermCache - Variable in class org.apache.commons.ognl.OgnlCache
All Classes All Packages