A B C D E F G I J K L M N O P Q R S T U V 

A

add_escapes(String) - Method in exception org.apache.commons.el.parser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addEscapes(String) - Static method in error org.apache.commons.el.parser.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
AddExpression() - Method in class org.apache.commons.el.parser.ELParser
 
adjustBeginLineColumn(int, int) - Method in class org.apache.commons.el.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
AND1 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
AND2 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
AndExpression() - Method in class org.apache.commons.el.parser.ELParser
 
AndOperator - Class in org.apache.commons.el
The implementation of the and operator
AndOperator() - Constructor for class org.apache.commons.el.AndOperator
Constructor
apply(Object, Object) - Method in class org.apache.commons.el.AndOperator
Applies the operator to the given value
apply(Object, Object) - Method in class org.apache.commons.el.ArithmeticOperator
Applies the operator to the given value
apply(double, double) - Method in class org.apache.commons.el.ArithmeticOperator
Applies the operator to the given double values, returning a double
apply(long, long) - Method in class org.apache.commons.el.ArithmeticOperator
Applies the operator to the given double values, returning a double
apply(BigDecimal, BigDecimal) - Method in class org.apache.commons.el.ArithmeticOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal.
apply(BigInteger, BigInteger) - Method in class org.apache.commons.el.ArithmeticOperator
Applies the operator to the given BigInteger values, returning a BigInteger.
apply(Object, Object) - Method in class org.apache.commons.el.BinaryOperator
Applies the operator to the given pair of values
apply(Object, Object) - Method in class org.apache.commons.el.DivideOperator
Applies the operator to the given value
apply(Object) - Method in class org.apache.commons.el.EmptyOperator
Applies the operator to the given value
apply(Object, Object) - Method in class org.apache.commons.el.EqualityOperator
Applies the operator to the given value
apply(boolean) - Method in class org.apache.commons.el.EqualityOperator
Applies the operator given the fact that the two elements are equal.
apply(boolean) - Method in class org.apache.commons.el.EqualsOperator
Applies the operator given the fact that the two elements are equal.
apply(Object, Object) - Method in class org.apache.commons.el.GreaterThanOperator
Applies the operator to the given value
apply(double, double) - Method in class org.apache.commons.el.GreaterThanOperator
Applies the operator to the given double values
apply(long, long) - Method in class org.apache.commons.el.GreaterThanOperator
Applies the operator to the given long values
apply(String, String) - Method in class org.apache.commons.el.GreaterThanOperator
Applies the operator to the given String values
apply(BigDecimal, BigDecimal) - Method in class org.apache.commons.el.GreaterThanOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal
apply(BigInteger, BigInteger) - Method in class org.apache.commons.el.GreaterThanOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal
apply(Object, Object) - Method in class org.apache.commons.el.GreaterThanOrEqualsOperator
Applies the operator to the given value
apply(double, double) - Method in class org.apache.commons.el.GreaterThanOrEqualsOperator
Applies the operator to the given double values
apply(long, long) - Method in class org.apache.commons.el.GreaterThanOrEqualsOperator
Applies the operator to the given long values
apply(String, String) - Method in class org.apache.commons.el.GreaterThanOrEqualsOperator
Applies the operator to the given String values
apply(BigDecimal, BigDecimal) - Method in class org.apache.commons.el.GreaterThanOrEqualsOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal
apply(BigInteger, BigInteger) - Method in class org.apache.commons.el.GreaterThanOrEqualsOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal
apply(Object, Object) - Method in class org.apache.commons.el.IntegerDivideOperator
Applies the operator to the given value
apply(Object, Object) - Method in class org.apache.commons.el.LessThanOperator
Applies the operator to the given value
apply(double, double) - Method in class org.apache.commons.el.LessThanOperator
Applies the operator to the given double values
apply(long, long) - Method in class org.apache.commons.el.LessThanOperator
Applies the operator to the given long values
apply(String, String) - Method in class org.apache.commons.el.LessThanOperator
Applies the operator to the given String values
apply(BigDecimal, BigDecimal) - Method in class org.apache.commons.el.LessThanOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal
apply(BigInteger, BigInteger) - Method in class org.apache.commons.el.LessThanOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal
apply(Object, Object) - Method in class org.apache.commons.el.LessThanOrEqualsOperator
Applies the operator to the given value
apply(double, double) - Method in class org.apache.commons.el.LessThanOrEqualsOperator
Applies the operator to the given double values
apply(long, long) - Method in class org.apache.commons.el.LessThanOrEqualsOperator
Applies the operator to the given long values
apply(String, String) - Method in class org.apache.commons.el.LessThanOrEqualsOperator
Applies the operator to the given String values
apply(BigDecimal, BigDecimal) - Method in class org.apache.commons.el.LessThanOrEqualsOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal
apply(BigInteger, BigInteger) - Method in class org.apache.commons.el.LessThanOrEqualsOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal
apply(double, double) - Method in class org.apache.commons.el.MinusOperator
Applies the operator to the given double values, returning a double
apply(long, long) - Method in class org.apache.commons.el.MinusOperator
Applies the operator to the given double values, returning a double
apply(BigDecimal, BigDecimal) - Method in class org.apache.commons.el.MinusOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal.
apply(BigInteger, BigInteger) - Method in class org.apache.commons.el.MinusOperator
Applies the operator to the given BigInteger values, returning a BigInteger.
apply(Object, Object) - Method in class org.apache.commons.el.ModulusOperator
Applies the operator to the given value
apply(double, double) - Method in class org.apache.commons.el.MultiplyOperator
Applies the operator to the given double values, returning a double
apply(long, long) - Method in class org.apache.commons.el.MultiplyOperator
Applies the operator to the given double values, returning a double
apply(BigDecimal, BigDecimal) - Method in class org.apache.commons.el.MultiplyOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal.
apply(BigInteger, BigInteger) - Method in class org.apache.commons.el.MultiplyOperator
Applies the operator to the given BigInteger values, returning a BigInteger.
apply(boolean) - Method in class org.apache.commons.el.NotEqualsOperator
Applies the operator given the fact that the two elements are equal.
apply(Object) - Method in class org.apache.commons.el.NotOperator
Applies the operator to the given value
apply(Object, Object) - Method in class org.apache.commons.el.OrOperator
Applies the operator to the given value
apply(double, double) - Method in class org.apache.commons.el.PlusOperator
Applies the operator to the given double values, returning a double
apply(long, long) - Method in class org.apache.commons.el.PlusOperator
Applies the operator to the given double values, returning a double
apply(BigDecimal, BigDecimal) - Method in class org.apache.commons.el.PlusOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal.
apply(BigInteger, BigInteger) - Method in class org.apache.commons.el.PlusOperator
Applies the operator to the given BigInteger values, returning a BigInteger.
apply(Object, Object) - Method in class org.apache.commons.el.RelationalOperator
Applies the operator to the given value
apply(double, double) - Method in class org.apache.commons.el.RelationalOperator
Applies the operator to the given double values
apply(long, long) - Method in class org.apache.commons.el.RelationalOperator
Applies the operator to the given long values
apply(String, String) - Method in class org.apache.commons.el.RelationalOperator
Applies the operator to the given String values
apply(BigDecimal, BigDecimal) - Method in class org.apache.commons.el.RelationalOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal
apply(BigInteger, BigInteger) - Method in class org.apache.commons.el.RelationalOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal
apply(Object) - Method in class org.apache.commons.el.UnaryMinusOperator
Applies the operator to the given value
apply(Object) - Method in class org.apache.commons.el.UnaryOperator
Applies the operator to the given value
applyArithmeticOperator(Object, Object, ArithmeticOperator) - Static method in class org.apache.commons.el.Coercions
Performs all of the necessary type conversions, then calls on the appropriate operator.
applyEqualityOperator(Object, Object, EqualityOperator) - Static method in class org.apache.commons.el.Coercions
Performs all of the necessary type conversions, then calls on the appropriate operator.
applyRelationalOperator(Object, Object, RelationalOperator) - Static method in class org.apache.commons.el.Coercions
Performs all of the necessary type conversions, then calls on the appropriate operator.
ARITH_ERROR - Static variable in class org.apache.commons.el.Constants
 
