- Cache<K,V> - Interface in org.zkoss.zel.impl.util
-
Represents a cache.
- CacheMap<K,V> - Class in org.zkoss.zel.impl.util
-
The cache map.
- CacheMap(int, int) - Constructor for class org.zkoss.zel.impl.util.CacheMap
-
Constructs a cache map with the specified max size and lifetime.
- CacheMap() - Constructor for class org.zkoss.zel.impl.util.CacheMap
-
Constructs a cache map.
- CacheMap(int) - Constructor for class org.zkoss.zel.impl.util.CacheMap
-
Constructs a cache map.
- CacheMap(int, float) - Constructor for class org.zkoss.zel.impl.util.CacheMap
-
Constructs a cache map.
- CacheMap(boolean) - Constructor for class org.zkoss.zel.impl.util.CacheMap
-
Constructs a cache map.
- CacheMap(int, int, boolean) - Constructor for class org.zkoss.zel.impl.util.CacheMap
-
Constructs a cache map with the specified max size and lifetime.
- CacheMap(int, float, boolean) - Constructor for class org.zkoss.zel.impl.util.CacheMap
-
Constructs a cache map.
- CacheMap.Value<V> - Class in org.zkoss.zel.impl.util
-
The class to hold key/value.
- canExpunge(int, CacheMap.Value<V>) - Method in class org.zkoss.zel.impl.util.CacheMap
-
Tests whether certain value is OK to expunge.
- children - Variable in class org.zkoss.zel.impl.parser.SimpleNode
-
- Choice() - Method in class org.zkoss.zel.impl.parser.ELParser
-
- Classes - Class in org.zkoss.zel.impl.util
-
Utilities to handle java.lang.Class
,copied from org.zkoss.lang by dennis
- Classes() - Constructor for class org.zkoss.zel.impl.util.Classes
-
- Classes.MethodInfo - Class in org.zkoss.zel.impl.util
-
The method info class used for parseMethod(String signature).
- Classes.MethodInfo(String, String, String[], String[], String) - Constructor for class org.zkoss.zel.impl.util.Classes.MethodInfo
-
- clear() - Method in interface org.zkoss.zel.impl.util.Cache
-
Clears all objects being cached.
- clear() - Method in class org.zkoss.zel.impl.util.CacheMap
-
- clear() - Method in class org.zkoss.zel.impl.util.FastReadCache
-
- clearNodeScope(Node) - Method in class org.zkoss.zel.impl.parser.JJTELParserState
-
- clone(Object) - Static method in class org.zkoss.zel.impl.util.ArraysX
-
- clone() - Method in class org.zkoss.zel.impl.util.CacheMap
-
- clone() - Method in class org.zkoss.zel.impl.util.CacheMap.Value
-
- closeNodeScope(Node, int) - Method in class org.zkoss.zel.impl.parser.JJTELParserState
-
- closeNodeScope(Node, boolean) - Method in class org.zkoss.zel.impl.parser.JJTELParserState
-
- coerce(Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigDecimalDelegate
-
- coerce(String) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigDecimalDelegate
-
- coerce(Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigIntegerDelegate
-
- coerce(String) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.BigIntegerDelegate
-
- coerce(Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic
-
- coerce(Object) - Method in class org.zkoss.zel.impl.lang.ELArithmetic
-
- coerce(String) - Method in class org.zkoss.zel.impl.lang.ELArithmetic
-
- coerce(Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.DoubleDelegate
-
- coerce(String) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.DoubleDelegate
-
- coerce(Number) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.LongDelegate
-
- coerce(String) - Method in class org.zkoss.zel.impl.lang.ELArithmetic.LongDelegate
-
- COERCE_NULL_TO_NULL - Static variable in class org.zkoss.zel.impl.lang.ELSupport
-
EL 2.2 by spec.
- coerceToBoolean(Object) - Static method in class org.zkoss.zel.impl.lang.ELSupport
-
Convert an object to Boolean.
- coerceToCharacter(Object) - Static method in class org.zkoss.zel.impl.lang.ELSupport
-
- coerceToDateTime(Object, Class) - Static method in class org.zkoss.zel.impl.lang.ELSupport
-
Coerce an object to an instance of java.util.Date
- coerceToEnum(Object, Class) - Static method in class org.zkoss.zel.impl.lang.ELSupport
-
- coerceToNumber(Number, Class<?>) - Static method in class org.zkoss.zel.impl.lang.ELSupport
-
- coerceToNumber(Object, Class<?>) - Static method in class org.zkoss.zel.impl.lang.ELSupport
-
- coerceToNumber(String, Class<?>) - Static method in class org.zkoss.zel.impl.lang.ELSupport
-
- coerceToString(Object) - Static method in class org.zkoss.zel.impl.lang.ELSupport
-
Coerce an object to a string
- coerceToType(Object, Class<?>) - Method in class org.zkoss.zel.ExpressionFactory
-
- coerceToType(Object, Class<?>) - Method in class org.zkoss.zel.impl.ExpressionFactoryImpl
-
- coerceToType(Object, Class<?>) - Static method in class org.zkoss.zel.impl.lang.ELSupport
-
- coerceToTypeForSetValue(Object, Class<?>) - Static method in class org.zkoss.zel.impl.lang.ELSupport
-
- COLON - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- column - Variable in class org.zkoss.zel.impl.parser.SimpleCharStream
-
- COMMA - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- compare(Object, Object) - Static method in class org.zkoss.zel.impl.lang.ELSupport
-
Compare two objects, after coercing to the same type if appropriate.
- Compare() - Method in class org.zkoss.zel.impl.parser.ELParser
-
- CompositeELResolver - Class in org.zkoss.zel
-
- CompositeELResolver() - Constructor for class org.zkoss.zel.CompositeELResolver
-
- CompositeExpression() - Method in class org.zkoss.zel.impl.parser.ELParser
-
- concat(Object, Object) - Static method in class org.zkoss.zel.impl.util.ArraysX
-
Concatenates the two specified array.
- concat(T[], T[]) - Static method in class org.zkoss.zel.impl.util.ArraysX
-
Concatenates the two specified generic array.
- ConcurrentCache<K,V> - Class in org.zkoss.zel.impl.util
-
- ConcurrentCache(int) - Constructor for class org.zkoss.zel.impl.util.ConcurrentCache
-
- containsKey(Object) - Method in interface org.zkoss.zel.impl.util.Cache
-
Returns whether the specified key is stored.
- containsKey(Object) - Method in class org.zkoss.zel.impl.util.CacheMap
-
- containsKey(Object) - Method in class org.zkoss.zel.impl.util.FastReadCache
-
- containsKeyWithoutExpunge(Object) - Method in class org.zkoss.zel.impl.util.CacheMap
-
Tests if the given key exists without trying to expunge for more
memory.
- containsMethod(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.zel.impl.util.Classes
-
Tests whether a class contains the specified method.
- containsValue(Object) - Method in class org.zkoss.zel.impl.util.CacheMap
-
- contextCreated(ELContextEvent) - Method in interface org.zkoss.zel.ELContextListener
-
- correctFieldName(String) - Static method in class org.zkoss.zel.impl.util.Classes
-
Corrects a string to a valid Java name.
- create() - Method in class org.zkoss.zel.impl.lang.FunctionMapperFactory
-
- create() - Method in class org.zkoss.zel.impl.lang.VariableMapperFactory
-
- createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class org.zkoss.zel.ExpressionFactory
-
- createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class org.zkoss.zel.impl.ExpressionFactoryImpl
-
- createMethodExpression(Class<?>, Class<?>[]) - Method in class org.zkoss.zel.impl.lang.ExpressionBuilder
-
- createNode(String) - Static method in class org.zkoss.zel.impl.lang.ExpressionBuilder
-
- createValueExpression(ELContext, String, Class<?>) - Method in class org.zkoss.zel.ExpressionFactory
-
- createValueExpression(Object, Class<?>) - Method in class org.zkoss.zel.ExpressionFactory
-
- createValueExpression(ELContext, String, Class<?>) - Method in class org.zkoss.zel.impl.ExpressionFactoryImpl
-
- createValueExpression(Object, Class<?>) - Method in class org.zkoss.zel.impl.ExpressionFactoryImpl
-
- createValueExpression(Class<?>) - Method in class org.zkoss.zel.impl.lang.ExpressionBuilder
-
- curChar - Variable in class org.zkoss.zel.impl.parser.ELParserTokenManager
-
- currentToken - Variable in exception org.zkoss.zel.impl.parser.ParseException
-
This is the last token that has been consumed successfully.
- 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.
- entrySet() - Method in class org.zkoss.zel.impl.util.CacheMap
-
- 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.util.CacheMap
-
- equals(Object, Object) - Static method in class org.zkoss.zel.impl.util.Objects
-
Tests whether two objects are equals.
- 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
-
- existsByThread(String) - Static method in class org.zkoss.zel.impl.util.Classes
-
Returns whether the specified class exists for the current thread's
context class loader.
- 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
-
- expunge() - Method in class org.zkoss.zel.impl.util.CacheMap
-
Enforces to expunge items that exceeds the maximal allowed number
or lifetime.
- EXPUNGE_CONTINUE - Static variable in class org.zkoss.zel.impl.util.CacheMap
-
- EXPUNGE_NO - Static variable in class org.zkoss.zel.impl.util.CacheMap
-
- EXPUNGE_STOP - Static variable in class org.zkoss.zel.impl.util.CacheMap
-
- EXPUNGE_YES - Static variable in class org.zkoss.zel.impl.util.CacheMap
-
- GE0 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- GE1 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- generateParseException() - Method in class org.zkoss.zel.impl.parser.ELParser
-
Generate ParseException.
- get(Object) - Method in interface org.zkoss.zel.impl.util.Cache
-
Returns the object of the specified key, or null if not found.
- get(Object) - Method in class org.zkoss.zel.impl.util.CacheMap
-
- get(K) - Method in class org.zkoss.zel.impl.util.ConcurrentCache
-
- get(Object) - Method in class org.zkoss.zel.impl.util.FastReadCache
-
- get(String) - Static method in class org.zkoss.zel.impl.util.MessageFactory
-
- get(String, Object...) - Static method in class org.zkoss.zel.impl.util.MessageFactory
-
- getAccessibleObject(Class<?>, String, Class<?>[], int) - Static method in class org.zkoss.zel.impl.util.Classes
-
Gets the specified accessible object, either a method or a field, by
searching the specified name.
- getAccessTime() - Method in class org.zkoss.zel.impl.util.CacheMap.Value
-
Returns the last access time.
- getAllInterfaces(Class<?>) - Static method in class org.zkoss.zel.impl.util.Classes
-
Returns all interfaces that are implemented by the specified class.
- getAnyField(Class<?>, String) - Static method in class org.zkoss.zel.impl.util.Classes
-
Gets the specified field by searching all fields including
any access control and any base class.
- getAnyMethod(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.zel.impl.util.Classes
-
Gets the specified method by searching all methods including
any access control and any base class.
- getBase() - Method in class org.zkoss.zel.ValueReference
-
- getBeanProperty(String) - Method in class org.zkoss.zel.BeanELResolver.BeanProperties
-
- getBeginColumn() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Get token beginning column number.
- getBeginLine() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Get token beginning line number.
- getCloseMethod(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.zel.impl.util.Classes
-
Gets one of the close methods -- a close method is a method
with the same name and the compatible argument type.
- getCloseMethodBySubclass(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.zel.impl.util.Classes
-
- getCloseMethods(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.zel.impl.util.Classes
-
Returns all close methods that match the specified condition, or
a zero-length array if none is found.
- getCloseMethodsBySubclass(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.zel.impl.util.Classes
-
- getColumn() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Deprecated.
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.ArrayELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.BeanELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.CompositeELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.ELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.ListELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.MapELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.zel.ResourceBundleELResolver
-
- getContext(Class) - Method in class org.zkoss.zel.ELContext
-
- getContext(Class) - Method in class org.zkoss.zel.impl.lang.EvaluationContext
-
- getDefaultValue(Class) - Static method in class org.zkoss.zel.impl.util.Primitives
-
Returns the default value of a primitive class,
or null if it is not a primitive class.
- getELContext() - Method in class org.zkoss.zel.ELContextEvent
-
- getELContext() - Method in class org.zkoss.zel.impl.lang.EvaluationContext
-
- getELResolver() - Method in class org.zkoss.zel.ELContext
-
- getELResolver() - Method in class org.zkoss.zel.impl.lang.EvaluationContext
-
- getEndColumn() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Get token end column number.
- getEndLine() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Get token end line number.
- getExpectedType() - Method in class org.zkoss.zel.impl.ValueExpressionImpl
-
- getExpectedType() - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
-
- getExpectedType() - Method in class org.zkoss.zel.ValueExpression
-
- getExpressionString() - Method in class org.zkoss.zel.Expression
-
- getExpressionString() - Method in class org.zkoss.zel.impl.MethodExpressionImpl
-
Returns the original String used to create this Expression,
unmodified.
- getExpressionString() - Method in class org.zkoss.zel.impl.MethodExpressionLiteral
-
- getExpressionString() - Method in class org.zkoss.zel.impl.ValueExpressionImpl
-
Returns the type the result of the expression will be coerced to after
evaluation.
- getExpressionString() - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.ArrayELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.BeanELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.CompositeELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.ELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.ListELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.MapELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.zel.ResourceBundleELResolver
-
- getFloatingPoint() - Method in class org.zkoss.zel.impl.parser.AstFloatingPoint
-
- getFunctionMapper() - Method in class org.zkoss.zel.ELContext
-
- getFunctionMapper() - Method in class org.zkoss.zel.impl.lang.EvaluationContext
-
- getImage() - Method in interface org.zkoss.zel.impl.parser.Node
-
- GetImage() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Get token literal value.
- getImage() - Method in class org.zkoss.zel.impl.parser.SimpleNode
-
- getInteger() - Method in class org.zkoss.zel.impl.parser.AstInteger
-
- getLifetime() - Method in interface org.zkoss.zel.impl.util.Cache
-
Returns the minimal lifetime, unit=milliseconds.
- getLifetime() - Method in class org.zkoss.zel.impl.util.CacheMap
-
Gets the minimal lifetime, unit=milliseconds.
- getLifetime() - Method in class org.zkoss.zel.impl.util.FastReadCache
-
- getLine() - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Deprecated.
- getLocale() - Method in class org.zkoss.zel.ELContext
-
- getLocale() - Method in class org.zkoss.zel.impl.lang.EvaluationContext
-
- getLocalName() - Method in class org.zkoss.zel.impl.parser.AstFunction
-
- getMaxSize() - Method in interface org.zkoss.zel.impl.util.Cache
-
Returns the maximal allowed size.
- getMaxSize() - Method in class org.zkoss.zel.impl.util.CacheMap
-
Gets the maximal allowed size.
- getMaxSize() - Method in class org.zkoss.zel.impl.util.FastReadCache
-
- getMessage() - Method in error org.zkoss.zel.impl.parser.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMethod() - Method in class org.zkoss.zel.impl.lang.FunctionMapperImpl.Function
-
- getMethod(Object, Object, Class<?>[]) - Static method in class org.zkoss.zel.impl.util.ReflectionUtil
-
Returns a method based on the criteria
- getMethodByObject(Class<?>, String, Object[]) - Static method in class org.zkoss.zel.impl.util.Classes
-
Gets one of the close method by specifying the arguments, rather
than the argument types.
- getMethodInfo(ELContext) - Method in class org.zkoss.zel.impl.MethodExpressionImpl
-
Evaluates the expression relative to the provided context, and returns
information about the actual referenced method.
- getMethodInfo(ELContext) - Method in class org.zkoss.zel.impl.MethodExpressionLiteral
-
- getMethodInfo(EvaluationContext, Class<?>[]) - Method in class org.zkoss.zel.impl.parser.AstIdentifier
-
- getMethodInfo(EvaluationContext, Class[]) - Method in class org.zkoss.zel.impl.parser.AstValue
-
- getMethodInfo(EvaluationContext, Class<?>[]) - Method in interface org.zkoss.zel.impl.parser.Node
-
- getMethodInfo(EvaluationContext, Class<?>[]) - Method in class org.zkoss.zel.impl.parser.SimpleNode
-
- getMethodInfo(ELContext) - Method in class org.zkoss.zel.MethodExpression
-
- getMethodInPublic(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.zel.impl.util.Classes
-
Gets the method that is declared in a public class/interface.
- getName() - Method in class org.zkoss.zel.MethodInfo
-
- getNextToken() - Method in class org.zkoss.zel.impl.parser.ELParser
-
Get the next Token.
- getNextToken() - Method in class org.zkoss.zel.impl.parser.ELParserTokenManager
-
Get the next Token.
- getNotation(String) - Static method in class org.zkoss.zel.impl.util.Primitives
-
Returns the notation of a primitive class,
or ((char)0) if it is not a primitive class.
- getOutputName() - Method in class org.zkoss.zel.impl.parser.AstFunction
-
- getParameters(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstMethodParameters
-
- getParameterTypes(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstMethodParameters
-
- getParamTypes() - Method in class org.zkoss.zel.MethodInfo
-
- getPrefix() - Method in class org.zkoss.zel.impl.parser.AstFunction
-
- getProperty() - Method in class org.zkoss.zel.ValueReference
-
- getPropertyType() - Method in class org.zkoss.zel.BeanELResolver.BeanProperty
-
- getReadMethod() - Method in class org.zkoss.zel.BeanELResolver.BeanProperty
-
- getReturnType() - Method in class org.zkoss.zel.MethodInfo
-
- getString() - Method in class org.zkoss.zel.impl.parser.AstString
-
- GetSuffix(int) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
Get the suffix.
- getSuperClasses(Class<?>, Class<?>[]) - Static method in class org.zkoss.zel.impl.util.Classes
-
Searches thru each element of the specified array of classes, and
returns classes that are super-classes (or equal) of
the specified class.
- getTabSize(int) - Method in class org.zkoss.zel.impl.parser.SimpleCharStream
-
- getToken(int) - Method in class org.zkoss.zel.impl.parser.ELParser
-
Get the specific Token.
- getTopmostInterface(Class<?>, Class<?>) - Static method in class org.zkoss.zel.impl.util.Classes
-
Gets the topmost interface of the specified class or interface that
implements or extends the specified interface.
- getType(ELContext, Object, Object) - Method in class org.zkoss.zel.ArrayELResolver
-
- getType(ELContext, Object, Object) - Method in class org.zkoss.zel.BeanELResolver
-
- getType(ELContext, Object, Object) - Method in class org.zkoss.zel.CompositeELResolver
-
- getType(ELContext, Object, Object) - Method in class org.zkoss.zel.ELResolver
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.ArithmeticNode
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstChoice
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstCompositeExpression
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstDeferredExpression
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstDynamicExpression
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstEmpty
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstFloatingPoint
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstFunction
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstIdentifier
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstInteger
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstLiteralExpression
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstNegative
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstNot
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstNull
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstString
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstValue
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.BooleanNode
-
- getType(EvaluationContext) - Method in interface org.zkoss.zel.impl.parser.Node
-
- getType(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.SimpleNode
-
- getType(ELContext) - Method in class org.zkoss.zel.impl.ValueExpressionImpl
-
- getType(ELContext) - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
-
- getType(ELContext, Object, Object) - Method in class org.zkoss.zel.ListELResolver
-
- getType(ELContext, Object, Object) - Method in class org.zkoss.zel.MapELResolver
-
- getType(ELContext, Object, Object) - Method in class org.zkoss.zel.ResourceBundleELResolver
-
- getType(ELContext) - Method in class org.zkoss.zel.ValueExpression
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.ArrayELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.BeanELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.CompositeELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.ELResolver
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstAnd
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstBracketSuffix
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstChoice
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstCompositeExpression
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstDeferredExpression
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstDiv
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstDotSuffix
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstDynamicExpression
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstEmpty
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstEqual
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstFalse
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstFloatingPoint
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstFunction
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstGreaterThan
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstGreaterThanEqual
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstIdentifier
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstInteger
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstLessThan
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstLessThanEqual
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstLiteralExpression
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstMinus
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstMod
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstMult
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstNegative
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstNot
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstNotEqual
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstNull
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstOr
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstPlus
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstString
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstTrue
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstValue
-
- getValue(EvaluationContext) - Method in interface org.zkoss.zel.impl.parser.Node
-
- getValue(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.SimpleNode
-
- getValue() - Method in class org.zkoss.zel.impl.parser.Token
-
An optional attribute value of the Token.
- getValue() - Method in class org.zkoss.zel.impl.util.CacheMap.Value
-
Returns the value.
- getValue(ELContext) - Method in class org.zkoss.zel.impl.ValueExpressionImpl
-
- getValue(ELContext) - Method in class org.zkoss.zel.impl.ValueExpressionLiteral
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.ListELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.MapELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.zkoss.zel.ResourceBundleELResolver
-
- getValue(ELContext) - Method in class org.zkoss.zel.ValueExpression
-
- getValueReference(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.AstValue
-
- getValueReference(EvaluationContext) - Method in interface org.zkoss.zel.impl.parser.Node
-
- getValueReference(EvaluationContext) - Method in class org.zkoss.zel.impl.parser.SimpleNode
-
- getValueReference(ELContext) - Method in class org.zkoss.zel.impl.ValueExpressionImpl
-
- getValueReference(ELContext) - Method in class org.zkoss.zel.ValueExpression
-
- getVariableMapper() - Method in class org.zkoss.zel.ELContext
-
- getVariableMapper() - Method in class org.zkoss.zel.impl.lang.EvaluationContext
-
- getWithoutExpunge(Object) - Method in class org.zkoss.zel.impl.util.CacheMap
-
Returns the value without trying to expunge for more
memory.
- getWriteMethod() - Method in class org.zkoss.zel.BeanELResolver.BeanProperty
-
- GT0 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- GT1 - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- tabSize - Variable in class org.zkoss.zel.impl.parser.SimpleCharStream
-
- target - Variable in class org.zkoss.zel.impl.lang.FunctionMapperFactory
-
- throwsEx - Variable in class org.zkoss.zel.impl.util.Classes.MethodInfo
-
- toAttributeName(String) - Static method in class org.zkoss.zel.impl.util.Classes
-
Converts a method name to an attribute name by removing the prefix
is, get or set, or null if it doesn't start with is, get or set.
- toByteArray(int) - Static method in class org.zkoss.zel.impl.util.Objects
-
Converts an integer to a big-endian byte array.
- toByteArray(long) - Static method in class org.zkoss.zel.impl.util.Objects
-
Converts a long to a big-endian byte array.
- toByteArray(short) - Static method in class org.zkoss.zel.impl.util.Objects
-
Converts a short to a big-endian byte array.
- toByteArray(byte) - Static method in class org.zkoss.zel.impl.util.Objects
-
Converts a byte to a big-endian byte array.
- toCharArray(Object) - Static method in class org.zkoss.zel.impl.util.Objects
-
Converts any object to a character array.
- toClass(String) - Static method in class org.zkoss.zel.impl.util.Primitives
-
Converts a primitive from name to the class,
or null if it is not a primitive class.
- toHexString(byte[]) - Static method in class org.zkoss.zel.impl.util.ArraysX
-
Returns the hex String representation of a byte array without prefix 0x.
- toInternalForm(String) - Static method in class org.zkoss.zel.impl.util.Classes
-
Change class name to internal form (e.g.
- token - Variable in class org.zkoss.zel.impl.parser.ELParser
-
Current token.
- Token - Class in org.zkoss.zel.impl.parser
-
Describes the input token stream.
- Token() - Constructor for class org.zkoss.zel.impl.parser.Token
-
No-argument constructor
- Token(int) - Constructor for class org.zkoss.zel.impl.parser.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class org.zkoss.zel.impl.parser.Token
-
Constructs a new token for the specified Image and Kind.
- token_source - Variable in class org.zkoss.zel.impl.parser.ELParser
-
Generated Token Manager.
- tokenImage - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
Literal token values.
- tokenImage - Variable in exception org.zkoss.zel.impl.parser.ParseException
-
This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred.
- TokenMgrError - Error in org.zkoss.zel.impl.parser
-
Token Manager Error.
- TokenMgrError() - Constructor for error org.zkoss.zel.impl.parser.TokenMgrError
-
No arg constructor.
- TokenMgrError(String, int) - Constructor for error org.zkoss.zel.impl.parser.TokenMgrError
-
Constructor with message and reason.
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.zkoss.zel.impl.parser.TokenMgrError
-
Full Constructor.
- toMethodName(String, String) - Static method in class org.zkoss.zel.impl.util.Classes
-
Convert an attribute name, returned by toAttributeName, to
a method name.
- toOctalString(byte[], String) - Static method in class org.zkoss.zel.impl.util.ArraysX
-
Returns the octal String representation of a byte array with optional
prefix.
- toPrimitive(Boolean) - Static method in class org.zkoss.zel.impl.util.Primitives
-
Convert Boolean object to primitive boolean.
- toPrimitive(Byte) - Static method in class org.zkoss.zel.impl.util.Primitives
-
Convert Byte object to primitive byte.
- toPrimitive(Character) - Static method in class org.zkoss.zel.impl.util.Primitives
-
Convert Character object to primitive char.
- toPrimitive(Double) - Static method in class org.zkoss.zel.impl.util.Primitives
-
Convert Double object to primitive double.
- toPrimitive(Float) - Static method in class org.zkoss.zel.impl.util.Primitives
-
Convert Float object to primitive float.
- toPrimitive(Integer) - Static method in class org.zkoss.zel.impl.util.Primitives
-
Convert Integer object to primitive int.
- toPrimitive(Long) - Static method in class org.zkoss.zel.impl.util.Primitives
-
Convert Long object to primitive long.
- toPrimitive(Short) - Static method in class org.zkoss.zel.impl.util.Primitives
-
Convert Short object to primitive short.
- toPrimitive(Class) - Static method in class org.zkoss.zel.impl.util.Primitives
-
Returns the primitive class of the giving wrapper class,
or null if it is not a wrapper class.
- toString() - Method in class org.zkoss.zel.impl.parser.AstFunction
-
- toString() - Method in class org.zkoss.zel.impl.parser.SimpleNode
-
- toString(String) - Method in class org.zkoss.zel.impl.parser.SimpleNode
-
- toString() - Method in class org.zkoss.zel.impl.parser.Token
-
Returns the image.
- toString(Object[]) - Static method in class org.zkoss.zel.impl.util.ArraysX
-
Converts an array to a readable string (for debugging purpose).
- toString(int[]) - Static method in class org.zkoss.zel.impl.util.ArraysX
-
Converts an array of int to a readable string (for debugging purpose).
- toString(long[]) - Static method in class org.zkoss.zel.impl.util.ArraysX
-
Converts an array of long to a readable string (for debugging purpose).
- toString(short[]) - Static method in class org.zkoss.zel.impl.util.ArraysX
-
Converts an array of short to a readable string (for debugging purpose).
- toString(byte[]) - Static method in class org.zkoss.zel.impl.util.ArraysX
-
Converts an array of byte to a readable string (for debugging purpose).
- toString(char[]) - Static method in class org.zkoss.zel.impl.util.ArraysX
-
Converts an array of char to a readable string (for debugging purpose).
- toString(boolean[]) - Static method in class org.zkoss.zel.impl.util.ArraysX
-
Converts an array of boolean to a readable string (for debugging purpose).
- toString(float[]) - Static method in class org.zkoss.zel.impl.util.ArraysX
-
Converts an array of float to a readable string (for debugging purpose).
- toString(double[]) - Static method in class org.zkoss.zel.impl.util.ArraysX
-
Converts an array of char to a readable string (for debugging purpose).
- toString() - Method in class org.zkoss.zel.impl.util.CacheMap
-
- toString() - Method in class org.zkoss.zel.impl.util.CacheMap.Value
-
- toString(Object) - Static method in class org.zkoss.zel.impl.util.Objects
-
Converts any object to a string.
- toString() - Method in class org.zkoss.zel.impl.ValueExpressionImpl
-
- toTypeArray(String[]) - Static method in class org.zkoss.zel.impl.util.ReflectionUtil
-
Converts an array of Class names to Class types
- toTypeNameArray(Class<?>[]) - Static method in class org.zkoss.zel.impl.util.ReflectionUtil
-
Converts an array of Class types to Class names
- toWrapper(boolean) - Static method in class org.zkoss.zel.impl.util.Primitives
-
Convert primitive boolean to Boolean.
- toWrapper(byte) - Static method in class org.zkoss.zel.impl.util.Primitives
-
Convert primitive byte to Byte.
- toWrapper(char) - Static method in class org.zkoss.zel.impl.util.Primitives
-
Convert primitive char to Character.
- toWrapper(double) - Static method in class org.zkoss.zel.impl.util.Primitives
-
Convert primitive double to Double.
- toWrapper(float) - Static method in class org.zkoss.zel.impl.util.Primitives
-
Convert primitive float to Float.
- toWrapper(int) - Static method in class org.zkoss.zel.impl.util.Primitives
-
Convert primitive int to Integer.
- toWrapper(long) - Static method in class org.zkoss.zel.impl.util.Primitives
-
Convert primitive long to Long.
- toWrapper(short) - Static method in class org.zkoss.zel.impl.util.Primitives
-
Convert primitive short to Short.
- toWrapper(Class) - Static method in class org.zkoss.zel.impl.util.Primitives
-
Returns the wrapper class of a primitive class,
or null if it is not a primitive class.
- TRUE - Static variable in interface org.zkoss.zel.impl.parser.ELParserConstants
-
RegularExpression Id.
- TYPE - Static variable in class org.zkoss.zel.ELResolver
-
- types - Variable in class org.zkoss.zel.impl.lang.FunctionMapperImpl.Function
-