Alphabetical Index

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

A

add_escapes(String) - method in class 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 class org.apache.commons.el.ExpressionEvaluatorImpl
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 class 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 field in class org.apache.commons.el.parser.ELParserConstants
AND2 - static field in class org.apache.commons.el.parser.ELParserConstants
AndExpression() - method in class org.apache.commons.el.parser.ELParser
AndOperator - class org.apache.commons.el.AndOperator
The implementation of the and operator
AndOperator() - constructor for class org.apache.commons.el.AndOperator
Constructor
apply(BigDecimal,BigDecimal) - method in class org.apache.commons.el.ArithmeticOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal.
apply(BigDecimal,BigDecimal) - method in class org.apache.commons.el.GreaterThanOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal
apply(BigDecimal,BigDecimal) - method in class org.apache.commons.el.GreaterThanOrEqualsOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal
apply(BigDecimal,BigDecimal) - method in class org.apache.commons.el.LessThanOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal
apply(BigDecimal,BigDecimal) - method in class org.apache.commons.el.LessThanOrEqualsOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal
apply(BigDecimal,BigDecimal) - method in class org.apache.commons.el.MinusOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal.
apply(BigDecimal,BigDecimal) - method in class org.apache.commons.el.MultiplyOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal.
apply(BigDecimal,BigDecimal) - method in class org.apache.commons.el.PlusOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal.
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.ArithmeticOperator
Applies the operator to the given BigInteger values, returning a BigInteger.
apply(BigInteger,BigInteger) - 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.GreaterThanOrEqualsOperator
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(BigInteger,BigInteger) - 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.MinusOperator
Applies the operator to the given BigInteger values, returning a BigInteger.
apply(BigInteger,BigInteger) - method in class org.apache.commons.el.MultiplyOperator
Applies the operator to the given BigInteger values, returning a BigInteger.
apply(BigInteger,BigInteger) - method in class org.apache.commons.el.PlusOperator
Applies the operator to the given BigInteger values, returning a BigInteger.
apply(BigInteger,BigInteger) - method in class org.apache.commons.el.RelationalOperator
Applies the operator to the given BigDecimal values, returning a BigDecimal
apply(boolean,org.apache.commons.el.Logger) - method in class org.apache.commons.el.EqualityOperator
Applies the operator given the fact that the two elements are equal.
apply(boolean,org.apache.commons.el.Logger) - method in class org.apache.commons.el.EqualsOperator
Applies the operator given the fact that the two elements are equal.
apply(boolean,org.apache.commons.el.Logger) - method in class org.apache.commons.el.NotEqualsOperator
Applies the operator given the fact that the two elements are equal.
apply(double,double) - method in class org.apache.commons.el.ArithmeticOperator
Applies the operator to the given double values, returning a double
apply(double,double) - method in class org.apache.commons.el.GreaterThanOperator
Applies the operator to the given double values
apply(double,double) - method in class org.apache.commons.el.GreaterThanOrEqualsOperator
Applies the operator to the given double values
apply(double,double) - method in class org.apache.commons.el.LessThanOperator
Applies the operator to the given double values
apply(double,double) - method in class org.apache.commons.el.LessThanOrEqualsOperator
Applies the operator to the given double values
apply(double,double) - method in class org.apache.commons.el.MinusOperator
Applies the operator to the given double values, returning a double
apply(double,double) - method in class org.apache.commons.el.MultiplyOperator
Applies the operator to the given double values, returning a double
apply(double,double) - method in class org.apache.commons.el.PlusOperator
Applies the operator to the given double values, returning a double
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.ArithmeticOperator
Applies the operator to the given double values, returning a double
apply(long,long) - method in class org.apache.commons.el.GreaterThanOperator
Applies the operator to the given long values
apply(long,long) - method in class org.apache.commons.el.GreaterThanOrEqualsOperator
Applies the operator to the given long values
apply(long,long) - method in class org.apache.commons.el.LessThanOperator
Applies the operator to the given long values
apply(long,long) - method in class org.apache.commons.el.LessThanOrEqualsOperator
Applies the operator to the given long values
apply(long,long) - 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.MultiplyOperator
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(long,long) - method in class org.apache.commons.el.RelationalOperator
Applies the operator to the given long values
apply(Object,Object,org.apache.commons.el.Logger) - method in class org.apache.commons.el.AndOperator
Applies the operator to the given value
Applies the operator to the given value
Applies the operator to the given pair of values
Applies the operator to the given value
Applies the operator to the given value
Applies the operator to the given value
Applies the operator to the given value
Applies the operator to the given value
Applies the operator to the given value
Applies the operator to the given value
Applies the operator to the given value
apply(Object,Object,org.apache.commons.el.Logger) - method in class org.apache.commons.el.OrOperator
Applies the operator to the given value
Applies the operator to the given value
apply(Object,org.apache.commons.el.Logger) - method in class org.apache.commons.el.EmptyOperator
Applies the operator to the given value
apply(Object,org.apache.commons.el.Logger) - method in class org.apache.commons.el.NotOperator
Applies the operator to the given value
apply(Object,org.apache.commons.el.Logger) - method in class org.apache.commons.el.UnaryMinusOperator
Applies the operator to the given value
apply(Object,org.apache.commons.el.Logger) - method in class org.apache.commons.el.UnaryOperator
Applies the operator to the given value
apply(String,String) - method in class org.apache.commons.el.GreaterThanOperator
Applies the operator to the given String values
apply(String,String) - method in class org.apache.commons.el.GreaterThanOrEqualsOperator
Applies the operator to the given String values
apply(String,String) - method in class org.apache.commons.el.LessThanOperator
Applies the operator to the given String values
apply(String,String) - method in class org.apache.commons.el.LessThanOrEqualsOperator
Applies the operator to the given String values
apply(String,String) - method in class org.apache.commons.el.RelationalOperator
Applies the operator to the given String values
Performs all of the necessary type conversions, then calls on the appropriate operator.
Performs all of the necessary type conversions, then calls on the appropriate operator.
Performs all of the necessary type conversions, then calls on the appropriate operator.
arg - field in class org.apache.commons.el.parser.ELParser.JJCalls
argumentList - field in class org.apache.commons.el.FunctionInvocation
ARITH_ERROR - static field in class org.apache.commons.el.Constants
ARITH_OP_BAD_TYPE - static field in class org.apache.commons.el.Constants
ARITH_OP_NULL - static field in class org.apache.commons.el.Constants
ArithmeticOperator - class org.apache.commons.el.ArithmeticOperator
This is the superclass for all binary arithmetic operators
ArraySuffix - class org.apache.commons.el.ArraySuffix
Represents an operator that obtains a Map entry, an indexed value, a property value, or an indexed property value of an object.
ArraySuffix() - method in class org.apache.commons.el.parser.ELParser
ArraySuffix(org.apache.commons.el.Expression) - constructor for class org.apache.commons.el.ArraySuffix
Constructor
ATTRIBUTE_EVALUATION_EXCEPTION - static field in class org.apache.commons.el.Constants
ATTRIBUTE_PARSE_EXCEPTION - static field 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
available - field in class org.apache.commons.el.parser.SimpleCharStream

B

