Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- add_escapes(String) - Method in exception 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 exception 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 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(boolean, Logger) - Method in class org.apache.commons.el.EqualityOperator
-
Applies the operator given the fact that the two elements are equal.
- apply(boolean, Logger) - Method in class org.apache.commons.el.EqualsOperator
-
Applies the operator given the fact that the two elements are equal.
- apply(boolean, 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, Logger) - Method in class org.apache.commons.el.AndOperator
-
Applies the operator to the given value
- apply(Object, Object, Logger) - Method in class org.apache.commons.el.ArithmeticOperator
-
Applies the operator to the given value
- apply(Object, Object, Logger) - Method in class org.apache.commons.el.BinaryOperator
-
Applies the operator to the given pair of values
- apply(Object, Object, Logger) - Method in class org.apache.commons.el.DivideOperator
-
Applies the operator to the given value
- apply(Object, Object, Logger) - Method in class org.apache.commons.el.EqualityOperator
-
Applies the operator to the given value
- apply(Object, Object, Logger) - Method in class org.apache.commons.el.GreaterThanOperator
-
Applies the operator to the given value
- apply(Object, Object, Logger) - Method in class org.apache.commons.el.GreaterThanOrEqualsOperator
-
Applies the operator to the given value
- apply(Object, Object, Logger) - Method in class org.apache.commons.el.IntegerDivideOperator
-
Applies the operator to the given value
- apply(Object, Object, Logger) - Method in class org.apache.commons.el.LessThanOperator
-
Applies the operator to the given value
- apply(Object, Object, Logger) - Method in class org.apache.commons.el.LessThanOrEqualsOperator
-
Applies the operator to the given value
- apply(Object, Object, Logger) - Method in class org.apache.commons.el.ModulusOperator
-
Applies the operator to the given value
- apply(Object, Object, Logger) - Method in class org.apache.commons.el.OrOperator
-
Applies the operator to the given value
- apply(Object, Object, Logger) - Method in class org.apache.commons.el.RelationalOperator
-
Applies the operator to the given value
- apply(Object, Logger) - Method in class org.apache.commons.el.EmptyOperator
-
Applies the operator to the given value
- apply(Object, Logger) - Method in class org.apache.commons.el.NotOperator
-
Applies the operator to the given value
- apply(Object, Logger) - Method in class org.apache.commons.el.UnaryMinusOperator
-
Applies the operator to the given value
- apply(Object, 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
- 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
- applyArithmeticOperator(Object, Object, ArithmeticOperator, Logger) - 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, Logger) - 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, Logger) - Static method in class org.apache.commons.el.Coercions
-
Performs all of the necessary type conversions, then calls on the appropriate operator.
- arg - Variable in class org.apache.commons.el.parser.ELParser.JJCalls
- argumentList - Variable in class org.apache.commons.el.FunctionInvocation
- 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
- available - Variable in class org.apache.commons.el.parser.SimpleCharStream
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.
- BeanInfoManager(Class) - Constructor for class org.apache.commons.el.BeanInfoManager
-
Constructor
- 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
- 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
- bufcolumn - Variable in class org.apache.commons.el.parser.SimpleCharStream
- buffer - Variable in class org.apache.commons.el.parser.SimpleCharStream
- bufline - Variable in class org.apache.commons.el.parser.SimpleCharStream
- bufpos - Variable in class org.apache.commons.el.parser.SimpleCharStream
- bufsize - Variable in class org.apache.commons.el.parser.SimpleCharStream
- BYTE_LOWER_BOUND - Static variable in class org.apache.commons.el.PrimitiveObjects
- BYTE_UPPER_BOUND - Static variable in class org.apache.commons.el.PrimitiveObjects
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
- CHARACTER_LOWER_BOUND - Static variable in class org.apache.commons.el.PrimitiveObjects
- CHARACTER_UPPER_BOUND - Static variable in class org.apache.commons.el.PrimitiveObjects
- checkInitialized(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, Logger) - 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, Logger) - Static method in class org.apache.commons.el.Coercions
-
Coerces a value to a Boolean
- coerceToCharacter(Object, Logger) - Static method in class org.apache.commons.el.Coercions
-
Coerces a value to a Character
- coerceToInteger(Object, 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, 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
- coerceToPrimitiveNumber(Object, Class, Logger) - Static method in class org.apache.commons.el.Coercions
-
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, Logger) - 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
- column - Variable in class org.apache.commons.el.parser.SimpleCharStream
- 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
- convertStaticValueToExpectedType(String, Class, Logger) - Method in class org.apache.commons.el.ExpressionEvaluatorImpl
-
Converts the given String, specified as a static expression string, to the given expected type.
- convertToExpectedType(Object, Class, Logger) - Method in class org.apache.commons.el.ExpressionEvaluatorImpl
-
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 - Variable in class org.apache.commons.el.parser.ELParserTokenManager
- curLexState - Variable in class org.apache.commons.el.parser.ELParserTokenManager
- currentToken - Variable in exception class 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
- defaultLexState - Variable in class org.apache.commons.el.parser.ELParserTokenManager
- 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
- ELParser.JJCalls - Class in org.apache.commons.el.parser
- 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 class 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
- errorCode - Variable in exception class org.apache.commons.el.parser.TokenMgrError
-
Indicates the reason why the exception is thrown.
- evaluate(Object, VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.ArraySuffix
-
Evaluates the expression in the given context, operating on the given value.
- evaluate(Object, VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.ValueSuffix
-
Evaluates the expression in the given context, operating on the given value.
- evaluate(String, Class, VariableResolver, FunctionMapper) - Method in class org.apache.commons.el.ExpressionEvaluatorImpl
-
Evaluates the given expression String
- evaluate(String, Class, VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.ExpressionEvaluatorImpl
-
Evaluates the given expression string
- evaluate(VariableResolver) - Method in class org.apache.commons.el.ExpressionEvaluatorImpl.JSTLExpression
- evaluate(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.BinaryOperatorExpression
-
Evaluates to the literal value
- evaluate(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.ComplexValue
-
Evaluates by evaluating the prefix, then applying the suffixes
- evaluate(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.ConditionalExpression
-
Evaluates the conditional expression and returns the literal result
- evaluate(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.Expression
-
Evaluates the expression in the given context
- evaluate(VariableResolver, FunctionMapper, Logger) - 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, Logger) - Method in class org.apache.commons.el.FunctionInvocation
-
Evaluates by looking up the name in the VariableResolver
- evaluate(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.Literal
-
Evaluates to the literal value
- evaluate(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.NamedValue
-
Evaluates by looking up the name in the VariableResolver
- evaluate(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.UnaryOperatorExpression
-
Evaluates to the literal value
- evaluateIndex(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.ArraySuffix
-
Gets the value of the index
- evaluateIndex(VariableResolver, FunctionMapper, Logger) - Method in class org.apache.commons.el.PropertySuffix
-
Gets the value of the index
- evaluator - Variable in class org.apache.commons.el.ExpressionEvaluatorImpl.JSTLExpression
- 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
- ExpandBuff(boolean) - Method in class org.apache.commons.el.parser.SimpleCharStream
- expectedTokenSequences - Variable in exception class org.apache.commons.el.parser.ParseException
-
Each entry in this array is an array of integers.
- expectedType - Variable in class org.apache.commons.el.ExpressionEvaluatorImpl.JSTLExpression
- EXPONENT - Static variable in interface org.apache.commons.el.parser.ELParserConstants
- expression - Variable in class org.apache.commons.el.ExpressionEvaluatorImpl.JSTLExpression
- 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
- ExpressionEvaluatorImpl.JSTLExpression - Class in org.apache.commons.el
-
An object that encapsulates an expression to be evaluated by the JSTL evaluator.
- 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
- FillBuff() - Method in class org.apache.commons.el.parser.SimpleCharStream
- first - Variable in class org.apache.commons.el.parser.ELParser.JJCalls
- 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
- fMapper - Variable in class org.apache.commons.el.ExpressionEvaluatorImpl.JSTLExpression
- formatParseException(String, ParseException) - Static method in class org.apache.commons.el.ExpressionEvaluatorImpl
-
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 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
- functionName - Variable in class org.apache.commons.el.FunctionInvocation
G
- GE1 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
- GE2 - Static variable in interface org.apache.commons.el.parser.ELParserConstants
- gen - Variable 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(Logger) - Method in class org.apache.commons.el.BeanInfoManager
-
Returns the BeanInfo for the class
- getBeanInfoIndexedProperty(Class, String, Logger) - 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, Logger) - 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
- 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
-
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().
- 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
- getEventSet(String, Logger) - 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
- 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
- getIndexedProperty(String, Logger) - 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.
- getInteger(int) - Static method in class org.apache.commons.el.PrimitiveObjects
- getLine() - Method in class org.apache.commons.el.parser.SimpleCharStream
-
Deprecated.
- getLong(long) - Static method in class org.apache.commons.el.PrimitiveObjects
- getMessage() - Method in exception 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 exception 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.
- getProperty(String, Logger) - 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
- 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 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
- inBuf - Variable in class org.apache.commons.el.parser.SimpleCharStream
- initialize(Logger) - Method in class org.apache.commons.el.BeanInfoManager
-
Initializes by mapping property names to BeanInfoProperties
- input_stream - Variable in class org.apache.commons.el.parser.ELParserTokenManager
- inputStream - Variable in class org.apache.commons.el.parser.SimpleCharStream
- INTEGER_LITERAL - Static variable in interface org.apache.commons.el.parser.ELParserConstants
- INTEGER_LOWER_BOUND - Static variable in class org.apache.commons.el.PrimitiveObjects
- INTEGER_UPPER_BOUND - Static variable in class org.apache.commons.el.PrimitiveObjects
- 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
- INVALID_LEXICAL_STATE - Static variable in exception 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 - Variable 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 - Variable in class org.apache.commons.el.parser.ELParser
- jj_expentries - Variable in class org.apache.commons.el.parser.ELParser
- jj_expentry - Variable in class org.apache.commons.el.parser.ELParser
- jj_gc - Variable in class org.apache.commons.el.parser.ELParser
- jj_gen - Variable in class org.apache.commons.el.parser.ELParser
- jj_input_stream - Variable in class org.apache.commons.el.parser.ELParser
- jj_kind - Variable in class org.apache.commons.el.parser.ELParser
- jj_la - Variable in class org.apache.commons.el.parser.ELParser
- jj_la1 - Variable in class org.apache.commons.el.parser.ELParser
- jj_la1_0 - Variable in class org.apache.commons.el.parser.ELParser
- jj_la1_1 - Variable in class org.apache.commons.el.parser.ELParser
- jj_lastpos - Variable in class org.apache.commons.el.parser.ELParser
- jj_lasttokens - Variable in class org.apache.commons.el.parser.ELParser
- jj_nt - Variable in class org.apache.commons.el.parser.ELParser
- jj_ntk - Variable in class org.apache.commons.el.parser.ELParser
- jj_ntk() - Method in class org.apache.commons.el.parser.ELParser
- jj_rescan - Variable 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 - Variable in class org.apache.commons.el.parser.ELParser
- jj_semLA - Variable in class org.apache.commons.el.parser.ELParser
- jjAddStates(int, int) - Method in class org.apache.commons.el.parser.ELParserTokenManager
- jjbitVec0 - Static variable in class org.apache.commons.el.parser.ELParserTokenManager
- jjbitVec2 - Static variable in class org.apache.commons.el.parser.ELParserTokenManager
- jjbitVec3 - Static variable in class org.apache.commons.el.parser.ELParserTokenManager
- jjbitVec4 - Static variable in class org.apache.commons.el.parser.ELParserTokenManager
- jjbitVec5 - Static variable in class org.apache.commons.el.parser.ELParserTokenManager
- jjbitVec6 - Static variable in class org.apache.commons.el.parser.ELParserTokenManager
- jjbitVec7 - Static variable in class org.apache.commons.el.parser.ELParserTokenManager
- jjbitVec8 - Static variable in class org.apache.commons.el.parser.ELParserTokenManager
- JJCalls() - Constructor for 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 - Variable in class org.apache.commons.el.parser.ELParserTokenManager
- jjmatchedPos - Variable 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 variable in class org.apache.commons.el.parser.ELParserTokenManager
- jjnewStateCnt - Variable in class org.apache.commons.el.parser.ELParserTokenManager
- jjnextStates - Static variable in class org.apache.commons.el.parser.ELParserTokenManager
- jjround - Variable in class org.apache.commons.el.parser.ELParserTokenManager
- jjrounds - Variable 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 - Variable 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 variable in class org.apache.commons.el.parser.ELParserTokenManager
- jjtoSkip - Static variable in class org.apache.commons.el.parser.ELParserTokenManager
- jjtoToken - Static variable in class org.apache.commons.el.parser.ELParserTokenManager
- JSTLExpression(ExpressionEvaluatorImpl, String, Class, FunctionMapper) - Constructor for class org.apache.commons.el.ExpressionEvaluatorImpl.JSTLExpression
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
- LEXICAL_ERROR - Static variable in exception class org.apache.commons.el.parser.TokenMgrError
-
Lexical error occured.
- LexicalError(boolean, int, int, int, String, char) - Static method in exception 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 variable in class org.apache.commons.el.parser.ELParserTokenManager
- line - Variable in class org.apache.commons.el.parser.SimpleCharStream
- 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
- 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
- logError(String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.commons.el.Logger
-
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
- logError(String, Throwable, Object, Object, Object, Object, Object) - Method in class org.apache.commons.el.Logger
-
Logs an error
- logError(String, Throwable, Object, Object, Object, Object, Object, Object) - Method in class org.apache.commons.el.Logger
-
Logs an error
- logError(Throwable) - Method in class org.apache.commons.el.Logger
-
Logs an error
- Logger - Class in org.apache.commons.el
-
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
- logWarning(String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.commons.el.Logger
-
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
- logWarning(String, Throwable, Object, Object, Object, Object) - Method in class org.apache.commons.el.Logger
-
Logs a warning
- logWarning(String, Throwable, Object, Object, Object, Object, Object) - Method in class org.apache.commons.el.Logger
-
Logs a warning
- logWarning(String, Throwable, Object, Object, Object, Object, Object, Object) - Method in class org.apache.commons.el.Logger
-
Logs a warning
- logWarning(Throwable) - Method in class org.apache.commons.el.Logger
-
Logs a warning
- LONG_LOWER_BOUND - Static variable in class org.apache.commons.el.PrimitiveObjects
- LONG_UPPER_BOUND - Static variable in class org.apache.commons.el.PrimitiveObjects
- lookingAhead - Variable in class org.apache.commons.el.parser.ELParser
- LOOP_DETECTED - Static variable in exception class org.apache.commons.el.parser.TokenMgrError
-
Detected (and bailed out of) an infinite loop in the token manager.
- 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
- mApplication - Variable in class org.apache.commons.el.ImplicitObjects
- maxNextCharInd - Variable in class org.apache.commons.el.parser.SimpleCharStream
- mBeanClass - Variable in class org.apache.commons.el.BeanInfoManager
- mBeanInfo - Variable in class org.apache.commons.el.BeanInfoManager
- mBeanInfoManagerByClass - Static variable in class org.apache.commons.el.BeanInfoManager
- mBypassCache - Variable in class org.apache.commons.el.ExpressionEvaluatorImpl
-
Flag if the cache should be bypassed
- mBytes - Static variable in class org.apache.commons.el.PrimitiveObjects
- mCharacters - Static variable in class org.apache.commons.el.PrimitiveObjects
- mCondition - Variable in class org.apache.commons.el.ConditionalExpression
- mContext - Variable in class org.apache.commons.el.ImplicitObjects
- mCookie - Variable in class org.apache.commons.el.ImplicitObjects
- mCtx - Variable in class org.apache.commons.el.VariableResolverImpl
- mElements - Variable in class org.apache.commons.el.ExpressionString
- mEventSetByName - Variable in class org.apache.commons.el.BeanInfoManager
- mExpression - Variable in class org.apache.commons.el.BinaryOperatorExpression
- mExpression - Variable in class org.apache.commons.el.UnaryOperatorExpression
- mExpressions - Variable in class org.apache.commons.el.BinaryOperatorExpression
- mFalseBranch - Variable in class org.apache.commons.el.ConditionalExpression
- mHeader - Variable in class org.apache.commons.el.ImplicitObjects
- mHeaders - Variable in class org.apache.commons.el.ImplicitObjects
- mIndex - Variable in class org.apache.commons.el.ArraySuffix
- mIndexedPropertyByName - Variable in class org.apache.commons.el.BeanInfoManager
- mIndexedPropertyDescriptor - Variable in class org.apache.commons.el.BeanInfoIndexedProperty
- mInitialized - Variable in class org.apache.commons.el.BeanInfoManager
- mInitParam - Variable in class org.apache.commons.el.ImplicitObjects
- mIntegers - Static variable in class org.apache.commons.el.PrimitiveObjects
- 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
- mLongs - Static variable in class org.apache.commons.el.PrimitiveObjects
- mMap - Variable in class org.apache.commons.el.EnumeratedMap
- mName - Variable in class org.apache.commons.el.NamedValue
- mName - Variable in class org.apache.commons.el.PropertySuffix
- 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
- mOperator - Variable in class org.apache.commons.el.UnaryOperatorExpression
- mOperators - Variable in class org.apache.commons.el.BinaryOperatorExpression
- mOperators - Variable in class org.apache.commons.el.UnaryOperatorExpression
- mOut - Variable in class org.apache.commons.el.Logger
- mPage - Variable in class org.apache.commons.el.ImplicitObjects
- mParam - Variable in class org.apache.commons.el.ImplicitObjects
- mParams - Variable in class org.apache.commons.el.ImplicitObjects
- mPrefix - Variable in class org.apache.commons.el.ComplexValue
- mPropertyByName - Variable in class org.apache.commons.el.BeanInfoManager
- mPropertyDescriptor - Variable in class org.apache.commons.el.BeanInfoProperty
- mReadMethod - Variable in class org.apache.commons.el.BeanInfoIndexedProperty
- mReadMethod - Variable in class org.apache.commons.el.BeanInfoProperty
- mRequest - Variable in class org.apache.commons.el.ImplicitObjects
- mSession - Variable in class org.apache.commons.el.ImplicitObjects
- mShorts - Static variable in class org.apache.commons.el.PrimitiveObjects
- mSuffixes - Variable in class org.apache.commons.el.ComplexValue
- mTrueBranch - Variable in class org.apache.commons.el.ConditionalExpression
- 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
- mValue - Variable in class org.apache.commons.el.Literal
- mWriteMethod - Variable in class org.apache.commons.el.BeanInfoIndexedProperty
- mWriteMethod - Variable in class org.apache.commons.el.BeanInfoProperty
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.ELParser.JJCalls
- 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 Class in org.apache.commons.el.parser
-
This exception is thrown when parse errors are encountered.
- ParseException() - Constructor for exception class 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 class org.apache.commons.el.parser.ParseException
- ParseException(Token, int[][], String[]) - Constructor for exception class org.apache.commons.el.parser.ParseException
-
This constructor is used by the method "generateParseException" in the generated parser.
- 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
- prevCharIsCR - Variable in class org.apache.commons.el.parser.SimpleCharStream
- prevCharIsLF - Variable in class org.apache.commons.el.parser.SimpleCharStream
- PrimitiveObjects - Class in org.apache.commons.el
-
This converts primitive values to their Object counterparts.
- PrimitiveObjects() - Constructor for class org.apache.commons.el.PrimitiveObjects
- PROPERTY_EDITOR_ERROR - Static variable in class org.apache.commons.el.Constants
- 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
- PropertySuffix() - Method in class org.apache.commons.el.parser.ELParser
- 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(InputStream) - Method in class org.apache.commons.el.parser.SimpleCharStream
- ReInit(InputStream, int, int) - Method in class org.apache.commons.el.parser.SimpleCharStream
- ReInit(InputStream, int, int, int) - Method in class org.apache.commons.el.parser.SimpleCharStream
- ReInit(Reader) - Method in class org.apache.commons.el.parser.ELParser
- ReInit(Reader) - Method in class org.apache.commons.el.parser.SimpleCharStream
- ReInit(Reader, int, int) - Method in class org.apache.commons.el.parser.SimpleCharStream
- ReInit(Reader, int, int, int) - Method in class org.apache.commons.el.parser.SimpleCharStream
- 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
- ReInitRounds() - Method in class org.apache.commons.el.parser.ELParserTokenManager
- 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
- 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
- sAttributeName - Static variable in class org.apache.commons.el.ImplicitObjects
- sCachedExpectedTypes - Static variable in class org.apache.commons.el.ExpressionEvaluatorImpl
-
The mapping from ExpectedType to Maps mapping literal String to parsed value
- sCachedExpressionStrings - Static variable 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
- 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
- SHORT_LOWER_BOUND - Static variable in class org.apache.commons.el.PrimitiveObjects
- SHORT_UPPER_BOUND - Static variable 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 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(InputStream) - Constructor for class org.apache.commons.el.parser.SimpleCharStream
- SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.commons.el.parser.SimpleCharStream
- SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.commons.el.parser.SimpleCharStream
- SimpleCharStream(Reader) - Constructor for class org.apache.commons.el.parser.SimpleCharStream
- SimpleCharStream(Reader, int, int) - Constructor for class org.apache.commons.el.parser.SimpleCharStream
- SimpleCharStream(Reader, int, int, int) - 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
- sLogger - Static variable in class org.apache.commons.el.ExpressionEvaluatorImpl
-
The static Logger
- sNoArgs - Static variable in class org.apache.commons.el.ArraySuffix
- specialConstructor - Variable in exception 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 - 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.
- sResources - Static variable in class org.apache.commons.el.Constants
- START_EXPRESSION - Static variable in interface org.apache.commons.el.parser.ELParserConstants
- STATIC_LEXER_ERROR - Static variable in exception class org.apache.commons.el.parser.TokenMgrError
-
An attempt wass made to create a second instance of a static token manager.
- 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 - Class in org.apache.commons.el
-
An expression representing a String literal value.
- StringLiteral(Object) - Constructor for class org.apache.commons.el.StringLiteral
-
Constructor
- StringLiteral() - Method in class org.apache.commons.el.parser.ELParser
- 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
- tokenBegin - Variable in class org.apache.commons.el.parser.SimpleCharStream
- tokenImage - Static variable in interface org.apache.commons.el.parser.ELParserConstants
- tokenImage - Variable in exception 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 - Exception Class in org.apache.commons.el.parser
- TokenMgrError() - Constructor for exception class org.apache.commons.el.parser.TokenMgrError
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for exception class org.apache.commons.el.parser.TokenMgrError
- TokenMgrError(String, int) - Constructor for exception class 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
- 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 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
- ValueSuffix() - Method in class org.apache.commons.el.parser.ELParser
- 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
Z
A B C D E F G I J K L M N O P Q R S T U V ZAll Classes and Interfaces|All Packages|Constant Field Values|Serialized Form