- ELArithmetic - Class in org.zkoss.zel.impl.lang
-
A helper class of Arithmetic defined by the EL Specification
- ELArithmetic() - Constructor for class org.zkoss.zel.impl.lang.ELArithmetic
-
- ELArithmetic.BigDecimalDelegate - Class in org.zkoss.zel.impl.lang
-
- ELArithmetic.BigDecimalDelegate() - Constructor for class org.zkoss.zel.impl.lang.ELArithmetic.BigDecimalDelegate
-
- ELArithmetic.BigIntegerDelegate - Class in org.zkoss.zel.impl.lang
-
- ELArithmetic.BigIntegerDelegate() - Constructor for class org.zkoss.zel.impl.lang.ELArithmetic.BigIntegerDelegate
-
- ELArithmetic.DoubleDelegate - Class in org.zkoss.zel.impl.lang
-
- ELArithmetic.DoubleDelegate() - Constructor for class org.zkoss.zel.impl.lang.ELArithmetic.DoubleDelegate
-
- ELArithmetic.LongDelegate - Class in org.zkoss.zel.impl.lang
-
- ELArithmetic.LongDelegate() - Constructor for class org.zkoss.zel.impl.lang.ELArithmetic.LongDelegate
-
- ELContext - Class in org.zkoss.zel
-
- ELContext() - Constructor for class org.zkoss.zel.ELContext
-
- ELContextEvent - Class in org.zkoss.zel
-
- ELContextEvent(ELContext) - Constructor for class org.zkoss.zel.ELContextEvent
-
- ELContextListener - Interface in org.zkoss.zel
-
- ELException - Exception in org.zkoss.zel
-
Represents any of the exception conditions that can arise during expression
evaluation.
- ELException() - Constructor for exception org.zkoss.zel.ELException
-
Creates an ELException with no detail message
- ELException(String) - Constructor for exception org.zkoss.zel.ELException
-
Creates an ELException with the provided detail message.
- ELException(String, Throwable) - Constructor for exception org.zkoss.zel.ELException
-
Creates an ELException with the given detail message and root cause.
- ELException(Throwable) - Constructor for exception org.zkoss.zel.ELException
-
Creates an ELException with the given cause
- ELParser - Class in org.zkoss.zel.impl.parser
-
- ELParser(InputStream) - Constructor for class org.zkoss.zel.impl.parser.ELParser
-
Constructor with InputStream.
- ELParser(InputStream, String) - Constructor for class org.zkoss.zel.impl.parser.ELParser
-
Constructor with InputStream and supplied encoding
- ELParser(Reader) - Constructor for class org.zkoss.zel.impl.parser.ELParser
-
Constructor.
- ELParser(ELParserTokenManager) - Constructor for class org.zkoss.zel.impl.parser.ELParser
-
Constructor with generated Token Manager.
- ELParserConstants - Interface in org.zkoss.zel.impl.parser
-
Token literal values and constants.
- ELParserTokenManager - Class in org.zkoss.zel.impl.parser
-
Token Manager.
- ELParserTokenManager(SimpleCharStream) - Constructor for class org.zkoss.zel.impl.parser.ELParserTokenManager
-
Constructor.
- ELParserTokenManager(SimpleCharStream, int) - Constructor for class org.zkoss.zel.impl.parser.ELParserTokenManager
-
Constructor.
- ELParserTreeConstants - Interface in org.zkoss.zel.impl.parser
-
- ELResolver - Class in org.zkoss.zel
-
- ELResolver() - Constructor for class org.zkoss.zel.ELResolver
-
- ELSupport - Class in org.zkoss.zel.impl.lang
-
A helper class that implements the EL Specification
- ELSupport() - Constructor for class org.zkoss.zel.impl.lang.ELSupport
-
- EMPTY - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- enable_tracing() - Method in class org.zkoss.zel.impl.parser.ELParser
-
Enable tracing.
- END_EXPRESSION - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- endColumn - Variable in class org.zkoss.zel.impl.parser.Token
-
The column number of the last character of this Token.
- endLine - Variable in class org.zkoss.zel.impl.parser.Token
-
The line number of the last character of this Token.
- EOF - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
End of File.
- eol - Variable in exception org.zkoss.zel.impl.parser.ParseException
-
The end of line string for this machine.
- EQ0 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- EQ1 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- Equality() - Method in class org.zkoss.zel.impl.parser.ELParser
-
- equals(Object) - Method in class org.zkoss.zel.Expression
-
- equals(Object, Object) - Static method in class org.zkoss.zel.impl.lang.ELSupport
-
Compare two objects for equality, after coercing to the same type if appropriate.
- equals(Object) - Method in class org.zkoss.zel.impl.lang.FunctionMapperImpl.Function
-
- equals(Object) - Method in class org.zkoss.zel.impl.MethodExpressionImpl
-
Determines whether the specified object is equal to this
Expression.
- equals(Object) - Method in class org.zkoss.zel.impl.MethodExpressionLiteral
-
- equals(Object) - Method in class org.zkoss.zel.impl.parser.SimpleNode
-
- equals(Object) - Method in class org.zkoss.zel.impl.ValueExpressionImpl
-
- equals(Object) - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
-
- equals(ValueExpressionLiteral) - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
-
- EvaluationContext - Class in org.zkoss.zel.impl.lang
-
- EvaluationContext(ELContext, FunctionMapper, VariableMapper) - Constructor for class org.zkoss.zel.impl.lang.EvaluationContext
-
- ExpandBuff(boolean) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
- expectedTokenSequences - Variable in exception org.zkoss.zel.impl.parser.ParseException
-
Each entry in this array is an array of integers.
- EXPONENT - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- Expression - Class in org.zkoss.zel
-
- Expression() - Constructor for class org.zkoss.zel.Expression
-
- Expression() - Method in class org.zkoss.zel.impl.parser.ELParser
-
- ExpressionBuilder - Class in org.zkoss.zel.impl.lang
-
- ExpressionBuilder(String, ELContext) - Constructor for class org.zkoss.zel.impl.lang.ExpressionBuilder
-
- ExpressionFactory - Class in org.zkoss.zel
-
- ExpressionFactory() - Constructor for class org.zkoss.zel.ExpressionFactory
-
- ExpressionFactoryImpl - Class in org.zkoss.zel.impl
-
- ExpressionFactoryImpl() - Constructor for class org.zkoss.zel.impl.ExpressionFactoryImpl
-