backup(int) - method in class org.apache.commons.el.parser.SimpleCharStream
BAD_IMPLICIT_OBJECT - static field in class org.apache.commons.el.Constants
BAD_INDEX_VALUE - static field in class org.apache.commons.el.Constants
BADLY_ESCAPED_STRING_LITERAL - static field in class org.apache.commons.el.parser.ELParserConstants
BeanInfoIndexedProperty - class org.apache.commons.el.BeanInfoIndexedProperty
This contains the information for one indexed property in a BeanInfo - IndexedPropertyDescriptor, read method, and write method.
Constructor
BeanInfoManager - class org.apache.commons.el.BeanInfoManager
Manages the BeanInfo for one class - contains the BeanInfo, and also a mapping from property name to BeanInfoProperty.
BeanInfoManager(Class) - constructor for class org.apache.commons.el.BeanInfoManager
Constructor
BeanInfoProperty - class org.apache.commons.el.BeanInfoProperty
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 - field 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 - field 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 org.apache.commons.el.BinaryOperator
This is the superclass for all binary operators
BinaryOperator() - constructor for class org.apache.commons.el.BinaryOperator
Constructor
An expression representing a binary operator on a value
Constructor
BOOLEAN_TO_CHARACTER - static field in class org.apache.commons.el.Constants
BOOLEAN_TO_NUMBER - static field in class org.apache.commons.el.Constants
BooleanLiteral - class org.apache.commons.el.BooleanLiteral
An expression representing a boolean literal value
BooleanLiteral() - method in class org.apache.commons.el.parser.ELParser
BooleanLiteral(String) - constructor for class org.apache.commons.el.BooleanLiteral
Constructor
bufcolumn - field in class org.apache.commons.el.parser.SimpleCharStream
buffer - field in class org.apache.commons.el.parser.SimpleCharStream
bufline - field in class org.apache.commons.el.parser.SimpleCharStream
bufpos - field in class org.apache.commons.el.parser.SimpleCharStream
bufsize - field in class org.apache.commons.el.parser.SimpleCharStream
BYTE_LOWER_BOUND - static field in class org.apache.commons.el.PrimitiveObjects
BYTE_UPPER_BOUND - static field in class org.apache.commons.el.PrimitiveObjects

C

CANT_FIND_INDEX - static field in class org.apache.commons.el.Constants
CANT_GET_INDEXED_PROPERTY - static field in class org.apache.commons.el.Constants
CANT_GET_INDEXED_VALUE_OF_NULL - static field in class org.apache.commons.el.Constants
CANT_GET_NULL_INDEX - static field in class org.apache.commons.el.Constants
CANT_GET_PROPERTY_OF_NULL - static field in class org.apache.commons.el.Constants
CHARACTER_LOWER_BOUND - static field in class org.apache.commons.el.PrimitiveObjects
CHARACTER_UPPER_BOUND - static field in class org.apache.commons.el.PrimitiveObjects
checkInitialized(org.apache.commons.el.Logger) - method in class org.apache.commons.el.BeanInfoManager
Makes sure that this class has been initialized, and synchronizes the initialization if it's required.
clear() - method in class org.apache.commons.el.EnumeratedMap
coerce(Object,Class,org.apache.commons.el.Logger) - static method in class org.apache.commons.el.Coercions
Coerces the given value to the specified class.
COERCE_TO_BOOLEAN - static field in class org.apache.commons.el.Constants
COERCE_TO_CHARACTER - static field in class org.apache.commons.el.Constants
COERCE_TO_NUMBER - static field in class org.apache.commons.el.Constants
COERCE_TO_OBJECT - static field in class org.apache.commons.el.Constants
coerceToBoolean(Object,org.apache.commons.el.Logger) - static method in class org.apache.commons.el.Coercions
Coerces a value to a Boolean
coerceToCharacter(Object,org.apache.commons.el.Logger) - static method in class org.apache.commons.el.Coercions
Coerces a value to a Character
coerceToInteger(Object,org.apache.commons.el.Logger) - 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,org.apache.commons.el.Logger) - 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(double,Class) - static method in class org.apache.commons.el.Coercions
Coerces a double to the given primitive number class
coerceToPrimitiveNumber(long,Class) - static method in class org.apache.commons.el.Coercions
Coerces a long to the given primitive number class
coerceToPrimitiveNumber(Number,Class) - static method in class org.apache.commons.el.Coercions
Coerces a Number to the given primitive number class
Coerces a value to the given primitive number class
coerceToPrimitiveNumber(String,Class) - static method in class org.apache.commons.el.Coercions
Coerces a String to the given primitive number class
coerceToString(Object,org.apache.commons.el.Logger) - static method in class org.apache.commons.el.Coercions
Coerces the specified value to a String
Coercions - class org.apache.commons.el.Coercions
This class contains the logic for coercing data types before operators are applied to them.
COLON - static field in class org.apache.commons.el.parser.ELParserConstants
column - field in class org.apache.commons.el.parser.SimpleCharStream
COMMA - static field in class org.apache.commons.el.parser.ELParserConstants
COMPARABLE_ERROR - static field in class org.apache.commons.el.Constants
ComplexValue - class org.apache.commons.el.ComplexValue
Represents a dynamic value, which consists of a prefix and an optional set of ValueSuffix elements.
ComplexValue(org.apache.commons.el.Expression,List) - constructor for class org.apache.commons.el.ComplexValue
Constructor
COND - static field in class org.apache.commons.el.parser.ELParserConstants
ConditionalExpression - class org.apache.commons.el.ConditionalExpression
Represents a conditional expression.
ConditionalExpression() - method in class org.apache.commons.el.parser.ELParser
Constructor
Constants - class org.apache.commons.el.Constants
This contains all of the non-public constants, including messsage strings read from the resource file.
containsKey(Object) - method in class org.apache.commons.el.EnumeratedMap
containsValue(Object) - method in class org.apache.commons.el.EnumeratedMap
Converts the given String, specified as a static expression string, to the given expected type.
Converts the given value to the specified expected type.
convertToMap() - method in class org.apache.commons.el.EnumeratedMap
Converts to a Map
createApplicationScopeMap(PageContext) - static method in class org.apache.commons.el.ImplicitObjects
Creates the Map that "wraps" application-scoped attributes
createBeanInfoManager(Class) - static method in class org.apache.commons.el.BeanInfoManager
Creates and registers the BeanInfoManager for the given class if it isn't already registered.
createBytes() - static method in class org.apache.commons.el.PrimitiveObjects
createCharacters() - static method in class org.apache.commons.el.PrimitiveObjects
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.
createIntegers() - static method in class org.apache.commons.el.PrimitiveObjects
createLongs() - static method in class org.apache.commons.el.PrimitiveObjects
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
createShorts() - static method in class org.apache.commons.el.PrimitiveObjects
curChar - field in class org.apache.commons.el.parser.ELParserTokenManager
curLexState - field in class org.apache.commons.el.parser.ELParserTokenManager
currentToken - field in class org.apache.commons.el.parser.ParseException
This is the last token that has been consumed successfully.

D

debugStream - field in class org.apache.commons.el.parser.ELParserTokenManager
DEFAULT - static field in class org.apache.commons.el.parser.ELParserConstants
defaultLexState - field in class org.apache.commons.el.parser.ELParserTokenManager
DIGIT - static field in class org.apache.commons.el.parser.ELParserConstants
disable_tracing() - method in class org.apache.commons.el.parser.ELParser
DIVIDE1 - static field in class org.apache.commons.el.parser.ELParserConstants
DIVIDE2 - static field in class org.apache.commons.el.parser.ELParserConstants
DivideOperator - class org.apache.commons.el.DivideOperator
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 field in class org.apache.commons.el.parser.ELParserConstants

E