ARITH_OP_BAD_TYPE - Static variable in class org.apache.commons.el.Constants
 
ARITH_OP_NULL - Static variable in class org.apache.commons.el.Constants
 
ArithmeticOperator - Class in org.apache.commons.el
This is the superclass for all binary arithmetic operators
ArithmeticOperator() - Constructor for class org.apache.commons.el.ArithmeticOperator
 
ArraySuffix - Class in org.apache.commons.el
Represents an operator that obtains a Map entry, an indexed value, a property value, or an indexed property value of an object.
ArraySuffix(Expression) - Constructor for class org.apache.commons.el.ArraySuffix
Constructor
ArraySuffix() - Method in class org.apache.commons.el.parser.ELParser
 
ATTRIBUTE_EVALUATION_EXCEPTION - Static variable in class org.apache.commons.el.Constants
 
ATTRIBUTE_PARSE_EXCEPTION - Static variable in class org.apache.commons.el.Constants
 
AttrValueExpression() - Method in class org.apache.commons.el.parser.ELParser
 
AttrValueString() - Method in class org.apache.commons.el.parser.ELParser
 

B

backup(int) - Method in class org.apache.commons.el.parser.SimpleCharStream
 
BAD_IMPLICIT_OBJECT - Static variable in class org.apache.commons.el.Constants
 
BAD_INDEX_VALUE - Static variable in class org.apache.commons.el.Constants
 
BADLY_ESCAPED_STRING_LITERAL - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
BeanInfoIndexedProperty - Class in org.apache.commons.el
This contains the information for one indexed property in a BeanInfo - IndexedPropertyDescriptor, read method, and write method.
BeanInfoIndexedProperty(Method, Method, IndexedPropertyDescriptor) - Constructor for class org.apache.commons.el.BeanInfoIndexedProperty
Constructor
BeanInfoManager - Class in org.apache.commons.el
Manages the BeanInfo for one class - contains the BeanInfo, and also a mapping from property name to BeanInfoProperty.
BeanInfoProperty - Class in org.apache.commons.el
This contains the information for one property in a BeanInfo - PropertyDescriptor, read method, and write method.
BeanInfoProperty(Method, Method, PropertyDescriptor) - Constructor for class org.apache.commons.el.BeanInfoProperty
Constructor
beginColumn - Variable in class org.apache.commons.el.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.apache.commons.el.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class org.apache.commons.el.parser.SimpleCharStream
 
BinaryOperator - Class in org.apache.commons.el
This is the superclass for all binary operators
BinaryOperator() - Constructor for class org.apache.commons.el.BinaryOperator
Constructor
BinaryOperatorExpression - Class in org.apache.commons.el
An expression representing a binary operator on a value
BinaryOperatorExpression(Expression, List, List) - Constructor for class org.apache.commons.el.BinaryOperatorExpression
Constructor
bindFunctions(FunctionMapper) - Method in class org.apache.commons.el.ArraySuffix
 
bindFunctions(FunctionMapper) - Method in class org.apache.commons.el.BinaryOperatorExpression
 
bindFunctions(FunctionMapper) - Method in class org.apache.commons.el.ComplexValue
 
bindFunctions(FunctionMapper) - Method in class org.apache.commons.el.ConditionalExpression
 
bindFunctions(FunctionMapper) - Method in class org.apache.commons.el.Expression
Returns an expression with all FunctionInvocations replaced by BoundFunctionInvocations.
bindFunctions(FunctionMapper) - Method in class org.apache.commons.el.ExpressionString
 
bindFunctions(FunctionMapper) - Method in class org.apache.commons.el.FunctionInvocation
 
bindFunctions(FunctionMapper) - Method in class org.apache.commons.el.Literal
 
bindFunctions(FunctionMapper) - Method in class org.apache.commons.el.NamedValue
 
bindFunctions(FunctionMapper) - Method in class org.apache.commons.el.UnaryOperatorExpression
 
bindFunctions(FunctionMapper) - Method in class org.apache.commons.el.ValueSuffix
 
BOOLEAN_TO_CHARACTER - Static variable in class org.apache.commons.el.Constants
 
BOOLEAN_TO_NUMBER - Static variable in class org.apache.commons.el.Constants
 
BooleanLiteral - Class in org.apache.commons.el
An expression representing a boolean literal value
BooleanLiteral(String) - Constructor for class org.apache.commons.el.BooleanLiteral
Constructor
BooleanLiteral() - Method in class org.apache.commons.el.parser.ELParser
 
BoundFunctionInvocation - Class in org.apache.commons.el
A subclass of FunctionInvocation which is bound to a particular Method.
BoundFunctionInvocation(Method, String, List) - Constructor for class org.apache.commons.el.BoundFunctionInvocation
 
bufpos - Variable in class org.apache.commons.el.parser.SimpleCharStream
 

C

CANT_FIND_INDEX - Static variable in class org.apache.commons.el.Constants
 