ELParser - class org.apache.commons.el.parser.ELParser
Generated EL parser.
ELParser(java.io.InputStream) - constructor for class org.apache.commons.el.parser.ELParser
ELParser(java.io.Reader) - constructor for class org.apache.commons.el.parser.ELParser
ELParser(org.apache.commons.el.parser.ELParserTokenManager) - constructor for class org.apache.commons.el.parser.ELParser
ELParserConstants - interface org.apache.commons.el.parser.ELParserConstants
ELParserTokenManager - class org.apache.commons.el.parser.ELParserTokenManager
EMPTY - static field in class org.apache.commons.el.parser.ELParserConstants
EMPTY_STRING_TO_CHARACTER - static field in class org.apache.commons.el.Constants
EmptyOperator - class org.apache.commons.el.EmptyOperator
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 field in class org.apache.commons.el.parser.ELParserConstants
endColumn - field 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 - field 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 org.apache.commons.el.EnumeratedMap
This is a Map implementation driven by a data source that only provides an enumeration of keys and a getValue(key) method.
enumerateKeys() - method in class org.apache.commons.el.EnumeratedMap
Returns an enumeration of the keys
EOF - static field in class org.apache.commons.el.parser.ELParserConstants
eol - field in class org.apache.commons.el.parser.ParseException
The end of line string for this machine.
EQ1 - static field in class org.apache.commons.el.parser.ELParserConstants
EQ2 - static field in class org.apache.commons.el.parser.ELParserConstants
EqualityExpression() - method in class org.apache.commons.el.parser.ELParser
EqualityOperator - class org.apache.commons.el.EqualityOperator
This is the superclass for all equality operators (==, !=)
EqualsOperator - class org.apache.commons.el.EqualsOperator
The implementation of the equals operator
EqualsOperator() - constructor for class org.apache.commons.el.EqualsOperator
Constructor
ERROR_GETTING_PROPERTY - static field in class org.apache.commons.el.Constants
ERROR_IN_EQUALS - static field in class org.apache.commons.el.Constants
errorCode - field in class org.apache.commons.el.parser.TokenMgrError
Indicates the reason why the exception is thrown.
Evaluates the expression in the given context, operating on the given value.
Evaluates the expression in the given context, operating on the given value.
Evaluates the given expression String
Evaluates the given expression string
Evaluates to the literal value
Evaluates by evaluating the prefix, then applying the suffixes
Evaluates the conditional expression and returns the literal result
Evaluates the expression in the given context
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.
Evaluates by looking up the name in the VariableResolver
Evaluates to the literal value
Evaluates by looking up the name in the VariableResolver
Evaluates to the literal value
Gets the value of the index
Gets the value of the index
evaluator - field in class org.apache.commons.el.ExpressionEvaluatorImpl.JSTLExpression
EXCEPTION_ACCESSING_ARRAY - static field in class org.apache.commons.el.Constants
EXCEPTION_ACCESSING_LIST - static field in class org.apache.commons.el.Constants
EXCEPTION_GETTING_BEANINFO - static field in class org.apache.commons.el.Constants
ExpandBuff(boolean) - method in class org.apache.commons.el.parser.SimpleCharStream
expectedTokenSequences - field in class org.apache.commons.el.parser.ParseException
Each entry in this array is an array of integers.
expectedType - field in class org.apache.commons.el.ExpressionEvaluatorImpl.JSTLExpression
EXPONENT - static field in class org.apache.commons.el.parser.ELParserConstants
expression - field in class org.apache.commons.el.ExpressionEvaluatorImpl.JSTLExpression
Expression - class org.apache.commons.el.Expression
The abstract class from which all expression types derive.
Expression() - method in class org.apache.commons.el.parser.ELParser
ExpressionEvaluatorImpl - class org.apache.commons.el.ExpressionEvaluatorImpl
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 org.apache.commons.el.ExpressionString
Represents an expression String consisting of a mixture of Strings and Expressions.
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.
ExpressionString(Object[]) - constructor for class org.apache.commons.el.ExpressionString
Constructor

F

FALSE - static field in class org.apache.commons.el.BooleanLiteral
FALSE - static field in class org.apache.commons.el.parser.ELParserConstants
FillBuff() - method in class org.apache.commons.el.parser.SimpleCharStream
first - field in class org.apache.commons.el.parser.ELParser.JJCalls
FLOATING_POINT_LITERAL - static field in class org.apache.commons.el.parser.ELParserConstants
FloatingPointLiteral - class org.apache.commons.el.FloatingPointLiteral
An expression representing a floating point literal value.
FloatingPointLiteral() - method in class org.apache.commons.el.parser.ELParser
FloatingPointLiteral(String) - constructor for class org.apache.commons.el.FloatingPointLiteral
Constructor
fMapper - field in class org.apache.commons.el.ExpressionEvaluatorImpl.JSTLExpression
Formats a ParseException into an error message suitable for displaying on a web page
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 field in class org.apache.commons.el.Constants
FunctionInvocation - class org.apache.commons.el.FunctionInvocation
Represents a function call.
FunctionInvocation() - method in class org.apache.commons.el.parser.ELParser
FunctionInvocation(String,List) - constructor for class org.apache.commons.el.FunctionInvocation
Constructor
functionName - field in class org.apache.commons.el.FunctionInvocation

G

GE1 - static field in class org.apache.commons.el.parser.ELParserConstants
GE2 - static field in class org.apache.commons.el.parser.ELParserConstants
gen - field in class org.apache.commons.el.parser.ELParser.JJCalls
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
getBeanInfo(org.apache.commons.el.Logger) - method in class org.apache.commons.el.BeanInfoManager
Returns the BeanInfo for the class
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
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
getBoolean(boolean) - static method in class org.apache.commons.el.PrimitiveObjects
getByte(byte) - static method in class org.apache.commons.el.PrimitiveObjects
getCharacter(char) - static method in class org.apache.commons.el.PrimitiveObjects
getColumn() - method in class org.apache.commons.el.parser.SimpleCharStream
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().
getDouble(double) - static method in class org.apache.commons.el.PrimitiveObjects
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
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
getFloat(float) - static method in class org.apache.commons.el.PrimitiveObjects
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
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.
getInteger(int) - static method in class org.apache.commons.el.PrimitiveObjects
getLine() - method in class org.apache.commons.el.parser.SimpleCharStream
getLong(long) - static method in class org.apache.commons.el.PrimitiveObjects
getMessage() - method in class 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 class org.apache.commons.el.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
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.ArraySuffix
Returns the operator symbol
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.PropertySuffix
Returns the operator symbol
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
getOrCreateExpectedTypeMap(Class) - static method in class org.apache.commons.el.ExpressionEvaluatorImpl
Creates or returns the Map that maps string literals to parsed values for the specified expected type.
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
getPrimitiveObjectClass(Class) - static method in class org.apache.commons.el.PrimitiveObjects
If the given class is a primitive class, returns the object version of that class.
Returns the BeanInfoProperty for the given property name, or null if not found.
getPropertyDescriptor() - method in class org.apache.commons.el.BeanInfoProperty
getPublicMethod(Class,Method) - static method in class org.apache.commons.el.BeanInfoManager
If the given class is public and has a Method that declares the same name and arguments as the given method, then that method is returned.
getPublicMethod(Method) - static method in class org.apache.commons.el.BeanInfoManager
Returns a publicly-accessible version of the given method, by searching for a public declaring class.
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
getShort(short) - static method in class org.apache.commons.el.PrimitiveObjects
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() - method in class org.apache.commons.el.Literal
getValue(Object) - method in class org.apache.commons.el.EnumeratedMap
Returns the value associated with the given key, or null if not found.
getValueFromToken(String) - static method in class org.apache.commons.el.BooleanLiteral
Parses the given token into the literal value
getValueFromToken(String) - static method in class org.apache.commons.el.FloatingPointLiteral
Parses the given token into the literal value
getValueFromToken(String) - static method in class org.apache.commons.el.IntegerLiteral
Parses the given token into the literal value
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 org.apache.commons.el.GreaterThanOperator
The implementation of the greater than operator
GreaterThanOperator() - constructor for class org.apache.commons.el.GreaterThanOperator
Constructor
The implementation of the greater than or equals operator
GreaterThanOrEqualsOperator() - constructor for class org.apache.commons.el.GreaterThanOrEqualsOperator
Constructor
GT1 - static field in class org.apache.commons.el.parser.ELParserConstants
GT2 - static field in class org.apache.commons.el.parser.ELParserConstants

I

IDENTIFIER - static field in class org.apache.commons.el.parser.ELParserConstants
Identifier() - method in class org.apache.commons.el.parser.ELParser
ILLEGAL_CHARACTER - static field in class org.apache.commons.el.parser.ELParserConstants
image - field in class org.apache.commons.el.parser.Token
The string image of the token.
IMPL_OBJ_START - static field in class org.apache.commons.el.parser.ELParserConstants
ImplicitObjects - class org.apache.commons.el.ImplicitObjects
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 field in class org.apache.commons.el.parser.ELParserConstants
INAPPROPRIATE_FUNCTION_ARG_COUNT - static field in class org.apache.commons.el.Constants
inBuf - field in class org.apache.commons.el.parser.SimpleCharStream
initialize(org.apache.commons.el.Logger) - method in class org.apache.commons.el.BeanInfoManager
Initializes by mapping property names to BeanInfoProperties
input_stream - field in class org.apache.commons.el.parser.ELParserTokenManager
inputStream - field in class org.apache.commons.el.parser.SimpleCharStream
INTEGER_LITERAL - static field in class org.apache.commons.el.parser.ELParserConstants
INTEGER_LOWER_BOUND - static field in class org.apache.commons.el.PrimitiveObjects
INTEGER_UPPER_BOUND - static field in class org.apache.commons.el.PrimitiveObjects
IntegerDivideOperator - class org.apache.commons.el.IntegerDivideOperator
The implementation of the integer divide operator
IntegerDivideOperator() - constructor for class org.apache.commons.el.IntegerDivideOperator
Constructor
IntegerLiteral - class org.apache.commons.el.IntegerLiteral
An expression representing an integer literal value.
IntegerLiteral() - method in class org.apache.commons.el.parser.ELParser
IntegerLiteral(String) - constructor for class org.apache.commons.el.IntegerLiteral
Constructor
INVALID_LEXICAL_STATE - static field in class org.apache.commons.el.parser.TokenMgrError
Tried to change to an invalid lexical state.
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(Class) - static method in class org.apache.commons.el.Coercions
Returns true if the given class is of a floating point type
isFloatingPointType(Object) - static method in class org.apache.commons.el.Coercions
Returns true if the given Object 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(Class) - static method in class org.apache.commons.el.Coercions
Returns true if the given class is of an integer type
isIntegerType(Object) - static method in class org.apache.commons.el.Coercions
Returns true if the given Object is of an integer type
isJavaIdentifier(String) - static method in class org.apache.commons.el.StringLiteral
Returns true if the specified value is a legal java identifier
isLess(int) - method in class org.apache.commons.el.RelationalOperator
Test return value of BigInteger/BigDecimal A.compareTo(B).
isLoggingError() - method in class org.apache.commons.el.Logger
Returns true if the application should even bother to try logging an error.
isLoggingWarning() - method in class org.apache.commons.el.Logger
Returns true if the application should even bother to try logging a warning.
isMutable() - method in class org.apache.commons.el.EnumeratedMap
Returns true if it is possible for this data source to change
isNumberClass(Class) - static method in class org.apache.commons.el.Coercions
Returns true if the given class is Byte, Short, Integer, Long, Float, Double, BigInteger, or BigDecimal

J