CANT_GET_INDEXED_PROPERTY - Static variable in class org.apache.commons.el.Constants
 
CANT_GET_INDEXED_VALUE_OF_NULL - Static variable in class org.apache.commons.el.Constants
 
CANT_GET_NULL_INDEX - Static variable in class org.apache.commons.el.Constants
 
CANT_GET_PROPERTY_OF_NULL - Static variable in class org.apache.commons.el.Constants
 
clear() - Method in class org.apache.commons.el.EnumeratedMap
 
coerce(Object, Class) - Static method in class org.apache.commons.el.Coercions
Coerces the given value to the specified class.
COERCE_TO_BOOLEAN - Static variable in class org.apache.commons.el.Constants
 
COERCE_TO_CHARACTER - Static variable in class org.apache.commons.el.Constants
 
COERCE_TO_NUMBER - Static variable in class org.apache.commons.el.Constants
 
COERCE_TO_OBJECT - Static variable in class org.apache.commons.el.Constants
 
coerceToBoolean(Object) - Static method in class org.apache.commons.el.Coercions
Coerces a value to a Boolean
coerceToCharacter(Object) - Static method in class org.apache.commons.el.Coercions
Coerces a value to a Character
coerceToInteger(Object) - Static method in class org.apache.commons.el.Coercions
Coerces a value to an Integer, returning null if the coercion isn't possible.
coerceToObject(Object, Class) - Static method in class org.apache.commons.el.Coercions
Coerces a value to the specified Class that is not covered by any of the above cases
coerceToPrimitiveNumber(Object, Class) - Static method in class org.apache.commons.el.Coercions
Coerces a value to the given primitive number class
coerceToString(Object) - Static method in class org.apache.commons.el.Coercions
Coerces the specified value to a String
Coercions - Class in org.apache.commons.el
This class contains the logic for coercing data types before operators are applied to them.
Coercions() - Constructor for class org.apache.commons.el.Coercions
 
COLON - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
COMMA - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
COMPARABLE_ERROR - Static variable in class org.apache.commons.el.Constants
 
ComplexValue - Class in org.apache.commons.el
Represents a dynamic value, which consists of a prefix and an optional set of ValueSuffix elements.
ComplexValue(Expression, List) - Constructor for class org.apache.commons.el.ComplexValue
Constructor
COND - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
ConditionalExpression - Class in org.apache.commons.el
Represents a conditional expression.
ConditionalExpression(Expression, Expression, Expression) - Constructor for class org.apache.commons.el.ConditionalExpression
Constructor
ConditionalExpression() - Method in class org.apache.commons.el.parser.ELParser
 
Constants - Class in org.apache.commons.el
This contains all of the non-public constants, including messsage strings read from the resource file.
Constants() - Constructor for class org.apache.commons.el.Constants
 
containsKey(Object) - Method in class org.apache.commons.el.EnumeratedMap
 
containsValue(Object) - Method in class org.apache.commons.el.EnumeratedMap
 
createApplicationScopeMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
Creates the Map that "wraps" application-scoped attributes
createCookieMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
Creates the Map that maps cookie name to the first matching Cookie in request.getCookies().
createHeaderMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
Creates the Map that maps header name to single header value.
createHeadersMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
Creates the Map that maps header name to an array of header values.
createInitParamMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
Creates the Map that maps init parameter name to single init parameter value.
createPageScopeMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
Creates the Map that "wraps" page-scoped attributes
createParamMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
Creates the Map that maps parameter name to single parameter value.
createParamsMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
Creates the Map that maps parameter name to an array of parameter values.
createRequestScopeMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
Creates the Map that "wraps" request-scoped attributes
createSessionScopeMap(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
Creates the Map that "wraps" session-scoped attributes
curChar - Variable in class org.apache.commons.el.parser.ELParserTokenManager
 
currentToken - Variable in exception org.apache.commons.el.parser.ParseException
This is the last token that has been consumed successfully.

D

debugStream - Variable in class org.apache.commons.el.parser.ELParserTokenManager
 
DEFAULT - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
DIGIT - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
disable_tracing() - Method in class org.apache.commons.el.parser.ELParser
 
DIVIDE1 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
DIVIDE2 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
DivideOperator - Class in org.apache.commons.el
The implementation of the divide operator
DivideOperator() - Constructor for class org.apache.commons.el.DivideOperator
Constructor
Done() - Method in class org.apache.commons.el.parser.SimpleCharStream
 
DOT - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 

E

ELParser - Class in org.apache.commons.el.parser
Generated EL parser.
ELParser(InputStream) - Constructor for class org.apache.commons.el.parser.ELParser
 
ELParser(Reader) - Constructor for class org.apache.commons.el.parser.ELParser
 
ELParser(ELParserTokenManager) - Constructor for class org.apache.commons.el.parser.ELParser
 
ELParserConstants - Interface in org.apache.commons.el.parser
 
ELParserTokenManager - Class in org.apache.commons.el.parser
 
ELParserTokenManager(SimpleCharStream) - Constructor for class org.apache.commons.el.parser.ELParserTokenManager
 
ELParserTokenManager(SimpleCharStream, int) - Constructor for class org.apache.commons.el.parser.ELParserTokenManager
 
EMPTY - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
EMPTY_STRING_TO_CHARACTER - Static variable in class org.apache.commons.el.Constants
 
EmptyOperator - Class in org.apache.commons.el
The implementation of the empty operator
EmptyOperator() - Constructor for class org.apache.commons.el.EmptyOperator
Constructor
enable_tracing() - Method in class org.apache.commons.el.parser.ELParser
 
END_EXPRESSION - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
endColumn - Variable in class org.apache.commons.el.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class org.apache.commons.el.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
entrySet() - Method in class org.apache.commons.el.EnumeratedMap
 
EnumeratedMap - Class in org.apache.commons.el
This is a Map implementation driven by a data source that only provides an enumeration of keys and a getValue(key) method.
EnumeratedMap() - Constructor for class org.apache.commons.el.EnumeratedMap
 
enumerateKeys() - Method in class org.apache.commons.el.EnumeratedMap
Returns an enumeration of the keys
EOF - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
eol - Variable in exception org.apache.commons.el.parser.ParseException
The end of line string for this machine.
EQ1 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
EQ2 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
EqualityExpression() - Method in class org.apache.commons.el.parser.ELParser
 
EqualityOperator - Class in org.apache.commons.el
This is the superclass for all equality operators (==, !=)
EqualityOperator() - Constructor for class org.apache.commons.el.EqualityOperator
 
EqualsOperator - Class in org.apache.commons.el
The implementation of the equals operator
EqualsOperator() - Constructor for class org.apache.commons.el.EqualsOperator
Constructor
ERROR_GETTING_PROPERTY - Static variable in class org.apache.commons.el.Constants
 
ERROR_IN_EQUALS - Static variable in class org.apache.commons.el.Constants
 
evaluate(Object, VariableResolver, FunctionMapper) - Method in class org.apache.commons.el.ArraySuffix
Evaluates the expression in the given context, operating on the given value.
evaluate(VariableResolver, FunctionMapper) - Method in class org.apache.commons.el.BinaryOperatorExpression
Evaluates to the literal value
evaluate(VariableResolver, FunctionMapper) - Method in class org.apache.commons.el.ComplexValue
Evaluates by evaluating the prefix, then applying the suffixes
evaluate(VariableResolver, FunctionMapper) - Method in class org.apache.commons.el.ConditionalExpression
Evaluates the conditional expression and returns the literal result
evaluate(VariableResolver, FunctionMapper) - Method in class org.apache.commons.el.Expression
Evaluates the expression in the given context
evaluate(String, Class, VariableResolver, FunctionMapper) - Method in class org.apache.commons.el.ExpressionEvaluatorImpl
Evaluates the given expression String
evaluate(Object, Class, VariableResolver, FunctionMapper) - Method in class org.apache.commons.el.ExpressionEvaluatorImpl
Evaluates the given parsed expression.
evaluate(VariableResolver, FunctionMapper) - Method in class org.apache.commons.el.ExpressionString
Evaluates the expression string by evaluating each element, converting it to a String (using toString, or "" for null values) and concatenating the results into a single String.
evaluate(VariableResolver, FunctionMapper) - Method in class org.apache.commons.el.FunctionInvocation
Evaluates by looking up the name in the VariableResolver
evaluate(VariableResolver, FunctionMapper) - Method in class org.apache.commons.el.Literal
Evaluates to the literal value
evaluate(VariableResolver, FunctionMapper) - Method in class org.apache.commons.el.NamedValue
Evaluates by looking up the name in the VariableResolver
evaluate(VariableResolver, FunctionMapper) - Method in class org.apache.commons.el.UnaryOperatorExpression
Evaluates to the literal value
evaluate(Object, VariableResolver, FunctionMapper) - Method in class org.apache.commons.el.ValueSuffix
Evaluates the expression in the given context, operating on the given value.
EXCEPTION_ACCESSING_ARRAY - Static variable in class org.apache.commons.el.Constants
 
EXCEPTION_ACCESSING_LIST - Static variable in class org.apache.commons.el.Constants
 
EXCEPTION_GETTING_BEANINFO - Static variable in class org.apache.commons.el.Constants
 
expectedTokenSequences - Variable in exception org.apache.commons.el.parser.ParseException
Each entry in this array is an array of integers.
EXPONENT - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
Expression - Class in org.apache.commons.el
The abstract class from which all expression types derive.
Expression() - Constructor for class org.apache.commons.el.Expression
 
Expression() - Method in class org.apache.commons.el.parser.ELParser
 
ExpressionEvaluatorImpl - Class in org.apache.commons.el
This is the main class for evaluating expression Strings.
ExpressionEvaluatorImpl() - Constructor for class org.apache.commons.el.ExpressionEvaluatorImpl
Constructor
ExpressionEvaluatorImpl(boolean) - Constructor for class org.apache.commons.el.ExpressionEvaluatorImpl
Constructor
ExpressionString - Class in org.apache.commons.el
Represents an expression String consisting of a mixture of Strings and Expressions.
ExpressionString(Object[]) - Constructor for class org.apache.commons.el.ExpressionString
Constructor
ExpressionString() - Method in class org.apache.commons.el.parser.ELParser
Returns a String if the expression string is a single String, an Expression if the expression string is a single Expression, an ExpressionString if it's a mixture of both.

F

FALSE - Static variable in class org.apache.commons.el.BooleanLiteral
 
FALSE - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
FLOATING_POINT_LITERAL - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
FloatingPointLiteral - Class in org.apache.commons.el
An expression representing a floating point literal value.
FloatingPointLiteral(String) - Constructor for class org.apache.commons.el.FloatingPointLiteral
Constructor
FloatingPointLiteral() - Method in class org.apache.commons.el.parser.ELParser
 
fromLiteralValue(String) - Static method in class org.apache.commons.el.StringLiteral
Returns a StringLiteral with the given string value
fromToken(String) - Static method in class org.apache.commons.el.StringLiteral
Returns a StringLiteral parsed from the given token (enclosed by single or double quotes)
FUNCTION_INVOCATION_ERROR - Static variable in class org.apache.commons.el.Constants
 
FunctionInvocation - Class in org.apache.commons.el
Represents a function call.
FunctionInvocation(String, List) - Constructor for class org.apache.commons.el.FunctionInvocation
Constructor
FunctionInvocation() - Method in class org.apache.commons.el.parser.ELParser
 

G

GE1 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
GE2 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
generateParseException() - Method in class org.apache.commons.el.parser.ELParser
 
get(Object) - Method in class org.apache.commons.el.EnumeratedMap
 
getApplicationScopeMap() - Method in class org.apache.commons.el.ImplicitObjects
Returns the Map that "wraps" application-scoped attributes
getArgumentList() - Method in class org.apache.commons.el.FunctionInvocation
 
getAsMap() - Method in class org.apache.commons.el.EnumeratedMap
Converts the MapSource to a Map.
getBeanClass() - Method in class org.apache.commons.el.BeanInfoManager
 
getBeanInfoIndexedProperty(Class, String) - Static method in class org.apache.commons.el.BeanInfoManager
Returns the BeanInfoIndexedProperty for the specified property in the given class, or null if not found.
getBeanInfoManager(Class) - Static method in class org.apache.commons.el.BeanInfoManager
Returns the BeanInfoManager for the specified class
getBeanInfoProperty(Class, String) - Static method in class org.apache.commons.el.BeanInfoManager
Returns the BeanInfoProperty for the specified property in the given class, or null if not found.
getBeginColumn() - Method in class org.apache.commons.el.parser.SimpleCharStream
 
getBeginLine() - Method in class org.apache.commons.el.parser.SimpleCharStream
 
getColumn() - Method in class org.apache.commons.el.parser.SimpleCharStream
Deprecated. 
getCondition() - Method in class org.apache.commons.el.ConditionalExpression
 
getCookieMap() - Method in class org.apache.commons.el.ImplicitObjects
Returns the Map that maps cookie name to the first matching Cookie in request.getCookies().
getElements() - Method in class org.apache.commons.el.ExpressionString
 
getEndColumn() - Method in class org.apache.commons.el.parser.SimpleCharStream
 
getEndLine() - Method in class org.apache.commons.el.parser.SimpleCharStream
 
getEventSet(String) - Method in class org.apache.commons.el.BeanInfoManager
Returns the EventSetDescriptor for the given event set name, or null if not found.
getExpression() - Method in class org.apache.commons.el.BinaryOperatorExpression
 
getExpression() - Method in class org.apache.commons.el.UnaryOperatorExpression
 
getExpressions() - Method in class org.apache.commons.el.BinaryOperatorExpression
 
getExpressionString() - Method in class org.apache.commons.el.ArraySuffix
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.commons.el.BinaryOperatorExpression
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.commons.el.BooleanLiteral
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.commons.el.ComplexValue
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.commons.el.ConditionalExpression
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.commons.el.Expression
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.commons.el.ExpressionString
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.commons.el.FloatingPointLiteral
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.commons.el.FunctionInvocation
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.commons.el.IntegerLiteral
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.commons.el.NamedValue
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.commons.el.NullLiteral
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.commons.el.PropertySuffix
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.commons.el.StringLiteral
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.commons.el.UnaryOperatorExpression
Returns the expression in the expression language syntax
getExpressionString() - Method in class org.apache.commons.el.ValueSuffix
Returns the expression in the expression language syntax
getFalseBranch() - Method in class org.apache.commons.el.ConditionalExpression
 
getFunctionName() - Method in class org.apache.commons.el.FunctionInvocation
 
getHeaderMap() - Method in class org.apache.commons.el.ImplicitObjects
Returns the Map that maps header name to a single header values.
getHeadersMap() - Method in class org.apache.commons.el.ImplicitObjects
Returns the Map that maps header name to an array of header values.
GetImage() - Method in class org.apache.commons.el.parser.SimpleCharStream
 
getImplicitObjects(PageContext) - Static method in class org.apache.commons.el.ImplicitObjects
Finds the ImplicitObjects associated with the PageContext, creating it if it doesn't yet exist.
getIndex() - Method in class org.apache.commons.el.ArraySuffix
 
getIndexedProperty(String) - Method in class org.apache.commons.el.BeanInfoManager
Returns the BeanInfoIndexedProperty for the given property name, or null if not found.
getIndexedPropertyDescriptor() - Method in class org.apache.commons.el.BeanInfoIndexedProperty
 
getInitParamMap() - Method in class org.apache.commons.el.ImplicitObjects
Returns the Map that maps init parameter name to a single init parameter values.
getLine() - Method in class org.apache.commons.el.parser.SimpleCharStream
Deprecated. 
getMessage() - Method in exception org.apache.commons.el.parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error org.apache.commons.el.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessageWithArgs(String, Object) - Static method in class org.apache.commons.el.MessageUtil
Returns a formatted message based on the provided template and a single parameter.
getMessageWithArgs(String, Object, Object) - Static method in class org.apache.commons.el.MessageUtil
Returns a formatted message based on the provided template and provided parameter.
getMessageWithArgs(String, Object, Object, Object) - Static method in class org.apache.commons.el.MessageUtil
Returns a formatted message based on the provided template and provided parameter.
getMessageWithArgs(String, Object, Object, Object, Object) - Static method in class org.apache.commons.el.MessageUtil
Returns a formatted message based on the provided template and provided parameter.
getMessageWithArgs(String, Object, Object, Object, Object, Object) - Static method in class org.apache.commons.el.MessageUtil
Returns a formatted message based on the provided template and provided parameter.
getMessageWithArgs(String, Object, Object, Object, Object, Object, Object) - Static method in class org.apache.commons.el.MessageUtil
Returns a formatted message based on the provided template and provided parameter.
getName() - Method in class org.apache.commons.el.NamedValue
 
getName() - Method in class org.apache.commons.el.PropertySuffix
 
getNextToken() - Method in class org.apache.commons.el.parser.ELParser
 
getNextToken() - Method in class org.apache.commons.el.parser.ELParserTokenManager
 
getOperator() - Method in class org.apache.commons.el.UnaryOperatorExpression
 
getOperators() - Method in class org.apache.commons.el.BinaryOperatorExpression
 
getOperators() - Method in class org.apache.commons.el.UnaryOperatorExpression
 
getOperatorSymbol() - Method in class org.apache.commons.el.AndOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.BinaryOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.DivideOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.EmptyOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.EqualsOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.GreaterThanOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.GreaterThanOrEqualsOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.IntegerDivideOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.LessThanOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.LessThanOrEqualsOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.MinusOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.ModulusOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.MultiplyOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.NotEqualsOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.NotOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.OrOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.PlusOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.UnaryMinusOperator
Returns the symbol representing the operator
getOperatorSymbol() - Method in class org.apache.commons.el.UnaryOperator
Returns the symbol representing the operator
getPageScopeMap() - Method in class org.apache.commons.el.ImplicitObjects
Returns the Map that "wraps" page-scoped attributes
getParamMap() - Method in class org.apache.commons.el.ImplicitObjects
Returns the Map that maps parameter name to a single parameter values.
getParamsMap() - Method in class org.apache.commons.el.ImplicitObjects
Returns the Map that maps parameter name to an array of parameter values.
getPrefix() - Method in class org.apache.commons.el.ComplexValue
 
getProperty(String) - Method in class org.apache.commons.el.BeanInfoManager
Returns the BeanInfoProperty for the given property name, or null if not found.
getPropertyDescriptor() - Method in class org.apache.commons.el.BeanInfoProperty
 
getReadMethod() - Method in class org.apache.commons.el.BeanInfoIndexedProperty
 
getReadMethod() - Method in class org.apache.commons.el.BeanInfoProperty
 
getRequestScopeMap() - Method in class org.apache.commons.el.ImplicitObjects
Returns the Map that "wraps" request-scoped attributes
getSessionScopeMap() - Method in class org.apache.commons.el.ImplicitObjects
Returns the Map that "wraps" session-scoped attributes
getStringResource(String) - Static method in class org.apache.commons.el.Constants
 
GetSuffix(int) - Method in class org.apache.commons.el.parser.SimpleCharStream
 
getSuffixes() - Method in class org.apache.commons.el.ComplexValue
 
getToken(int) - Method in class org.apache.commons.el.parser.ELParser
 
getTrueBranch() - Method in class org.apache.commons.el.ConditionalExpression
 
getValue(Object) - Method in class org.apache.commons.el.EnumeratedMap
Returns the value associated with the given key, or null if not found.
getValue() - Method in class org.apache.commons.el.Literal
 
getValueFromToken(String) - Static method in class org.apache.commons.el.StringLiteral
Parses the given token into the literal value
getWriteMethod() - Method in class org.apache.commons.el.BeanInfoIndexedProperty
 
getWriteMethod() - Method in class org.apache.commons.el.BeanInfoProperty
 
GreaterThanOperator - Class in org.apache.commons.el
The implementation of the greater than operator
GreaterThanOperator() - Constructor for class org.apache.commons.el.GreaterThanOperator
Constructor
GreaterThanOrEqualsOperator - Class in org.apache.commons.el
The implementation of the greater than or equals operator
GreaterThanOrEqualsOperator() - Constructor for class org.apache.commons.el.GreaterThanOrEqualsOperator
Constructor
GT1 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
GT2 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 

I

Identifier() - Method in class org.apache.commons.el.parser.ELParser
 
IDENTIFIER - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
ILLEGAL_CHARACTER - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
image - Variable in class org.apache.commons.el.parser.Token
The string image of the token.
IMPL_OBJ_START - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
ImplicitObjects - Class in org.apache.commons.el
This class is used to generate the implicit Map and List objects that wrap various elements of the PageContext.
ImplicitObjects(PageContext) - Constructor for class org.apache.commons.el.ImplicitObjects
Constructor
IN_EXPRESSION - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
INAPPROPRIATE_FUNCTION_ARG_COUNT - Static variable in class org.apache.commons.el.Constants
 
INTEGER_LITERAL - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
IntegerDivideOperator - Class in org.apache.commons.el
The implementation of the integer divide operator
IntegerDivideOperator() - Constructor for class org.apache.commons.el.IntegerDivideOperator
Constructor
IntegerLiteral - Class in org.apache.commons.el
An expression representing an integer literal value.
IntegerLiteral(String) - Constructor for class org.apache.commons.el.IntegerLiteral
Constructor
IntegerLiteral() - Method in class org.apache.commons.el.parser.ELParser
 
isBigDecimal(Object) - Static method in class org.apache.commons.el.Coercions
Returns true if the given object is BigDecimal.
isBigInteger(Object) - Static method in class org.apache.commons.el.Coercions
Returns true if the given object is BigInteger.
isEmpty() - Method in class org.apache.commons.el.EnumeratedMap
 
isEqual(int) - Method in class org.apache.commons.el.RelationalOperator
Test return value of BigInteger/BigDecimal A.compareTo(B).
isFloatingPointString(Object) - Static method in class org.apache.commons.el.Coercions
Returns true if the given string might contain a floating point number - i.e., it contains ".", "e", or "E"
isFloatingPointType(Object) - Static method in class org.apache.commons.el.Coercions
Returns true if the given Object is of a floating point type
isFloatingPointType(Class) - Static method in class org.apache.commons.el.Coercions
Returns true if the given class is of a floating point type
isGreater(int) - Method in class org.apache.commons.el.RelationalOperator
Test return value of BigInteger/BigDecimal A.compareTo(B).
isIntegerType(Object) - Static method in class org.apache.commons.el.Coercions
Returns true if the given Object is of an integer type
isIntegerType(Class) - Static method in class org.apache.commons.el.Coercions
Returns true if the given class is of an integer type
isLess(int) - Method in class org.apache.commons.el.RelationalOperator
Test return value of BigInteger/BigDecimal A.compareTo(B).
isMutable() - Method in class org.apache.commons.el.EnumeratedMap
Returns true if it is possible for this data source to change

J

jj_nt - Variable in class org.apache.commons.el.parser.ELParser
 
jjnewLexState - Static variable in class org.apache.commons.el.parser.ELParserTokenManager
 
jjstrLiteralImages - Static variable in class org.apache.commons.el.parser.ELParserTokenManager
 

K

keySet() - Method in class org.apache.commons.el.EnumeratedMap
 
kind - Variable in class org.apache.commons.el.parser.Token
An integer that describes the kind of this token.

L

LBRACKET - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
LE1 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
LE2 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
LessThanOperator - Class in org.apache.commons.el
The implementation of the less than operator
LessThanOperator() - Constructor for class org.apache.commons.el.LessThanOperator
Constructor
LessThanOrEqualsOperator - Class in org.apache.commons.el
The implementation of the less than or equals operator
LessThanOrEqualsOperator() - Constructor for class org.apache.commons.el.LessThanOrEqualsOperator
Constructor
LETTER - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
lexStateNames - Static variable in class org.apache.commons.el.parser.ELParserTokenManager
 
Literal - Class in org.apache.commons.el
An expression representing a literal value
Literal(Object) - Constructor for class org.apache.commons.el.Literal
Constructor
Literal() - Method in class org.apache.commons.el.parser.ELParser
 
lookingAhead - Variable in class org.apache.commons.el.parser.ELParser
 
LPAREN - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
LT1 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
LT2 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 

M

main(String[]) - Static method in class org.apache.commons.el.parser.ELParser
 
MessageUtil - Class in org.apache.commons.el
Utility class for generating parameterized messages.
MessageUtil() - Constructor for class org.apache.commons.el.MessageUtil
 
MINUS - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
MinusOperator - Class in org.apache.commons.el
The implementation of the minus operator
MinusOperator() - Constructor for class org.apache.commons.el.MinusOperator
Constructor
MODULUS1 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
MODULUS2 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
ModulusOperator - Class in org.apache.commons.el
The implementation of the modulus operator
ModulusOperator() - Constructor for class org.apache.commons.el.ModulusOperator
Constructor
MULTIPLY - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
MultiplyExpression() - Method in class org.apache.commons.el.parser.ELParser
 
MultiplyOperator - Class in org.apache.commons.el
The implementation of the multiply operator
MultiplyOperator() - Constructor for class org.apache.commons.el.MultiplyOperator
Constructor

N

NAMED_VALUE_NOT_FOUND - Static variable in class org.apache.commons.el.Constants
 
NamedValue - Class in org.apache.commons.el
Represents a name that can be used as the first element of a value.
NamedValue(String) - Constructor for class org.apache.commons.el.NamedValue
Constructor
NamedValue() - Method in class org.apache.commons.el.parser.ELParser
 
NE1 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
NE2 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
newToken(int) - Static method in class org.apache.commons.el.parser.Token
Returns a new Token object, by default.
next - Variable in class org.apache.commons.el.parser.Token
A reference to the next regular (non-special) token from the input stream.
NO_GETTER_METHOD - Static variable in class org.apache.commons.el.Constants
 
NO_PROPERTY_EDITOR - Static variable in class org.apache.commons.el.Constants
 
NO_SUCH_PROPERTY - Static variable in class org.apache.commons.el.Constants
 
NON_EXPRESSION_TEXT - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
NOT1 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
NOT2 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
NotEqualsOperator - Class in org.apache.commons.el
The implementation of the not equals operator
NotEqualsOperator() - Constructor for class org.apache.commons.el.NotEqualsOperator
Constructor
NotOperator - Class in org.apache.commons.el
The implementation of the not operator
NotOperator() - Constructor for class org.apache.commons.el.NotOperator
Constructor
NULL - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
NULL_EXPRESSION_STRING - Static variable in class org.apache.commons.el.Constants
 
NULL_INDEX - Static variable in class org.apache.commons.el.Constants
 
NULL_TO_BOOLEAN - Static variable in class org.apache.commons.el.Constants
 
NullLiteral - Class in org.apache.commons.el
An expression representing a null literal value
NullLiteral() - Constructor for class org.apache.commons.el.NullLiteral
Constructor
NullLiteral() - Method in class org.apache.commons.el.parser.ELParser
 

O

OR1 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
OR2 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
OrExpression() - Method in class org.apache.commons.el.parser.ELParser
 
org.apache.commons.el - package org.apache.commons.el
 
org.apache.commons.el.parser - package org.apache.commons.el.parser
 
OrOperator - Class in org.apache.commons.el
The implementation of the or operator
OrOperator() - Constructor for class org.apache.commons.el.OrOperator
Constructor

P

PARSE_EXCEPTION - Static variable in class org.apache.commons.el.Constants
 
parseAndRender(String) - Method in class org.apache.commons.el.ExpressionEvaluatorImpl
Parses the given expression string, then converts it back to a String in its canonical form.
ParseException - Exception in org.apache.commons.el.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.commons.el.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.apache.commons.el.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.apache.commons.el.parser.ParseException
 
parseExpression(String, Class, FunctionMapper) - Method in class org.apache.commons.el.ExpressionEvaluatorImpl
Prepare an expression for later evaluation.
parseExpressionString(String) - Method in class org.apache.commons.el.ExpressionEvaluatorImpl
Gets the parsed form of the given expression string.
PLUS - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
PlusOperator - Class in org.apache.commons.el
The implementation of the plus operator
PlusOperator() - Constructor for class org.apache.commons.el.PlusOperator
Constructor
PROPERTY_EDITOR_ERROR - Static variable in class org.apache.commons.el.Constants
 
PropertySuffix() - Method in class org.apache.commons.el.parser.ELParser
 
PropertySuffix - Class in org.apache.commons.el
Represents an operator that obtains the value of another value's property.
PropertySuffix(String) - Constructor for class org.apache.commons.el.PropertySuffix
Constructor
put(Object, Object) - Method in class org.apache.commons.el.EnumeratedMap
 
putAll(Map) - Method in class org.apache.commons.el.EnumeratedMap
 

Q

QualifiedName() - Method in class org.apache.commons.el.parser.ELParser
 

R

RBRACKET - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
readChar() - Method in class org.apache.commons.el.parser.SimpleCharStream
 
ReInit(InputStream) - Method in class org.apache.commons.el.parser.ELParser
 
ReInit(Reader) - Method in class org.apache.commons.el.parser.ELParser
 
ReInit(ELParserTokenManager) - Method in class org.apache.commons.el.parser.ELParser
 
ReInit(SimpleCharStream) - Method in class org.apache.commons.el.parser.ELParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class org.apache.commons.el.parser.ELParserTokenManager
 
ReInit(Reader, int, int, int) - Method in class org.apache.commons.el.parser.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class org.apache.commons.el.parser.SimpleCharStream
 
ReInit(Reader) - Method in class org.apache.commons.el.parser.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class org.apache.commons.el.parser.SimpleCharStream
 
ReInit(InputStream) - Method in class org.apache.commons.el.parser.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class org.apache.commons.el.parser.SimpleCharStream
 
RelationalExpression() - Method in class org.apache.commons.el.parser.ELParser
 
RelationalOperator - Class in org.apache.commons.el
This is the superclass for all relational operators (except == or !=)
RelationalOperator() - Constructor for class org.apache.commons.el.RelationalOperator
 
remove(Object) - Method in class org.apache.commons.el.EnumeratedMap
 
resolveFunction(FunctionMapper) - Method in class org.apache.commons.el.BoundFunctionInvocation
Returns the Methodsupplied to the constructor.
resolveFunction(FunctionMapper) - Method in class org.apache.commons.el.FunctionInvocation
Returns the Method which is mapped to the function name used by this FunctionInvocation.
resolveVariable(String) - Method in class org.apache.commons.el.VariableResolverImpl
Resolves the specified variable within the given context.
RPAREN - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 

S

setArgumentList(List) - Method in class org.apache.commons.el.FunctionInvocation
 
setCondition(Expression) - Method in class org.apache.commons.el.ConditionalExpression
 
setDebugStream(PrintStream) - Method in class org.apache.commons.el.parser.ELParserTokenManager
 
setElements(Object[]) - Method in class org.apache.commons.el.ExpressionString
 
setExpression(Expression) - Method in class org.apache.commons.el.BinaryOperatorExpression
 
setExpression(Expression) - Method in class org.apache.commons.el.UnaryOperatorExpression
 
setExpressions(List) - Method in class org.apache.commons.el.BinaryOperatorExpression
 
setFalseBranch(Expression) - Method in class org.apache.commons.el.ConditionalExpression
 
setFunctionName(String) - Method in class org.apache.commons.el.FunctionInvocation
 
setIndex(Expression) - Method in class org.apache.commons.el.ArraySuffix
 
setName(String) - Method in class org.apache.commons.el.PropertySuffix
 
setOperator(UnaryOperator) - Method in class org.apache.commons.el.UnaryOperatorExpression
 
setOperators(List) - Method in class org.apache.commons.el.BinaryOperatorExpression
 
setOperators(List) - Method in class org.apache.commons.el.UnaryOperatorExpression
 
setPrefix(Expression) - Method in class org.apache.commons.el.ComplexValue
 
setSuffixes(List) - Method in class org.apache.commons.el.ComplexValue
 
setTrueBranch(Expression) - Method in class org.apache.commons.el.ConditionalExpression
 
setValue(Object) - Method in class org.apache.commons.el.Literal
 
shouldCoerceToBoolean() - Method in class org.apache.commons.el.AndOperator
Returns true if the operator expects its arguments to be coerced to Booleans.
shouldCoerceToBoolean() - Method in class org.apache.commons.el.BinaryOperator
Returns true if the operator expects its arguments to be coerced to Booleans.
shouldCoerceToBoolean() - Method in class org.apache.commons.el.OrOperator
Returns true if the operator expects its arguments to be coerced to Booleans.
shouldEvaluate(Object) - Method in class org.apache.commons.el.AndOperator
Returns true if evaluation is necessary given the specified Left value.
shouldEvaluate(Object) - Method in class org.apache.commons.el.BinaryOperator
Returns true if evaluation is necessary given the specified Left value.
shouldEvaluate(Object) - Method in class org.apache.commons.el.OrOperator
Returns true if evaluation is necessary given the specified Left value.
SimpleCharStream - Class in org.apache.commons.el.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.commons.el.parser.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class org.apache.commons.el.parser.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class org.apache.commons.el.parser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.commons.el.parser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.commons.el.parser.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class org.apache.commons.el.parser.SimpleCharStream
 
SINGLETON - Static variable in class org.apache.commons.el.AndOperator
 
SINGLETON - Static variable in class org.apache.commons.el.DivideOperator
 
SINGLETON - Static variable in class org.apache.commons.el.EmptyOperator
 
SINGLETON - Static variable in class org.apache.commons.el.EqualsOperator
 
SINGLETON - Static variable in class org.apache.commons.el.GreaterThanOperator
 
SINGLETON - Static variable in class org.apache.commons.el.GreaterThanOrEqualsOperator
 
SINGLETON - Static variable in class org.apache.commons.el.IntegerDivideOperator
 
SINGLETON - Static variable in class org.apache.commons.el.LessThanOperator
 
SINGLETON - Static variable in class org.apache.commons.el.LessThanOrEqualsOperator
 
SINGLETON - Static variable in class org.apache.commons.el.MinusOperator
 
SINGLETON - Static variable in class org.apache.commons.el.ModulusOperator
 
SINGLETON - Static variable in class org.apache.commons.el.MultiplyOperator
 
SINGLETON - Static variable in class org.apache.commons.el.NotEqualsOperator
 
SINGLETON - Static variable in class org.apache.commons.el.NotOperator
 
SINGLETON - Static variable in class org.apache.commons.el.NullLiteral
 
SINGLETON - Static variable in class org.apache.commons.el.OrOperator
 
SINGLETON - Static variable in class org.apache.commons.el.PlusOperator
 
SINGLETON - Static variable in class org.apache.commons.el.UnaryMinusOperator
 
size() - Method in class org.apache.commons.el.EnumeratedMap
 
specialConstructor - Variable in exception org.apache.commons.el.parser.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class org.apache.commons.el.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
START_EXPRESSION - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
staticFlag - Static variable in class org.apache.commons.el.parser.SimpleCharStream
 
STRING_LITERAL - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
STRING_TO_BOOLEAN - Static variable in class org.apache.commons.el.Constants
 
STRING_TO_NUMBER_EXCEPTION - Static variable in class org.apache.commons.el.Constants
 
StringLiteral() - Method in class org.apache.commons.el.parser.ELParser
 
StringLiteral - Class in org.apache.commons.el
An expression representing a String literal value.
SwitchTo(int) - Method in class org.apache.commons.el.parser.ELParserTokenManager
 

T

toIdentifierToken(String) - Static method in class org.apache.commons.el.StringLiteral
Converts the specified value to an identifier token, escaping it as a string literal if necessary.
token - Variable in class org.apache.commons.el.parser.ELParser
 
Token - Class in org.apache.commons.el.parser
Describes the input token stream.
Token() - Constructor for class org.apache.commons.el.parser.Token
 
token_source - Variable in class org.apache.commons.el.parser.ELParser
 
tokenImage - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 
tokenImage - Variable in exception org.apache.commons.el.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - Error in org.apache.commons.el.parser
 
TokenMgrError() - Constructor for error org.apache.commons.el.parser.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error org.apache.commons.el.parser.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.commons.el.parser.TokenMgrError
 
toString() - Method in class org.apache.commons.el.parser.Token
Returns the image.
TOSTRING_EXCEPTION - Static variable in class org.apache.commons.el.Constants
 
toStringToken(String) - Static method in class org.apache.commons.el.StringLiteral
Converts the specified value to a String token, using " as the enclosing quotes and escaping any characters that need escaping.
TRUE - Static variable in class org.apache.commons.el.BooleanLiteral
 
TRUE - Static variable in interface org.apache.commons.el.parser.ELParserConstants
 

U

UNARY_OP_BAD_TYPE - Static variable in class org.apache.commons.el.Constants
 
UnaryExpression() - Method in class org.apache.commons.el.parser.ELParser
 
UnaryMinusOperator - Class in org.apache.commons.el
The implementation of the unary minus operator
UnaryMinusOperator() - Constructor for class org.apache.commons.el.UnaryMinusOperator
Constructor
UnaryOperator - Class in org.apache.commons.el
This is the superclass for all unary operators
UnaryOperator() - Constructor for class org.apache.commons.el.UnaryOperator
Constructor
UnaryOperatorExpression - Class in org.apache.commons.el
An expression representing one or more unary operators on a value
UnaryOperatorExpression(UnaryOperator, List, Expression) - Constructor for class org.apache.commons.el.UnaryOperatorExpression
Constructor
UNKNOWN_FUNCTION - Static variable in class org.apache.commons.el.Constants
 

V

Value() - Method in class org.apache.commons.el.parser.ELParser
 
ValuePrefix() - Method in class org.apache.commons.el.parser.ELParser
This is an element that can start a value
values() - Method in class org.apache.commons.el.EnumeratedMap
 
ValueSuffix() - Method in class org.apache.commons.el.parser.ELParser
 
ValueSuffix - Class in org.apache.commons.el
Represents an element that can appear as a suffix in a complex value, such as a property or index operator, or a method call (should they ever need to be supported).
ValueSuffix() - Constructor for class org.apache.commons.el.ValueSuffix
 
VariableResolverImpl - Class in org.apache.commons.el
This is the JSTL-specific implementation of VariableResolver.
VariableResolverImpl(PageContext) - Constructor for class org.apache.commons.el.VariableResolverImpl
Constructor
A B C D E F G I J K L M N O P Q R S T U V 

Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.