jj_2_1(int) - method in class org.apache.commons.el.parser.ELParser
jj_2_2(int) - method in class org.apache.commons.el.parser.ELParser
jj_2_3(int) - method in class org.apache.commons.el.parser.ELParser
jj_2_rtns - field in class org.apache.commons.el.parser.ELParser
jj_3_1() - method in class org.apache.commons.el.parser.ELParser
jj_3_2() - method in class org.apache.commons.el.parser.ELParser
jj_3_3() - method in class org.apache.commons.el.parser.ELParser
jj_3R_11() - method in class org.apache.commons.el.parser.ELParser
jj_3R_12() - method in class org.apache.commons.el.parser.ELParser
jj_3R_13() - method in class org.apache.commons.el.parser.ELParser
jj_3R_14() - method in class org.apache.commons.el.parser.ELParser
jj_3R_15() - method in class org.apache.commons.el.parser.ELParser
jj_3R_16() - method in class org.apache.commons.el.parser.ELParser
jj_3R_17() - method in class org.apache.commons.el.parser.ELParser
jj_3R_18() - method in class org.apache.commons.el.parser.ELParser
jj_3R_19() - method in class org.apache.commons.el.parser.ELParser
jj_3R_20() - method in class org.apache.commons.el.parser.ELParser
jj_3R_21() - method in class org.apache.commons.el.parser.ELParser
jj_3R_22() - method in class org.apache.commons.el.parser.ELParser
jj_3R_23() - method in class org.apache.commons.el.parser.ELParser
jj_3R_24() - method in class org.apache.commons.el.parser.ELParser
jj_3R_25() - method in class org.apache.commons.el.parser.ELParser
jj_3R_26() - method in class org.apache.commons.el.parser.ELParser
jj_3R_27() - method in class org.apache.commons.el.parser.ELParser
jj_3R_28() - method in class org.apache.commons.el.parser.ELParser
jj_3R_29() - method in class org.apache.commons.el.parser.ELParser
jj_3R_30() - method in class org.apache.commons.el.parser.ELParser
jj_3R_31() - method in class org.apache.commons.el.parser.ELParser
jj_3R_32() - method in class org.apache.commons.el.parser.ELParser
jj_3R_33() - method in class org.apache.commons.el.parser.ELParser
jj_3R_34() - method in class org.apache.commons.el.parser.ELParser
jj_3R_35() - method in class org.apache.commons.el.parser.ELParser
jj_3R_36() - method in class org.apache.commons.el.parser.ELParser
jj_3R_37() - method in class org.apache.commons.el.parser.ELParser
jj_3R_38() - method in class org.apache.commons.el.parser.ELParser
jj_3R_39() - method in class org.apache.commons.el.parser.ELParser
jj_3R_40() - method in class org.apache.commons.el.parser.ELParser
jj_3R_41() - method in class org.apache.commons.el.parser.ELParser
jj_3R_42() - method in class org.apache.commons.el.parser.ELParser
jj_3R_43() - method in class org.apache.commons.el.parser.ELParser
jj_3R_44() - method in class org.apache.commons.el.parser.ELParser
jj_3R_45() - method in class org.apache.commons.el.parser.ELParser
jj_3R_46() - method in class org.apache.commons.el.parser.ELParser
jj_3R_47() - method in class org.apache.commons.el.parser.ELParser
jj_3R_48() - method in class org.apache.commons.el.parser.ELParser
jj_3R_49() - method in class org.apache.commons.el.parser.ELParser
jj_3R_50() - method in class org.apache.commons.el.parser.ELParser
jj_3R_51() - method in class org.apache.commons.el.parser.ELParser
jj_3R_52() - method in class org.apache.commons.el.parser.ELParser
jj_3R_53() - method in class org.apache.commons.el.parser.ELParser
jj_3R_54() - method in class org.apache.commons.el.parser.ELParser
jj_3R_55() - method in class org.apache.commons.el.parser.ELParser
jj_3R_56() - method in class org.apache.commons.el.parser.ELParser
jj_3R_57() - method in class org.apache.commons.el.parser.ELParser
jj_3R_58() - method in class org.apache.commons.el.parser.ELParser
jj_3R_59() - method in class org.apache.commons.el.parser.ELParser
jj_3R_60() - method in class org.apache.commons.el.parser.ELParser
jj_3R_61() - method in class org.apache.commons.el.parser.ELParser
jj_3R_62() - method in class org.apache.commons.el.parser.ELParser
jj_3R_63() - method in class org.apache.commons.el.parser.ELParser
jj_3R_64() - method in class org.apache.commons.el.parser.ELParser
jj_3R_65() - method in class org.apache.commons.el.parser.ELParser
jj_3R_66() - method in class org.apache.commons.el.parser.ELParser
jj_3R_67() - method in class org.apache.commons.el.parser.ELParser
jj_3R_68() - method in class org.apache.commons.el.parser.ELParser
jj_3R_69() - method in class org.apache.commons.el.parser.ELParser
jj_3R_70() - method in class org.apache.commons.el.parser.ELParser
jj_3R_71() - method in class org.apache.commons.el.parser.ELParser
jj_3R_72() - method in class org.apache.commons.el.parser.ELParser
jj_3R_73() - method in class org.apache.commons.el.parser.ELParser
jj_3R_74() - method in class org.apache.commons.el.parser.ELParser
jj_3R_75() - method in class org.apache.commons.el.parser.ELParser
jj_3R_76() - method in class org.apache.commons.el.parser.ELParser
jj_3R_77() - method in class org.apache.commons.el.parser.ELParser
jj_3R_78() - method in class org.apache.commons.el.parser.ELParser
jj_3R_79() - method in class org.apache.commons.el.parser.ELParser
jj_3R_80() - method in class org.apache.commons.el.parser.ELParser
jj_3R_81() - method in class org.apache.commons.el.parser.ELParser
jj_3R_82() - method in class org.apache.commons.el.parser.ELParser
jj_3R_83() - method in class org.apache.commons.el.parser.ELParser
jj_3R_84() - method in class org.apache.commons.el.parser.ELParser
jj_3R_85() - method in class org.apache.commons.el.parser.ELParser
jj_3R_86() - method in class org.apache.commons.el.parser.ELParser
jj_3R_87() - method in class org.apache.commons.el.parser.ELParser
jj_3R_88() - method in class org.apache.commons.el.parser.ELParser
jj_3R_89() - method in class org.apache.commons.el.parser.ELParser
jj_3R_90() - method in class org.apache.commons.el.parser.ELParser
jj_3R_91() - method in class org.apache.commons.el.parser.ELParser
jj_3R_92() - method in class org.apache.commons.el.parser.ELParser
jj_3R_93() - method in class org.apache.commons.el.parser.ELParser
jj_3R_94() - method in class org.apache.commons.el.parser.ELParser
jj_3R_95() - method in class org.apache.commons.el.parser.ELParser
jj_3R_96() - method in class org.apache.commons.el.parser.ELParser
jj_add_error_token(int,int) - method in class org.apache.commons.el.parser.ELParser
jj_consume_token(int) - method in class org.apache.commons.el.parser.ELParser
jj_endpos - field in class org.apache.commons.el.parser.ELParser
jj_expentries - field in class org.apache.commons.el.parser.ELParser
jj_expentry - field in class org.apache.commons.el.parser.ELParser
jj_gc - field in class org.apache.commons.el.parser.ELParser
jj_gen - field in class org.apache.commons.el.parser.ELParser
jj_input_stream - field in class org.apache.commons.el.parser.ELParser
jj_kind - field in class org.apache.commons.el.parser.ELParser
jj_la - field in class org.apache.commons.el.parser.ELParser
jj_la1 - field in class org.apache.commons.el.parser.ELParser
jj_la1_0 - field in class org.apache.commons.el.parser.ELParser
jj_la1_1 - field in class org.apache.commons.el.parser.ELParser
jj_lastpos - field in class org.apache.commons.el.parser.ELParser
jj_lasttokens - field in class org.apache.commons.el.parser.ELParser
jj_nt - field in class org.apache.commons.el.parser.ELParser
jj_ntk - field in class org.apache.commons.el.parser.ELParser
jj_ntk() - method in class org.apache.commons.el.parser.ELParser
jj_rescan - field in class org.apache.commons.el.parser.ELParser
jj_rescan_token() - method in class org.apache.commons.el.parser.ELParser
jj_save(int,int) - method in class org.apache.commons.el.parser.ELParser
jj_scan_token(int) - method in class org.apache.commons.el.parser.ELParser
jj_scanpos - field in class org.apache.commons.el.parser.ELParser
jj_semLA - field in class org.apache.commons.el.parser.ELParser
jjAddStates(int,int) - method in class org.apache.commons.el.parser.ELParserTokenManager
jjbitVec0 - static field in class org.apache.commons.el.parser.ELParserTokenManager
jjbitVec2 - static field in class org.apache.commons.el.parser.ELParserTokenManager
jjbitVec3 - static field in class org.apache.commons.el.parser.ELParserTokenManager
jjbitVec4 - static field in class org.apache.commons.el.parser.ELParserTokenManager
jjbitVec5 - static field in class org.apache.commons.el.parser.ELParserTokenManager
jjbitVec6 - static field in class org.apache.commons.el.parser.ELParserTokenManager
jjbitVec7 - static field in class org.apache.commons.el.parser.ELParserTokenManager
jjbitVec8 - static field in class org.apache.commons.el.parser.ELParserTokenManager
ELParser.JJCalls - class org.apache.commons.el.parser.ELParser.JJCalls
jjCanMove_0(int,int,int,long,long) - static method in class org.apache.commons.el.parser.ELParserTokenManager
jjCanMove_1(int,int,int,long,long) - static method in class org.apache.commons.el.parser.ELParserTokenManager
jjCheckNAdd(int) - method in class org.apache.commons.el.parser.ELParserTokenManager
jjCheckNAddStates(int) - method in class org.apache.commons.el.parser.ELParserTokenManager
jjCheckNAddStates(int,int) - method in class org.apache.commons.el.parser.ELParserTokenManager
jjCheckNAddTwoStates(int,int) - method in class org.apache.commons.el.parser.ELParserTokenManager
jjFillToken() - method in class org.apache.commons.el.parser.ELParserTokenManager
jjmatchedKind - field in class org.apache.commons.el.parser.ELParserTokenManager
jjmatchedPos - field in class org.apache.commons.el.parser.ELParserTokenManager
jjMoveNfa_0(int,int) - method in class org.apache.commons.el.parser.ELParserTokenManager
jjMoveNfa_1(int,int) - method in class org.apache.commons.el.parser.ELParserTokenManager
jjMoveStringLiteralDfa0_0() - method in class org.apache.commons.el.parser.ELParserTokenManager
jjMoveStringLiteralDfa0_1() - method in class org.apache.commons.el.parser.ELParserTokenManager
jjMoveStringLiteralDfa1_0(long) - method in class org.apache.commons.el.parser.ELParserTokenManager
jjMoveStringLiteralDfa1_1(long) - method in class org.apache.commons.el.parser.ELParserTokenManager
jjMoveStringLiteralDfa2_1(long,long) - method in class org.apache.commons.el.parser.ELParserTokenManager
jjMoveStringLiteralDfa3_1(long,long) - method in class org.apache.commons.el.parser.ELParserTokenManager
jjMoveStringLiteralDfa4_1(long,long) - method in class org.apache.commons.el.parser.ELParserTokenManager
jjnewLexState - static field in class org.apache.commons.el.parser.ELParserTokenManager
jjnewStateCnt - field in class org.apache.commons.el.parser.ELParserTokenManager
jjnextStates - static field in class org.apache.commons.el.parser.ELParserTokenManager
jjround - field in class org.apache.commons.el.parser.ELParserTokenManager
jjrounds - field in class org.apache.commons.el.parser.ELParserTokenManager
jjStartNfa_0(int,long) - method in class org.apache.commons.el.parser.ELParserTokenManager
jjStartNfa_1(int,long) - method in class org.apache.commons.el.parser.ELParserTokenManager
jjStartNfaWithStates_0(int,int,int) - method in class org.apache.commons.el.parser.ELParserTokenManager
jjStartNfaWithStates_1(int,int,int) - method in class org.apache.commons.el.parser.ELParserTokenManager
jjstateSet - field in class org.apache.commons.el.parser.ELParserTokenManager
jjStopAtPos(int,int) - method in class org.apache.commons.el.parser.ELParserTokenManager
jjStopStringLiteralDfa_0(int,long) - method in class org.apache.commons.el.parser.ELParserTokenManager
jjStopStringLiteralDfa_1(int,long) - method in class org.apache.commons.el.parser.ELParserTokenManager
jjstrLiteralImages - static field in class org.apache.commons.el.parser.ELParserTokenManager
jjtoSkip - static field in class org.apache.commons.el.parser.ELParserTokenManager
jjtoToken - static field in class org.apache.commons.el.parser.ELParserTokenManager
An object that encapsulates an expression to be evaluated by the JSTL evaluator.

K

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

L

LBRACKET - static field in class org.apache.commons.el.parser.ELParserConstants
LE1 - static field in class org.apache.commons.el.parser.ELParserConstants
LE2 - static field in class org.apache.commons.el.parser.ELParserConstants
LessThanOperator - class org.apache.commons.el.LessThanOperator
The implementation of the less than operator
LessThanOperator() - constructor for class org.apache.commons.el.LessThanOperator
Constructor
The implementation of the less than or equals operator
LessThanOrEqualsOperator() - constructor for class org.apache.commons.el.LessThanOrEqualsOperator
Constructor
LETTER - static field in class org.apache.commons.el.parser.ELParserConstants
LEXICAL_ERROR - static field in class org.apache.commons.el.parser.TokenMgrError
Lexical error occured.
LexicalError(boolean,int,int,int,String,char) - static method in class org.apache.commons.el.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - static field in class org.apache.commons.el.parser.ELParserTokenManager
line - field in class org.apache.commons.el.parser.SimpleCharStream
Literal - class org.apache.commons.el.Literal
An expression representing a literal value
Literal() - method in class org.apache.commons.el.parser.ELParser
Literal(Object) - constructor for class org.apache.commons.el.Literal
Constructor
logError(String) - method in class org.apache.commons.el.Logger
Logs an error
logError(String,Object) - method in class org.apache.commons.el.Logger
Logs an error
logError(String,Object,Object) - method in class org.apache.commons.el.Logger
Logs an error
logError(String,Object,Object,Object) - method in class org.apache.commons.el.Logger
Logs an error
logError(String,Object,Object,Object,Object) - method in class org.apache.commons.el.Logger
Logs an error
logError(String,Object,Object,Object,Object,Object) - method in class org.apache.commons.el.Logger
Logs an error
Logs an error
logError(String,Throwable) - method in class org.apache.commons.el.Logger
Logs an error
logError(String,Throwable,Object) - method in class org.apache.commons.el.Logger
Logs an error
logError(String,Throwable,Object,Object) - method in class org.apache.commons.el.Logger
Logs an error
logError(String,Throwable,Object,Object,Object) - method in class org.apache.commons.el.Logger
Logs an error
logError(String,Throwable,Object,Object,Object,Object) - method in class org.apache.commons.el.Logger
Logs an error
Logs an error
Logs an error
logError(Throwable) - method in class org.apache.commons.el.Logger
Logs an error
Logger - class org.apache.commons.el.Logger
The evaluator may pass an instance of this class to operators and expressions during evaluation.
Logger(PrintStream) - constructor for class org.apache.commons.el.Logger
Constructor
logWarning(String) - method in class org.apache.commons.el.Logger
Logs a warning
logWarning(String,Object) - method in class org.apache.commons.el.Logger
Logs a warning
logWarning(String,Object,Object) - method in class org.apache.commons.el.Logger
Logs a warning
logWarning(String,Object,Object,Object) - method in class org.apache.commons.el.Logger
Logs a warning
logWarning(String,Object,Object,Object,Object) - method in class org.apache.commons.el.Logger
Logs a warning
logWarning(String,Object,Object,Object,Object,Object) - method in class org.apache.commons.el.Logger
Logs a warning
Logs a warning
logWarning(String,Throwable) - method in class org.apache.commons.el.Logger
Logs a warning
logWarning(String,Throwable,Object) - method in class org.apache.commons.el.Logger
Logs a warning
logWarning(String,Throwable,Object,Object) - method in class org.apache.commons.el.Logger
Logs a warning
logWarning(String,Throwable,Object,Object,Object) - method in class org.apache.commons.el.Logger
Logs a warning
Logs a warning
Logs a warning
Logs a warning
logWarning(Throwable) - method in class org.apache.commons.el.Logger
Logs a warning
LONG_LOWER_BOUND - static field in class org.apache.commons.el.PrimitiveObjects
LONG_UPPER_BOUND - static field in class org.apache.commons.el.PrimitiveObjects
lookingAhead - field in class org.apache.commons.el.parser.ELParser
LOOP_DETECTED - static field in class org.apache.commons.el.parser.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.
LPAREN - static field in class org.apache.commons.el.parser.ELParserConstants
LT1 - static field in class org.apache.commons.el.parser.ELParserConstants
LT2 - static field in class org.apache.commons.el.parser.ELParserConstants

M

main(args[]) - static method in class org.apache.commons.el.parser.ELParser
mApplication - field in class org.apache.commons.el.ImplicitObjects
maxNextCharInd - field in class org.apache.commons.el.parser.SimpleCharStream
mBeanClass - field in class org.apache.commons.el.BeanInfoManager
mBeanInfo - field in class org.apache.commons.el.BeanInfoManager
mBeanInfoManagerByClass - static field in class org.apache.commons.el.BeanInfoManager
mBypassCache - field in class org.apache.commons.el.ExpressionEvaluatorImpl
Flag if the cache should be bypassed *
mBytes - static field in class org.apache.commons.el.PrimitiveObjects
mCharacters - static field in class org.apache.commons.el.PrimitiveObjects
mCondition - field in class org.apache.commons.el.ConditionalExpression
mContext - field in class org.apache.commons.el.ImplicitObjects
mCookie - field in class org.apache.commons.el.ImplicitObjects
mCtx - field in class org.apache.commons.el.VariableResolverImpl
mElements - field in class org.apache.commons.el.ExpressionString
mEventSetByName - field in class org.apache.commons.el.BeanInfoManager
mExpression - field in class org.apache.commons.el.BinaryOperatorExpression
mExpression - field in class org.apache.commons.el.UnaryOperatorExpression
mExpressions - field in class org.apache.commons.el.BinaryOperatorExpression
mFalseBranch - field in class org.apache.commons.el.ConditionalExpression
mHeader - field in class org.apache.commons.el.ImplicitObjects
mHeaders - field in class org.apache.commons.el.ImplicitObjects
mIndex - field in class org.apache.commons.el.ArraySuffix
mIndexedPropertyByName - field in class org.apache.commons.el.BeanInfoManager
mIndexedPropertyDescriptor - field in class org.apache.commons.el.BeanInfoIndexedProperty
mInitialized - field in class org.apache.commons.el.BeanInfoManager
mInitParam - field in class org.apache.commons.el.ImplicitObjects
mIntegers - static field in class org.apache.commons.el.PrimitiveObjects
MINUS - static field in class org.apache.commons.el.parser.ELParserConstants
MinusOperator - class org.apache.commons.el.MinusOperator
The implementation of the minus operator
MinusOperator() - constructor for class org.apache.commons.el.MinusOperator
Constructor
mLongs - static field in class org.apache.commons.el.PrimitiveObjects
mMap - field in class org.apache.commons.el.EnumeratedMap
mName - field in class org.apache.commons.el.NamedValue
mName - field in class org.apache.commons.el.PropertySuffix
MODULUS1 - static field in class org.apache.commons.el.parser.ELParserConstants
MODULUS2 - static field in class org.apache.commons.el.parser.ELParserConstants
ModulusOperator - class org.apache.commons.el.ModulusOperator
The implementation of the modulus operator
ModulusOperator() - constructor for class org.apache.commons.el.ModulusOperator
Constructor
mOperator - field in class org.apache.commons.el.UnaryOperatorExpression
mOperators - field in class org.apache.commons.el.BinaryOperatorExpression
mOperators - field in class org.apache.commons.el.UnaryOperatorExpression
mOut - field in class org.apache.commons.el.Logger
mPage - field in class org.apache.commons.el.ImplicitObjects
mParam - field in class org.apache.commons.el.ImplicitObjects
mParams - field in class org.apache.commons.el.ImplicitObjects
mPrefix - field in class org.apache.commons.el.ComplexValue
mPropertyByName - field in class org.apache.commons.el.BeanInfoManager
mPropertyDescriptor - field in class org.apache.commons.el.BeanInfoProperty
mReadMethod - field in class org.apache.commons.el.BeanInfoIndexedProperty
mReadMethod - field in class org.apache.commons.el.BeanInfoProperty
mRequest - field in class org.apache.commons.el.ImplicitObjects
mSession - field in class org.apache.commons.el.ImplicitObjects
mShorts - static field in class org.apache.commons.el.PrimitiveObjects
mSuffixes - field in class org.apache.commons.el.ComplexValue
mTrueBranch - field in class org.apache.commons.el.ConditionalExpression
MULTIPLY - static field in class org.apache.commons.el.parser.ELParserConstants
MultiplyExpression() - method in class org.apache.commons.el.parser.ELParser
MultiplyOperator - class org.apache.commons.el.MultiplyOperator
The implementation of the multiply operator
MultiplyOperator() - constructor for class org.apache.commons.el.MultiplyOperator
Constructor
mValue - field in class org.apache.commons.el.Literal
mWriteMethod - field in class org.apache.commons.el.BeanInfoIndexedProperty
mWriteMethod - field in class org.apache.commons.el.BeanInfoProperty

N

NAMED_VALUE_NOT_FOUND - static field in class org.apache.commons.el.Constants
NamedValue - class org.apache.commons.el.NamedValue
Represents a name that can be used as the first element of a value.
NamedValue() - method in class org.apache.commons.el.parser.ELParser
NamedValue(String) - constructor for class org.apache.commons.el.NamedValue
Constructor
NE1 - static field in class org.apache.commons.el.parser.ELParserConstants
NE2 - static field in class 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 - field in class org.apache.commons.el.parser.ELParser.JJCalls
next - field 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 field in class org.apache.commons.el.Constants
NO_PROPERTY_EDITOR - static field in class org.apache.commons.el.Constants
NO_SUCH_PROPERTY - static field in class org.apache.commons.el.Constants
NON_EXPRESSION_TEXT - static field in class org.apache.commons.el.parser.ELParserConstants
NOT1 - static field in class org.apache.commons.el.parser.ELParserConstants
NOT2 - static field in class org.apache.commons.el.parser.ELParserConstants
NotEqualsOperator - class org.apache.commons.el.NotEqualsOperator
The implementation of the not equals operator
NotEqualsOperator() - constructor for class org.apache.commons.el.NotEqualsOperator
Constructor
NotOperator - class org.apache.commons.el.NotOperator
The implementation of the not operator
NotOperator() - constructor for class org.apache.commons.el.NotOperator
Constructor
NULL - static field in class org.apache.commons.el.parser.ELParserConstants
NULL_EXPRESSION_STRING - static field in class org.apache.commons.el.Constants
NULL_INDEX - static field in class org.apache.commons.el.Constants
NULL_TO_BOOLEAN - static field in class org.apache.commons.el.Constants
NullLiteral - class org.apache.commons.el.NullLiteral
An expression representing a null literal value
NullLiteral() - method in class org.apache.commons.el.parser.ELParser
NullLiteral() - constructor for class org.apache.commons.el.NullLiteral
Constructor

O

OR1 - static field in class org.apache.commons.el.parser.ELParserConstants
OR2 - static field in class org.apache.commons.el.parser.ELParserConstants
OrExpression() - method in class org.apache.commons.el.parser.ELParser
OrOperator - class org.apache.commons.el.OrOperator
The implementation of the or operator
OrOperator() - constructor for class org.apache.commons.el.OrOperator
Constructor

P

PARSE_EXCEPTION - static field 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 - class org.apache.commons.el.parser.ParseException
This exception is thrown when parse errors are encountered.
ParseException() - constructor for class org.apache.commons.el.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(org.apache.commons.el.parser.Token,int[][],String[]) - constructor for class org.apache.commons.el.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException(String) - constructor for class org.apache.commons.el.parser.ParseException
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 field in class org.apache.commons.el.parser.ELParserConstants
PlusOperator - class org.apache.commons.el.PlusOperator
The implementation of the plus operator
PlusOperator() - constructor for class org.apache.commons.el.PlusOperator
Constructor
prevCharIsCR - field in class org.apache.commons.el.parser.SimpleCharStream
prevCharIsLF - field in class org.apache.commons.el.parser.SimpleCharStream
PrimitiveObjects - class org.apache.commons.el.PrimitiveObjects
This converts primitive values to their Object counterparts.
PROPERTY_EDITOR_ERROR - static field in class org.apache.commons.el.Constants
PropertySuffix - class org.apache.commons.el.PropertySuffix
Represents an operator that obtains the value of another value's property.
PropertySuffix() - method in class org.apache.commons.el.parser.ELParser
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 field in class org.apache.commons.el.parser.ELParserConstants
readChar() - method in class org.apache.commons.el.parser.SimpleCharStream
ReInit(java.io.InputStream) - method in class org.apache.commons.el.parser.ELParser
ReInit(java.io.InputStream) - method in class org.apache.commons.el.parser.SimpleCharStream
ReInit(java.io.InputStream,int,int) - method in class org.apache.commons.el.parser.SimpleCharStream
ReInit(java.io.InputStream,int,int,int) - method in class org.apache.commons.el.parser.SimpleCharStream
ReInit(java.io.Reader) - method in class org.apache.commons.el.parser.ELParser
ReInit(java.io.Reader) - method in class org.apache.commons.el.parser.SimpleCharStream
ReInit(java.io.Reader,int,int) - method in class org.apache.commons.el.parser.SimpleCharStream
ReInit(java.io.Reader,int,int,int) - method in class org.apache.commons.el.parser.SimpleCharStream
ReInit(org.apache.commons.el.parser.ELParserTokenManager) - method in class org.apache.commons.el.parser.ELParser
ReInitRounds() - method in class org.apache.commons.el.parser.ELParserTokenManager
RelationalExpression() - method in class org.apache.commons.el.parser.ELParser
RelationalOperator - class org.apache.commons.el.RelationalOperator
This is the superclass for all relational operators (except == or !=)
remove(Object) - method in class org.apache.commons.el.EnumeratedMap
resolveVariable(String) - method in class org.apache.commons.el.VariableResolverImpl
Resolves the specified variable within the given context.
RPAREN - static field in class org.apache.commons.el.parser.ELParserConstants

S

sAttributeName - static field in class org.apache.commons.el.ImplicitObjects
sCachedExpectedTypes - static field in class org.apache.commons.el.ExpressionEvaluatorImpl
The mapping from ExpectedType to Maps mapping literal String to parsed value *
sCachedExpressionStrings - static field in class org.apache.commons.el.ExpressionEvaluatorImpl
The mapping from expression String to its parsed form (String, Expression, or ExpressionString) *
setArgumentList(List) - method in class org.apache.commons.el.FunctionInvocation
setDebugStream(java.io.PrintStream) - method in class org.apache.commons.el.parser.ELParserTokenManager
setElements(Object[]) - method in class org.apache.commons.el.ExpressionString
setExpressions(List) - method in class org.apache.commons.el.BinaryOperatorExpression
setFunctionName(String) - method in class org.apache.commons.el.FunctionInvocation
setIndex(org.apache.commons.el.Expression) - method in class org.apache.commons.el.ArraySuffix
setName(String) - method in class org.apache.commons.el.PropertySuffix
setOperators(List) - method in class org.apache.commons.el.BinaryOperatorExpression
setOperators(List) - method in class org.apache.commons.el.UnaryOperatorExpression
setPrefix(org.apache.commons.el.Expression) - method in class org.apache.commons.el.ComplexValue
setSuffixes(List) - method in class org.apache.commons.el.ComplexValue
setValue(Object) - method in class org.apache.commons.el.Literal
SHORT_LOWER_BOUND - static field in class org.apache.commons.el.PrimitiveObjects
SHORT_UPPER_BOUND - static field in class org.apache.commons.el.PrimitiveObjects
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 org.apache.commons.el.parser.SimpleCharStream
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(java.io.InputStream) - constructor for class org.apache.commons.el.parser.SimpleCharStream
SimpleCharStream(java.io.InputStream,int,int) - constructor for class org.apache.commons.el.parser.SimpleCharStream
SimpleCharStream(java.io.InputStream,int,int,int) - constructor for class org.apache.commons.el.parser.SimpleCharStream
SimpleCharStream(java.io.Reader) - constructor for class org.apache.commons.el.parser.SimpleCharStream
SimpleCharStream(java.io.Reader,int,int) - constructor for class org.apache.commons.el.parser.SimpleCharStream
SimpleCharStream(java.io.Reader,int,int,int) - constructor for class org.apache.commons.el.parser.SimpleCharStream
SINGLETON - static field in class org.apache.commons.el.AndOperator
SINGLETON - static field in class org.apache.commons.el.DivideOperator
SINGLETON - static field in class org.apache.commons.el.EmptyOperator
SINGLETON - static field in class org.apache.commons.el.EqualsOperator
SINGLETON - static field in class org.apache.commons.el.GreaterThanOperator
SINGLETON - static field in class org.apache.commons.el.GreaterThanOrEqualsOperator
SINGLETON - static field in class org.apache.commons.el.IntegerDivideOperator
SINGLETON - static field in class org.apache.commons.el.LessThanOperator
SINGLETON - static field in class org.apache.commons.el.LessThanOrEqualsOperator
SINGLETON - static field in class org.apache.commons.el.MinusOperator
SINGLETON - static field in class org.apache.commons.el.ModulusOperator
SINGLETON - static field in class org.apache.commons.el.MultiplyOperator
SINGLETON - static field in class org.apache.commons.el.NotEqualsOperator
SINGLETON - static field in class org.apache.commons.el.NotOperator
SINGLETON - static field in class org.apache.commons.el.NullLiteral
SINGLETON - static field in class org.apache.commons.el.OrOperator
SINGLETON - static field in class org.apache.commons.el.PlusOperator
SINGLETON - static field in class org.apache.commons.el.UnaryMinusOperator
size() - method in class org.apache.commons.el.EnumeratedMap
sLogger - static field in class org.apache.commons.el.ExpressionEvaluatorImpl
The static Logger *
sNoArgs - static field in class org.apache.commons.el.ArraySuffix
specialConstructor - field in class 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 - field 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.
sResources - static field in class org.apache.commons.el.Constants
START_EXPRESSION - static field in class org.apache.commons.el.parser.ELParserConstants
STATIC_LEXER_ERROR - static field in class org.apache.commons.el.parser.TokenMgrError
An attempt wass made to create a second instance of a static token manager.
staticFlag - static field in class org.apache.commons.el.parser.SimpleCharStream
STRING_LITERAL - static field in class org.apache.commons.el.parser.ELParserConstants
STRING_TO_BOOLEAN - static field in class org.apache.commons.el.Constants
STRING_TO_NUMBER_EXCEPTION - static field in class org.apache.commons.el.Constants
StringLiteral - class org.apache.commons.el.StringLiteral
An expression representing a String literal value.
StringLiteral() - method in class org.apache.commons.el.parser.ELParser
StringLiteral(Object) - constructor for class org.apache.commons.el.StringLiteral
Constructor
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 - field in class org.apache.commons.el.parser.ELParser
Token - class org.apache.commons.el.parser.Token
Describes the input token stream.
token_source - field in class org.apache.commons.el.parser.ELParser
tokenBegin - field in class org.apache.commons.el.parser.SimpleCharStream
tokenImage - static field in class org.apache.commons.el.parser.ELParserConstants
tokenImage - field in class 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 - class org.apache.commons.el.parser.TokenMgrError
TokenMgrError() - constructor for class org.apache.commons.el.parser.TokenMgrError
TokenMgrError(boolean,int,int,int,String,char,int) - constructor for class org.apache.commons.el.parser.TokenMgrError
TokenMgrError(String,int) - constructor for class org.apache.commons.el.parser.TokenMgrError
toString() - method in class org.apache.commons.el.parser.Token
Returns the image.
TOSTRING_EXCEPTION - static field 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 field in class org.apache.commons.el.BooleanLiteral
TRUE - static field in class org.apache.commons.el.parser.ELParserConstants

U

UNARY_OP_BAD_TYPE - static field in class org.apache.commons.el.Constants
UnaryExpression() - method in class org.apache.commons.el.parser.ELParser
UnaryMinusOperator - class org.apache.commons.el.UnaryMinusOperator
The implementation of the unary minus operator
UnaryMinusOperator() - constructor for class org.apache.commons.el.UnaryMinusOperator
Constructor
UnaryOperator - class org.apache.commons.el.UnaryOperator
This is the superclass for all unary operators
UnaryOperator() - constructor for class org.apache.commons.el.UnaryOperator
Constructor
UnaryOperatorExpression - class org.apache.commons.el.UnaryOperatorExpression
An expression representing one or more unary operators on a value
Constructor
UNKNOWN_FUNCTION - static field in class org.apache.commons.el.Constants
UpdateLineColumn(char) - method in class org.apache.commons.el.parser.SimpleCharStream

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 - class org.apache.commons.el.ValueSuffix
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() - method in class org.apache.commons.el.parser.ELParser
VariableResolverImpl - class org.apache.commons.el.VariableResolverImpl
This is the JSTL-specific implementation of VariableResolver.
VariableResolverImpl(PageContext) - constructor for class org.apache.commons.el.VariableResolverImpl
Constructor

Z

ZERO - static field in class org.apache.commons.el.Coercions

Copyright (c) 2001-2002 - Apache Software Foundation