Index

A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

accept(NodeVisitor) - Method in interface org.glassfish.expressly.parser.Node
 
accept(NodeVisitor) - Method in class org.glassfish.expressly.parser.SimpleNode
 
add(Number, Number) - Method in class org.glassfish.expressly.lang.ELArithmetic
 
add(Number, Number) - Method in class org.glassfish.expressly.lang.ELArithmetic.BigDecimalDelegate
 
add(Number, Number) - Method in class org.glassfish.expressly.lang.ELArithmetic.BigIntegerDelegate
 
add(Number, Number) - Method in class org.glassfish.expressly.lang.ELArithmetic.DoubleDelegate
 
add(Number, Number) - Method in class org.glassfish.expressly.lang.ELArithmetic.LongDelegate
 
add(Object, Object) - Static method in class org.glassfish.expressly.lang.ELArithmetic
 
add_escapes(String) - Method in exception class org.glassfish.expressly.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 exception class org.glassfish.expressly.parser.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addEvaluationListener(EvaluationListener) - Method in class org.glassfish.expressly.lang.EvaluationContext
 
addFunction(String, String, Method) - Method in class org.glassfish.expressly.lang.FunctionMapperImpl
 
adjustBeginLineColumn(int, int) - Method in class org.glassfish.expressly.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
allMatch(LambdaExpression) - Method in class org.glassfish.expressly.stream.Stream
 
And() - Method in class org.glassfish.expressly.parser.ELParser
 
AND0 - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
AND1 - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
anyMatch(LambdaExpression) - Method in class org.glassfish.expressly.stream.Stream
 
arg - Variable in class org.glassfish.expressly.parser.ELParser.JJCalls
 
ArithmeticNode - Class in org.glassfish.expressly.parser
 
ArithmeticNode(int) - Constructor for class org.glassfish.expressly.parser.ArithmeticNode
 
arrayIterator(Object) - Static method in class org.glassfish.expressly.stream.StreamELResolver
 
ARROW - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
ASSIGN - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
Assignment() - Method in class org.glassfish.expressly.parser.ELParser
 
AstAnd - Class in org.glassfish.expressly.parser
 
AstAnd(int) - Constructor for class org.glassfish.expressly.parser.AstAnd
 
AstAssign - Class in org.glassfish.expressly.parser
 
AstAssign(int) - Constructor for class org.glassfish.expressly.parser.AstAssign
 
AstBracketSuffix - Class in org.glassfish.expressly.parser
 
AstBracketSuffix(int) - Constructor for class org.glassfish.expressly.parser.AstBracketSuffix
 
AstChoice - Class in org.glassfish.expressly.parser
 
AstChoice(int) - Constructor for class org.glassfish.expressly.parser.AstChoice
 
AstCompositeExpression - Class in org.glassfish.expressly.parser
 
AstCompositeExpression(int) - Constructor for class org.glassfish.expressly.parser.AstCompositeExpression
 
AstConcat - Class in org.glassfish.expressly.parser
 
AstConcat(int) - Constructor for class org.glassfish.expressly.parser.AstConcat
 
AstDeferredExpression - Class in org.glassfish.expressly.parser
 
AstDeferredExpression(int) - Constructor for class org.glassfish.expressly.parser.AstDeferredExpression
 
AstDiv - Class in org.glassfish.expressly.parser
 
AstDiv(int) - Constructor for class org.glassfish.expressly.parser.AstDiv
 
AstDotSuffix - Class in org.glassfish.expressly.parser
 
AstDotSuffix(int) - Constructor for class org.glassfish.expressly.parser.AstDotSuffix
 
AstDynamicExpression - Class in org.glassfish.expressly.parser
 
AstDynamicExpression(int) - Constructor for class org.glassfish.expressly.parser.AstDynamicExpression
 
AstEmpty - Class in org.glassfish.expressly.parser
 
AstEmpty(int) - Constructor for class org.glassfish.expressly.parser.AstEmpty
 
AstEqual - Class in org.glassfish.expressly.parser
 
AstEqual(int) - Constructor for class org.glassfish.expressly.parser.AstEqual
 
AstFalse - Class in org.glassfish.expressly.parser
 
AstFalse(int) - Constructor for class org.glassfish.expressly.parser.AstFalse
 
AstFloatingPoint - Class in org.glassfish.expressly.parser
 
AstFloatingPoint(int) - Constructor for class org.glassfish.expressly.parser.AstFloatingPoint
 
AstFunction - Class in org.glassfish.expressly.parser
 
AstFunction(int) - Constructor for class org.glassfish.expressly.parser.AstFunction
 
AstGreaterThan - Class in org.glassfish.expressly.parser
 
AstGreaterThan(int) - Constructor for class org.glassfish.expressly.parser.AstGreaterThan
 
AstGreaterThanEqual - Class in org.glassfish.expressly.parser
 
AstGreaterThanEqual(int) - Constructor for class org.glassfish.expressly.parser.AstGreaterThanEqual
 
AstIdentifier - Class in org.glassfish.expressly.parser
 
AstIdentifier(int) - Constructor for class org.glassfish.expressly.parser.AstIdentifier
 
AstInteger - Class in org.glassfish.expressly.parser
 
AstInteger(int) - Constructor for class org.glassfish.expressly.parser.AstInteger
 
AstLambdaExpression - Class in org.glassfish.expressly.parser
 
AstLambdaExpression(int) - Constructor for class org.glassfish.expressly.parser.AstLambdaExpression
 
AstLambdaParameters - Class in org.glassfish.expressly.parser
 
AstLambdaParameters(int) - Constructor for class org.glassfish.expressly.parser.AstLambdaParameters
 
AstLessThan - Class in org.glassfish.expressly.parser
 
AstLessThan(int) - Constructor for class org.glassfish.expressly.parser.AstLessThan
 
AstLessThanEqual - Class in org.glassfish.expressly.parser
 
AstLessThanEqual(int) - Constructor for class org.glassfish.expressly.parser.AstLessThanEqual
 
AstListData - Class in org.glassfish.expressly.parser
 
AstListData(int) - Constructor for class org.glassfish.expressly.parser.AstListData
 
AstLiteralExpression - Class in org.glassfish.expressly.parser
 
AstLiteralExpression(int) - Constructor for class org.glassfish.expressly.parser.AstLiteralExpression
 
AstMapData - Class in org.glassfish.expressly.parser
 
AstMapData(int) - Constructor for class org.glassfish.expressly.parser.AstMapData
 
AstMapEntry - Class in org.glassfish.expressly.parser
 
AstMapEntry(int) - Constructor for class org.glassfish.expressly.parser.AstMapEntry
 
AstMethodArguments - Class in org.glassfish.expressly.parser
 
AstMethodArguments(int) - Constructor for class org.glassfish.expressly.parser.AstMethodArguments
 
AstMinus - Class in org.glassfish.expressly.parser
 
AstMinus(int) - Constructor for class org.glassfish.expressly.parser.AstMinus
 
AstMod - Class in org.glassfish.expressly.parser
 
AstMod(int) - Constructor for class org.glassfish.expressly.parser.AstMod
 
AstMult - Class in org.glassfish.expressly.parser
 
AstMult(int) - Constructor for class org.glassfish.expressly.parser.AstMult
 
AstNegative - Class in org.glassfish.expressly.parser
 
AstNegative(int) - Constructor for class org.glassfish.expressly.parser.AstNegative
 
AstNot - Class in org.glassfish.expressly.parser
 
AstNot(int) - Constructor for class org.glassfish.expressly.parser.AstNot
 
AstNotEqual - Class in org.glassfish.expressly.parser
 
AstNotEqual(int) - Constructor for class org.glassfish.expressly.parser.AstNotEqual
 
AstNull - Class in org.glassfish.expressly.parser
 
AstNull(int) - Constructor for class org.glassfish.expressly.parser.AstNull
 
AstOr - Class in org.glassfish.expressly.parser
 
AstOr(int) - Constructor for class org.glassfish.expressly.parser.AstOr
 
AstPlus - Class in org.glassfish.expressly.parser
 
AstPlus(int) - Constructor for class org.glassfish.expressly.parser.AstPlus
 
AstSemiColon - Class in org.glassfish.expressly.parser
 
AstSemiColon(int) - Constructor for class org.glassfish.expressly.parser.AstSemiColon
 
AstString - Class in org.glassfish.expressly.parser
 
AstString(int) - Constructor for class org.glassfish.expressly.parser.AstString
 
AstTrue - Class in org.glassfish.expressly.parser
 
AstTrue(int) - Constructor for class org.glassfish.expressly.parser.AstTrue
 
AstValue - Class in org.glassfish.expressly.parser
 
AstValue(int) - Constructor for class org.glassfish.expressly.parser.AstValue
 
AstValue.Target - Class in org.glassfish.expressly.parser
 
available - Variable in class org.glassfish.expressly.parser.SimpleCharStream
 
average() - Method in class org.glassfish.expressly.stream.Stream
 

B

backup(int) - Method in class org.glassfish.expressly.parser.SimpleCharStream
Backup a number of characters.
BADLY_ESCAPED_STRING_LITERAL - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
base - Variable in class org.glassfish.expressly.parser.AstValue.Target
 
beginColumn - Variable in class org.glassfish.expressly.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.glassfish.expressly.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.glassfish.expressly.parser.SimpleCharStream
Start.
BIGDECIMAL - Static variable in class org.glassfish.expressly.lang.ELArithmetic
 
BigDecimalDelegate() - Constructor for class org.glassfish.expressly.lang.ELArithmetic.BigDecimalDelegate
 
BIGINTEGER - Static variable in class org.glassfish.expressly.lang.ELArithmetic
 
BigIntegerDelegate() - Constructor for class org.glassfish.expressly.lang.ELArithmetic.BigIntegerDelegate
 
Boolean() - Method in class org.glassfish.expressly.parser.ELParser
 
BooleanNode - Class in org.glassfish.expressly.parser
 
BooleanNode(int) - Constructor for class org.glassfish.expressly.parser.BooleanNode
 
BracketSuffix() - Method in class org.glassfish.expressly.parser.ELParser
 
bufcolumn - Variable in class org.glassfish.expressly.parser.SimpleCharStream
 
buffer - Variable in class org.glassfish.expressly.parser.SimpleCharStream
 
bufline - Variable in class org.glassfish.expressly.parser.SimpleCharStream
 
bufpos - Variable in class org.glassfish.expressly.parser.SimpleCharStream
Position in buffer.
bufsize - Variable in class org.glassfish.expressly.parser.SimpleCharStream
 
build() - Method in class org.glassfish.expressly.lang.ExpressionBuilder
 
buildParameters(ELContext, Class<?>[], boolean, Object[]) - Static method in class org.glassfish.expressly.util.ReflectionUtil
 
bundle - Static variable in class org.glassfish.expressly.util.MessageFactory
 

C

cache - Static variable in class org.glassfish.expressly.lang.ExpressionBuilder
 
CACHE_INIT_SIZE - Static variable in class org.glassfish.expressly.lang.ExpressionBuilder.SoftConcurrentHashMap
 
checkType(Object, Class<?>) - Static method in class org.glassfish.expressly.lang.ELSupport
 
children - Variable in class org.glassfish.expressly.parser.SimpleNode
 
Choice() - Method in class org.glassfish.expressly.parser.ELParser
 
cleanup() - Method in class org.glassfish.expressly.lang.ExpressionBuilder.SoftConcurrentHashMap
 
clearNodeScope(Node) - Method in class org.glassfish.expressly.parser.JJTELParserState
 
closeNodeScope(Node, boolean) - Method in class org.glassfish.expressly.parser.JJTELParserState
 
closeNodeScope(Node, int) - Method in class org.glassfish.expressly.parser.JJTELParserState
 
coerce(Number) - Method in class org.glassfish.expressly.lang.ELArithmetic.BigDecimalDelegate
 
coerce(Number) - Method in class org.glassfish.expressly.lang.ELArithmetic.BigIntegerDelegate
 
coerce(Number) - Method in class org.glassfish.expressly.lang.ELArithmetic
 
coerce(Number) - Method in class org.glassfish.expressly.lang.ELArithmetic.DoubleDelegate
 
coerce(Number) - Method in class org.glassfish.expressly.lang.ELArithmetic.LongDelegate
 
coerce(Object) - Method in class org.glassfish.expressly.lang.ELArithmetic
 
coerce(String) - Method in class org.glassfish.expressly.lang.ELArithmetic.BigDecimalDelegate
 
coerce(String) - Method in class org.glassfish.expressly.lang.ELArithmetic.BigIntegerDelegate
 
coerce(String) - Method in class org.glassfish.expressly.lang.ELArithmetic
 
coerce(String) - Method in class org.glassfish.expressly.lang.ELArithmetic.DoubleDelegate
 
coerce(String) - Method in class org.glassfish.expressly.lang.ELArithmetic.LongDelegate
 
coerceToArray(ELContext, Object, Class<?>) - Static method in class org.glassfish.expressly.lang.ELSupport
 
coerceToBoolean(Object) - Static method in class org.glassfish.expressly.lang.ELSupport
 
coerceToCharacter(Object) - Static method in class org.glassfish.expressly.lang.ELSupport
 
coerceToEnum(Object, Class) - Static method in class org.glassfish.expressly.lang.ELSupport
 
coerceToFunctionalInterface(ELContext, LambdaExpression, Class<T>) - Static method in class org.glassfish.expressly.lang.ELSupport
 
coerceToNumber(Number, Class<?>) - Static method in class org.glassfish.expressly.lang.ELSupport
 
coerceToNumber(Object) - Static method in class org.glassfish.expressly.lang.ELSupport
 
coerceToNumber(Object, Class<?>) - Static method in class org.glassfish.expressly.lang.ELSupport
 
coerceToNumber(String, Class<?>) - Static method in class org.glassfish.expressly.lang.ELSupport
 
coerceToString(Object) - Static method in class org.glassfish.expressly.lang.ELSupport
 
coerceToType(ELContext, Object, Class<T>) - Static method in class org.glassfish.expressly.lang.ELSupport
 
coerceToType(ELContext, Object, Class<T>, boolean) - Static method in class org.glassfish.expressly.lang.ELSupport
 
coerceToType(Object, Class<T>) - Method in class org.glassfish.expressly.ExpressionFactoryImpl
Coerces an object to a specific type according to the Jakarta Expression Language type conversion rules.
COLON - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
column - Variable in class org.glassfish.expressly.parser.SimpleCharStream
 
com.sun.el - package com.sun.el
 
COMMA - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
compare(Object, Object) - Static method in class org.glassfish.expressly.lang.ELSupport
 
Compare() - Method in class org.glassfish.expressly.parser.ELParser
 
CompositeExpression() - Method in class org.glassfish.expressly.parser.ELParser
 
CONCAT - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
Concatenation() - Method in class org.glassfish.expressly.parser.ELParser
 
containsNulls(Object[]) - Static method in class org.glassfish.expressly.lang.ELSupport
 
convertToType(Object, Class<T>) - Method in class org.glassfish.expressly.lang.EvaluationContext
 
count() - Method in class org.glassfish.expressly.stream.Stream
 
create() - Method in class org.glassfish.expressly.lang.FunctionMapperFactory
 
create() - Method in class org.glassfish.expressly.lang.VariableMapperFactory
 
createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class org.glassfish.expressly.ExpressionFactoryImpl
 
createMethodExpression(Class<?>, Class<?>[]) - Method in class org.glassfish.expressly.lang.ExpressionBuilder
 
createNode(String) - Static method in class org.glassfish.expressly.lang.ExpressionBuilder
 
createNodeInternal(String) - Static method in class org.glassfish.expressly.lang.ExpressionBuilder
 
createValueExpression(ELContext, String, Class<?>) - Method in class org.glassfish.expressly.ExpressionFactoryImpl
 
createValueExpression(Class<?>) - Method in class org.glassfish.expressly.lang.ExpressionBuilder
 
createValueExpression(Object, Class<?>) - Method in class org.glassfish.expressly.ExpressionFactoryImpl
 
ctx - Variable in class org.glassfish.expressly.parser.AstValue.Target
 
curChar - Variable in class org.glassfish.expressly.parser.ELParserTokenManager
 
curLexState - Variable in class org.glassfish.expressly.parser.ELParserTokenManager
 
current - Variable in class org.glassfish.expressly.stream.Stream.Iterator2
 
currentToken - Variable in exception class org.glassfish.expressly.parser.ParseException
This is the last token that has been consumed successfully.

D

debugStream - Variable in class org.glassfish.expressly.parser.ELParserTokenManager
Debug output.
DEFAULT - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
Lexical state.
defaultLexState - Variable in class org.glassfish.expressly.parser.ELParserTokenManager
 
DeferredExpression() - Method in class org.glassfish.expressly.parser.ELParser
 
DIGIT - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
disable_tracing() - Method in class org.glassfish.expressly.parser.ELParser
Disable tracing.
distinct() - Method in class org.glassfish.expressly.stream.Stream
 
DIV0 - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
DIV1 - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
divide(Number, Number) - Method in class org.glassfish.expressly.lang.ELArithmetic.BigDecimalDelegate
 
divide(Number, Number) - Method in class org.glassfish.expressly.lang.ELArithmetic.BigIntegerDelegate
 
divide(Number, Number) - Method in class org.glassfish.expressly.lang.ELArithmetic
 
divide(Number, Number) - Method in class org.glassfish.expressly.lang.ELArithmetic.DoubleDelegate
 
divide(Number, Number) - Method in class org.glassfish.expressly.lang.ELArithmetic.LongDelegate
 
divide(Object, Object) - Static method in class org.glassfish.expressly.lang.ELArithmetic
 
doItem(Object) - Method in class org.glassfish.expressly.stream.Stream.Iterator2
 
Done() - Method in class org.glassfish.expressly.parser.SimpleCharStream
Reset buffer when finished.
DOT - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
DotSuffix() - Method in class org.glassfish.expressly.parser.ELParser
 
DOUBLE - Static variable in class org.glassfish.expressly.lang.ELArithmetic
 
DoubleDelegate() - Constructor for class org.glassfish.expressly.lang.ELArithmetic.DoubleDelegate
 
doYield(Object) - Method in class org.glassfish.expressly.stream.Stream.Iterator2
 
dump(String) - Method in class org.glassfish.expressly.parser.SimpleNode
 
DynamicExpression() - Method in class org.glassfish.expressly.parser.ELParser
 

E

ELArithmetic - Class in org.glassfish.expressly.lang
A helper class of Arithmetic defined by the Jakarta Expression Specification
ELArithmetic() - Constructor for class org.glassfish.expressly.lang.ELArithmetic
 
ELArithmetic.BigDecimalDelegate - Class in org.glassfish.expressly.lang
 
ELArithmetic.BigIntegerDelegate - Class in org.glassfish.expressly.lang
 
ELArithmetic.DoubleDelegate - Class in org.glassfish.expressly.lang
 
ELArithmetic.LongDelegate - Class in org.glassfish.expressly.lang
 
elContext - Variable in class org.glassfish.expressly.lang.ELSupport.LambdaHandler
 
elContext - Variable in class org.glassfish.expressly.lang.EvaluationContext
 
ELParser - Class in org.glassfish.expressly.parser
 
ELParser(InputStream) - Constructor for class org.glassfish.expressly.parser.ELParser
Constructor with InputStream.
ELParser(InputStream, String) - Constructor for class org.glassfish.expressly.parser.ELParser
Constructor with InputStream and supplied encoding
ELParser(Reader) - Constructor for class org.glassfish.expressly.parser.ELParser
Constructor.
ELParser(ELParserTokenManager) - Constructor for class org.glassfish.expressly.parser.ELParser
Constructor with generated Token Manager.
ELParser.JJCalls - Class in org.glassfish.expressly.parser
 
ELParser.LookaheadSuccess - Exception Class in org.glassfish.expressly.parser
 
ELParserConstants - Interface in org.glassfish.expressly.parser
Token literal values and constants.
ELParserTokenManager - Class in org.glassfish.expressly.parser
Token Manager.
ELParserTokenManager(SimpleCharStream) - Constructor for class org.glassfish.expressly.parser.ELParserTokenManager
Constructor.
ELParserTokenManager(SimpleCharStream, int) - Constructor for class org.glassfish.expressly.parser.ELParserTokenManager
Constructor.
ELParserTreeConstants - Interface in org.glassfish.expressly.parser
 
ELSupport - Class in org.glassfish.expressly.lang
A helper class that implements the Jakarta Expression Specification
ELSupport() - Constructor for class org.glassfish.expressly.lang.ELSupport
 
ELSupport.LambdaHandler - Class in org.glassfish.expressly.lang
 
EMPTY - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
EMPTY_STRING - Static variable in class org.glassfish.expressly.util.ReflectionUtil
 
enable_tracing() - Method in class org.glassfish.expressly.parser.ELParser
Enable tracing.
endColumn - Variable in class org.glassfish.expressly.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.glassfish.expressly.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.
enterLambdaScope(Map<String, Object>) - Method in class org.glassfish.expressly.lang.EvaluationContext
 
EOF - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
End of File.
eol - Variable in exception class org.glassfish.expressly.parser.ParseException
The end of line string for this machine.
EQ0 - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
EQ1 - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
Equality() - Method in class org.glassfish.expressly.parser.ELParser
 
equals(Object) - Method in class org.glassfish.expressly.lang.FunctionMapperImpl.Function
 
equals(Object) - Method in class org.glassfish.expressly.MethodExpressionImpl
Determines whether the specified object is equal to this Expression.
equals(Object) - Method in class org.glassfish.expressly.MethodExpressionLiteral
 
equals(Object) - Method in interface org.glassfish.expressly.parser.Node
 
equals(Object) - Method in class org.glassfish.expressly.parser.SimpleNode
 
equals(Object) - Method in class org.glassfish.expressly.ValueExpressionImpl
 
equals(Object) - Method in class org.glassfish.expressly.ValueExpressionLiteral
 
equals(Object, Object) - Static method in class org.glassfish.expressly.lang.ELSupport
 
equals(ValueExpressionLiteral) - Method in class org.glassfish.expressly.ValueExpressionLiteral
 
errorCode - Variable in exception class org.glassfish.expressly.parser.TokenMgrError
Indicates the reason why the exception is thrown.
EvaluationContext - Class in org.glassfish.expressly.lang
The context for Jakarta Expression expression evaluation.
EvaluationContext(ELContext, FunctionMapper, VariableMapper) - Constructor for class org.glassfish.expressly.lang.EvaluationContext
 
exitLambdaScope() - Method in class org.glassfish.expressly.lang.EvaluationContext
 
ExpandBuff(boolean) - Method in class org.glassfish.expressly.parser.SimpleCharStream
 
expectedTokenSequences - Variable in exception class org.glassfish.expressly.parser.ParseException
Each entry in this array is an array of integers.
expectedType - Variable in class org.glassfish.expressly.MethodExpressionImpl
 
expectedType - Variable in class org.glassfish.expressly.MethodExpressionLiteral
 
expectedType - Variable in class org.glassfish.expressly.ValueExpressionImpl
 
expectedType - Variable in class org.glassfish.expressly.ValueExpressionLiteral
 
EXPONENT - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
expression - Variable in class org.glassfish.expressly.lang.ExpressionBuilder
 
expression - Variable in class org.glassfish.expressly.MethodExpressionImpl
 
expression - Variable in class org.glassfish.expressly.MethodExpressionLiteral
 
expression - Variable in class org.glassfish.expressly.ValueExpressionImpl
 
Expression() - Method in class org.glassfish.expressly.parser.ELParser
 
ExpressionBuilder - Class in org.glassfish.expressly.lang
 
ExpressionBuilder(String, ELContext) - Constructor for class org.glassfish.expressly.lang.ExpressionBuilder
 
ExpressionBuilder.NodeSoftReference - Class in org.glassfish.expressly.lang
 
ExpressionBuilder.SoftConcurrentHashMap - Class in org.glassfish.expressly.lang
 
ExpressionFactoryImpl - Class in com.sun.el
 
ExpressionFactoryImpl - Class in org.glassfish.expressly
 
ExpressionFactoryImpl() - Constructor for class com.sun.el.ExpressionFactoryImpl
 
ExpressionFactoryImpl() - Constructor for class org.glassfish.expressly.ExpressionFactoryImpl
 
ExpressionFactoryImpl(Properties) - Constructor for class com.sun.el.ExpressionFactoryImpl
 
ExpressionFactoryImpl(Properties) - Constructor for class org.glassfish.expressly.ExpressionFactoryImpl
 

F

FALSE - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
FillBuff() - Method in class org.glassfish.expressly.parser.SimpleCharStream
 
filter(LambdaExpression) - Method in class org.glassfish.expressly.stream.Stream
 
findFirst() - Method in class org.glassfish.expressly.stream.Stream
 
findMethod(Class<?>, String, Class<?>[], Object[]) - Static method in class org.glassfish.expressly.util.ReflectionUtil
 
findMostSpecificWrapper(List<ReflectionUtil.Wrapper>, Class<?>[], boolean, String) - Static method in class org.glassfish.expressly.util.ReflectionUtil
 
findValue(EvaluationContext, String) - Method in class org.glassfish.expressly.parser.AstFunction
 
findWrapper(Class<?>, List<ReflectionUtil.Wrapper>, String, Class<?>[], Object[]) - Static method in class org.glassfish.expressly.util.ReflectionUtil
 
first - Variable in class org.glassfish.expressly.parser.ELParser.JJCalls
 
flatMap(LambdaExpression) - Method in class org.glassfish.expressly.stream.Stream
 
FLOATING_POINT_LITERAL - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
FloatingPoint() - Method in class org.glassfish.expressly.parser.ELParser
 
fnMapper - Variable in class org.glassfish.expressly.lang.EvaluationContext
 
fnMapper - Variable in class org.glassfish.expressly.lang.ExpressionBuilder
 
forEach(LambdaExpression) - Method in class org.glassfish.expressly.stream.Stream
 
forName(String) - Static method in class org.glassfish.expressly.util.ReflectionUtil
 
forNamePrimitive(String) - Static method in class org.glassfish.expressly.util.ReflectionUtil
 
Function() - Constructor for class org.glassfish.expressly.lang.FunctionMapperImpl.Function
 
Function(String, String, Method) - Constructor for class org.glassfish.expressly.lang.FunctionMapperImpl.Function
 
Function() - Method in class org.glassfish.expressly.parser.ELParser
 
functionMapper - Variable in class org.glassfish.expressly.MethodExpressionImpl
 
functionMapper - Variable in class org.glassfish.expressly.ValueExpressionImpl
 
FunctionMapperFactory - Class in org.glassfish.expressly.lang
 
FunctionMapperFactory(FunctionMapper) - Constructor for class org.glassfish.expressly.lang.FunctionMapperFactory
 
FunctionMapperImpl - Class in org.glassfish.expressly.lang
 
FunctionMapperImpl() - Constructor for class org.glassfish.expressly.lang.FunctionMapperImpl
 
FunctionMapperImpl.Function - Class in org.glassfish.expressly.lang
 
functions - Variable in class org.glassfish.expressly.lang.FunctionMapperImpl
 

G

GE0 - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
GE1 - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
gen - Variable in class org.glassfish.expressly.parser.ELParser.JJCalls
 
generateParseException() - Method in class org.glassfish.expressly.parser.ELParser
Generate ParseException.
get() - Method in class org.glassfish.expressly.stream.Optional
 
get(Object) - Method in class org.glassfish.expressly.lang.ExpressionBuilder.SoftConcurrentHashMap
 
get(String) - Static method in class org.glassfish.expressly.util.MessageFactory
 
get(String, Object) - Static method in class org.glassfish.expressly.util.MessageFactory
 
get(String, Object, Object) - Static method in class org.glassfish.expressly.util.MessageFactory
 
get(String, Object, Object, Object) - Static method in class org.glassfish.expressly.util.MessageFactory
 
get(String, Object, Object, Object, Object) - Static method in class org.glassfish.expressly.util.MessageFactory
 
get(String, Object, Object, Object, Object, Object) - Static method in class org.glassfish.expressly.util.MessageFactory
 
getActualParamTypes() - Method in class org.glassfish.expressly.parser.AstValue.Target
 
getArguments(Node) - Static method in class org.glassfish.expressly.parser.AstValue
 
getArray(String, Object[]) - Static method in class org.glassfish.expressly.util.MessageFactory
 
getBase() - Method in class org.glassfish.expressly.parser.AstValue.Target
 
getBase(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstValue
 
getBeginColumn() - Method in class org.glassfish.expressly.parser.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class org.glassfish.expressly.parser.SimpleCharStream
Get token beginning line number.
getBoxingTypeIfPrimitive(Class<?>) - Static method in class org.glassfish.expressly.util.ReflectionUtil
 
getColumn() - Method in class org.glassfish.expressly.parser.SimpleCharStream
Deprecated.
getCommonPropertyType(ELContext, Object) - Method in class org.glassfish.expressly.stream.StreamELResolver
 
getComparingParamTypesForVarArgsMethod(Class<?>[], int) - Static method in class org.glassfish.expressly.util.ReflectionUtil
 
getConstructor(Class<?>, Constructor<?>) - Static method in class org.glassfish.expressly.util.ReflectionUtil
 
getContext(Class<?>) - Method in class org.glassfish.expressly.lang.EvaluationContext
 
getElContext() - Method in class org.glassfish.expressly.lang.ELSupport.LambdaHandler
 
getELContext() - Method in class org.glassfish.expressly.lang.EvaluationContext
 
getELResolver() - Method in class org.glassfish.expressly.lang.EvaluationContext
 
getEndColumn() - Method in class org.glassfish.expressly.parser.SimpleCharStream
Get token end column number.
getEndLine() - Method in class org.glassfish.expressly.parser.SimpleCharStream
Get token end line number.
getEvaluationListeners() - Method in class org.glassfish.expressly.lang.EvaluationContext
 
getExpectedType() - Method in class org.glassfish.expressly.ValueExpressionImpl
 
getExpectedType() - Method in class org.glassfish.expressly.ValueExpressionLiteral
 
getExpressionString() - Method in class org.glassfish.expressly.MethodExpressionImpl
Returns the original String used to create this Expression, unmodified.
getExpressionString() - Method in class org.glassfish.expressly.MethodExpressionLiteral
 
getExpressionString() - Method in class org.glassfish.expressly.ValueExpressionImpl
Returns the type the result of the expression will be coerced to after evaluation.
getExpressionString() - Method in class org.glassfish.expressly.ValueExpressionLiteral
 
getFloatingPoint() - Method in class org.glassfish.expressly.parser.AstFloatingPoint
 
getFormalParamTypes() - Method in class org.glassfish.expressly.parser.AstValue.Target
 
getFunctionMapper() - Method in class org.glassfish.expressly.lang.EvaluationContext
 
getImage() - Method in interface org.glassfish.expressly.parser.Node
 
getImage() - Method in class org.glassfish.expressly.parser.SimpleNode
 
GetImage() - Method in class org.glassfish.expressly.parser.SimpleCharStream
Get token literal value.
getImportHandler() - Method in class org.glassfish.expressly.lang.EvaluationContext
 
getInitFunctionMap() - Method in class org.glassfish.expressly.ExpressionFactoryImpl
 
getInteger() - Method in class org.glassfish.expressly.parser.AstInteger
 
getLambdaArgument(String) - Method in class org.glassfish.expressly.lang.EvaluationContext
 
getLine() - Method in class org.glassfish.expressly.parser.SimpleCharStream
Deprecated.
getLocalName() - Method in class org.glassfish.expressly.parser.AstFunction
 
getMessage() - Method in exception class org.glassfish.expressly.parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in exception class org.glassfish.expressly.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMethod() - Method in class org.glassfish.expressly.lang.FunctionMapperImpl.Function
 
getMethod(Class<?>, Method) - Static method in class org.glassfish.expressly.util.ReflectionUtil
 
getMethodExpression(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstIdentifier
 
getMethodInfo(ELContext) - Method in class org.glassfish.expressly.MethodExpressionImpl
Evaluates the expression relative to the provided context, and returns information about the actual referenced method.
getMethodInfo(ELContext) - Method in class org.glassfish.expressly.MethodExpressionLiteral
 
getMethodInfo(EvaluationContext, Class<?>[]) - Method in class org.glassfish.expressly.parser.AstIdentifier
 
getMethodInfo(EvaluationContext, Class<?>[]) - Method in class org.glassfish.expressly.parser.AstValue
 
getMethodInfo(EvaluationContext, Class<?>[]) - Method in interface org.glassfish.expressly.parser.Node
 
getMethodInfo(EvaluationContext, Class<?>[]) - Method in class org.glassfish.expressly.parser.SimpleNode
 
getMethodName() - Method in class org.glassfish.expressly.parser.AstValue.Target
 
getMethodReference(ELContext) - Method in class org.glassfish.expressly.MethodExpressionImpl
 
getMethodReference(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstIdentifier
 
getMethodReference(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstValue
 
getMethodReference(EvaluationContext) - Method in interface org.glassfish.expressly.parser.Node
 
getMethodReference(EvaluationContext) - Method in class org.glassfish.expressly.parser.SimpleNode
 
getNextToken() - Method in class org.glassfish.expressly.parser.ELParser
Get the next Token.
getNextToken() - Method in class org.glassfish.expressly.parser.ELParserTokenManager
Get the next Token.
getNode() - Method in class org.glassfish.expressly.MethodExpressionImpl
 
getNode() - Method in class org.glassfish.expressly.ValueExpressionImpl
 
getOutputName() - Method in class org.glassfish.expressly.parser.AstFunction
 
getParamCount(Class<?>[]) - Static method in class org.glassfish.expressly.util.ReflectionUtil
 
getParameterCount() - Method in class org.glassfish.expressly.parser.AstMethodArguments
 
getParameters() - Method in class org.glassfish.expressly.parser.AstLambdaParameters
 
getParameters(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstMethodArguments
 
getParameterTypes() - Method in class org.glassfish.expressly.util.ReflectionUtil.MethodWrapper
 
getParameterTypes() - Method in class org.glassfish.expressly.util.ReflectionUtil.Wrapper
 
getParamTypes() - Method in class org.glassfish.expressly.parser.AstMethodArguments
 
getParamValues() - Method in class org.glassfish.expressly.parser.AstValue.Target
 
getPrefix() - Method in class org.glassfish.expressly.parser.AstFunction
 
getProperty() - Method in class org.glassfish.expressly.parser.AstValue.Target
 
getProperty(String) - Method in class org.glassfish.expressly.ExpressionFactoryImpl
 
getPropertyDescriptor(Object, Object) - Static method in class org.glassfish.expressly.util.ReflectionUtil
 
getStreamELResolver() - Method in class org.glassfish.expressly.ExpressionFactoryImpl
 
getString() - Method in class org.glassfish.expressly.parser.AstString
 
GetSuffix(int) - Method in class org.glassfish.expressly.parser.SimpleCharStream
Get the suffix.
getTabSize(int) - Method in class org.glassfish.expressly.parser.SimpleCharStream
 
getTarget(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstValue
 
getToken(int) - Method in class org.glassfish.expressly.parser.ELParser
Get the specific Token.
getType(ELContext) - Method in class org.glassfish.expressly.ValueExpressionImpl
 
getType(ELContext) - Method in class org.glassfish.expressly.ValueExpressionLiteral
 
getType(ELContext, Object, Object) - Method in class org.glassfish.expressly.stream.StreamELResolver
 
getType(EvaluationContext) - Method in class org.glassfish.expressly.parser.ArithmeticNode
 
getType(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstChoice
 
getType(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstCompositeExpression
 
getType(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstDeferredExpression
 
getType(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstDynamicExpression
 
getType(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstEmpty
 
getType(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstFloatingPoint
 
getType(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstFunction
 
getType(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstIdentifier
 
getType(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstInteger
 
getType(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstLiteralExpression
 
getType(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstNegative
 
getType(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstNot
 
getType(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstNull
 
getType(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstString
 
getType(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstValue
 
getType(EvaluationContext) - Method in class org.glassfish.expressly.parser.BooleanNode
 
getType(EvaluationContext) - Method in interface org.glassfish.expressly.parser.Node
 
getType(EvaluationContext) - Method in class org.glassfish.expressly.parser.SimpleNode
 
getTypesFromValues(Object[]) - Static method in class org.glassfish.expressly.util.ReflectionUtil
 
getValue(ELContext) - Method in class org.glassfish.expressly.ValueExpressionImpl
 
getValue(ELContext) - Method in class org.glassfish.expressly.ValueExpressionLiteral
 
getValue(ELContext, Object, Object) - Method in class org.glassfish.expressly.stream.StreamELResolver
 
getValue(Object, Node, EvaluationContext) - Method in class org.glassfish.expressly.parser.AstValue
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstAnd
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstAssign
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstBracketSuffix
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstChoice
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstCompositeExpression
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstConcat
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstDeferredExpression
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstDiv
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstDotSuffix
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstDynamicExpression
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstEmpty
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstEqual
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstFalse
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstFloatingPoint
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstFunction
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstGreaterThan
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstGreaterThanEqual
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstIdentifier
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstInteger
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstLambdaExpression
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstLessThan
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstLessThanEqual
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstListData
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstLiteralExpression
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstMapData
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstMinus
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstMod
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstMult
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstNegative
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstNot
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstNotEqual
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstNull
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstOr
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstPlus
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstSemiColon
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstString
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstTrue
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstValue
 
getValue(EvaluationContext) - Method in interface org.glassfish.expressly.parser.Node
 
getValue(EvaluationContext) - Method in class org.glassfish.expressly.parser.SimpleNode
 
getValueReference(ELContext) - Method in class org.glassfish.expressly.ValueExpressionImpl
 
getValueReference(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstIdentifier
 
getValueReference(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstValue
 
getValueReference(EvaluationContext) - Method in interface org.glassfish.expressly.parser.Node
 
getValueReference(EvaluationContext) - Method in class org.glassfish.expressly.parser.SimpleNode
 
getVariableMapper() - Method in class org.glassfish.expressly.lang.EvaluationContext
 
GT0 - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
GT1 - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.

H

hashCode() - Method in class org.glassfish.expressly.lang.FunctionMapperImpl.Function
 
hashCode() - Method in class org.glassfish.expressly.MethodExpressionImpl
Returns the hash code for this Expression.
hashCode() - Method in class org.glassfish.expressly.MethodExpressionLiteral
 
hashCode() - Method in interface org.glassfish.expressly.parser.Node
 
hashCode() - Method in class org.glassfish.expressly.parser.SimpleNode
 
hashCode() - Method in class org.glassfish.expressly.ValueExpressionImpl
 
hashCode() - Method in class org.glassfish.expressly.ValueExpressionLiteral
 
hasNext() - Method in class org.glassfish.expressly.stream.Stream.Iterator1
 
hasNext() - Method in class org.glassfish.expressly.stream.Stream.Iterator2
 

I

id - Variable in class org.glassfish.expressly.parser.SimpleNode
 
Identifier() - Method in class org.glassfish.expressly.parser.ELParser
 
IDENTIFIER - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
ifPresent(LambdaExpression) - Method in class org.glassfish.expressly.stream.Optional
 
ILLEGAL_CHARACTER - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
image - Variable in class org.glassfish.expressly.parser.ELParserTokenManager
 
image - Variable in class org.glassfish.expressly.parser.SimpleNode
 
image - Variable in class org.glassfish.expressly.parser.Token
The string image of the token.
IMPL_OBJ_START - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
IN_EXPRESSION - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
Lexical state.
IN_MAP - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
Lexical state.
inBuf - Variable in class org.glassfish.expressly.parser.SimpleCharStream
 
input_stream - Variable in class org.glassfish.expressly.parser.ELParserTokenManager
 
inputStream - Variable in class org.glassfish.expressly.parser.SimpleCharStream
 
INSTANCEOF - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
Integer() - Method in class org.glassfish.expressly.parser.ELParser
 
INTEGER_LITERAL - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
INVALID_LEXICAL_STATE - Static variable in exception class org.glassfish.expressly.parser.TokenMgrError
Tried to change to an invalid lexical state.
invoke(ELContext, Object[]) - Method in class org.glassfish.expressly.MethodExpressionImpl
Evaluates the expression relative to the provided context, invokes the method that was found using the supplied parameters, and returns the result of the method invocation.
invoke(ELContext, Object[]) - Method in class org.glassfish.expressly.MethodExpressionLiteral
 
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.glassfish.expressly.stream.StreamELResolver
 
invoke(Object, Method, Object[]) - Method in class org.glassfish.expressly.lang.ELSupport.LambdaHandler
 
invoke(EvaluationContext, Class<?>[], Object[]) - Method in class org.glassfish.expressly.parser.AstChoice
 
invoke(EvaluationContext, Class<?>[], Object[]) - Method in class org.glassfish.expressly.parser.AstIdentifier
 
invoke(EvaluationContext, Class<?>[], Object[]) - Method in class org.glassfish.expressly.parser.AstValue
 
invoke(EvaluationContext, Class<?>[], Object[]) - Method in interface org.glassfish.expressly.parser.Node
 
invoke(EvaluationContext, Class<?>[], Object[]) - Method in class org.glassfish.expressly.parser.SimpleNode
 
invokeMethod(ELContext, Method, Object, Object[]) - Static method in class org.glassfish.expressly.util.ReflectionUtil
 
isAssignableFrom(Class<?>, Class<?>) - Static method in class org.glassfish.expressly.util.ReflectionUtil
 
isBackwardCompatible22 - Variable in class org.glassfish.expressly.ExpressionFactoryImpl
 
isBigDecimalOp(Object, Object) - Static method in class org.glassfish.expressly.lang.ELSupport
 
isBigIntegerOp(Object, Object) - Static method in class org.glassfish.expressly.lang.ELSupport
 
isBridge() - Method in class org.glassfish.expressly.util.ReflectionUtil.MethodWrapper
 
isBridge() - Method in class org.glassfish.expressly.util.ReflectionUtil.Wrapper
 
isCoercibleFrom(Object, Class<?>) - Static method in class org.glassfish.expressly.util.ReflectionUtil
 
isDoubleOp(Object, Object) - Static method in class org.glassfish.expressly.lang.ELSupport
 
isDoubleStringOp(Object, Object) - Static method in class org.glassfish.expressly.lang.ELSupport
 
isElContextSetter(Method, Object[]) - Method in class org.glassfish.expressly.lang.ELSupport.LambdaHandler
 
isFunctionalInterface(Class<?>) - Static method in class org.glassfish.expressly.lang.ELSupport
 
isInObject(Method) - Static method in class org.glassfish.expressly.lang.ELSupport
 
isLambdaArgument(String) - Method in class org.glassfish.expressly.lang.EvaluationContext
 
isLiteralText() - Method in class org.glassfish.expressly.MethodExpressionImpl
 
isLiteralText() - Method in class org.glassfish.expressly.MethodExpressionLiteral
 
isLiteralText() - Method in class org.glassfish.expressly.ValueExpressionImpl
 
isLiteralText() - Method in class org.glassfish.expressly.ValueExpressionLiteral
 
isLongOp(Object, Object) - Static method in class org.glassfish.expressly.lang.ELSupport
 
isMethodCall() - Method in class org.glassfish.expressly.parser.AstValue.Target
 
isMoreSpecific(Class<?>, Class<?>, Class<?>, boolean) - Static method in class org.glassfish.expressly.util.ReflectionUtil
 
isMoreSpecific(ReflectionUtil.Wrapper, ReflectionUtil.Wrapper, Class<?>[], boolean) - Static method in class org.glassfish.expressly.util.ReflectionUtil
 
isNumber(Object) - Static method in class org.glassfish.expressly.lang.ELArithmetic
 
isNumberType(Class<?>) - Static method in class org.glassfish.expressly.lang.ELArithmetic
 
isParametersProvided() - Method in class org.glassfish.expressly.MethodExpressionImpl
 
isParametersProvided() - Method in class org.glassfish.expressly.parser.AstMethodArguments
 
isParametersProvided() - Method in class org.glassfish.expressly.parser.AstValue
 
isParametersProvided() - Method in interface org.glassfish.expressly.parser.Node
 
isParametersProvided() - Method in class org.glassfish.expressly.parser.SimpleNode
 
isPresent() - Method in class org.glassfish.expressly.stream.Optional
 
isPropertyResolved() - Method in class org.glassfish.expressly.lang.EvaluationContext
 
isReadOnly(ELContext) - Method in class org.glassfish.expressly.ValueExpressionImpl
 
isReadOnly(ELContext) - Method in class org.glassfish.expressly.ValueExpressionLiteral
 
isReadOnly(ELContext, Object, Object) - Method in class org.glassfish.expressly.stream.StreamELResolver
 
isReadOnly(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstChoice
 
isReadOnly(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstDeferredExpression
 
isReadOnly(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstDynamicExpression
 
isReadOnly(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstIdentifier
 
isReadOnly(EvaluationContext) - Method in class org.glassfish.expressly.parser.AstValue
 
isReadOnly(EvaluationContext) - Method in interface org.glassfish.expressly.parser.Node
 
isReadOnly(EvaluationContext) - Method in class org.glassfish.expressly.parser.SimpleNode
 
isStringFloat(String) - Static method in class org.glassfish.expressly.lang.ELSupport
 
isVarArgs() - Method in class org.glassfish.expressly.util.ReflectionUtil.MethodWrapper
 
isVarArgs() - Method in class org.glassfish.expressly.util.ReflectionUtil.Wrapper
 
iter - Variable in class org.glassfish.expressly.stream.Stream.Iterator1
 
iterator() - Method in class org.glassfish.expressly.stream.Stream
 
iterator(Iterator<Object>) - Method in interface org.glassfish.expressly.stream.Operator
 
Iterator0() - Constructor for class org.glassfish.expressly.stream.Stream.Iterator0
 
Iterator1(Iterator<?>) - Constructor for class org.glassfish.expressly.stream.Stream.Iterator1
 
Iterator2(Iterator<?>) - Constructor for class org.glassfish.expressly.stream.Stream.Iterator2
 

J

jj_2_1(int) - Method in class org.glassfish.expressly.parser.ELParser
 
jj_2_2(int) - Method in class org.glassfish.expressly.parser.ELParser
 
jj_2_3(int) - Method in class org.glassfish.expressly.parser.ELParser
 
jj_2_4(int) - Method in class org.glassfish.expressly.parser.ELParser
 
jj_2_5(int) - Method in class org.glassfish.expressly.parser.ELParser
 
jj_2_6(int) - Method in class org.glassfish.expressly.parser.ELParser
 
jj_2_rtns - Variable in class org.glassfish.expressly.parser.ELParser
 
jj_3_1() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3_2() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3_3() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3_4() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3_5() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3_6() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_100() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_101() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_102() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_103() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_18() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_19() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_20() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_21() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_22() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_23() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_24() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_25() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_26() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_27() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_28() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_29() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_30() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_31() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_32() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_33() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_34() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_35() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_36() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_37() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_38() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_39() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_40() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_41() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_42() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_43() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_44() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_45() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_46() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_47() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_48() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_49() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_50() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_51() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_52() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_53() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_54() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_55() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_56() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_57() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_58() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_59() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_60() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_61() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_62() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_63() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_64() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_65() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_66() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_67() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_68() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_69() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_70() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_71() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_72() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_73() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_74() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_75() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_76() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_77() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_78() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_79() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_80() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_81() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_82() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_83() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_84() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_85() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_86() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_87() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_88() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_89() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_90() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_91() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_92() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_93() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_94() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_95() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_96() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_97() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_98() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_3R_99() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_add_error_token(int, int) - Method in class org.glassfish.expressly.parser.ELParser
 
jj_consume_token(int) - Method in class org.glassfish.expressly.parser.ELParser
 
jj_endpos - Variable in class org.glassfish.expressly.parser.ELParser
 
jj_expentries - Variable in class org.glassfish.expressly.parser.ELParser
 
jj_expentry - Variable in class org.glassfish.expressly.parser.ELParser
 
jj_gc - Variable in class org.glassfish.expressly.parser.ELParser
 
jj_gen - Variable in class org.glassfish.expressly.parser.ELParser
 
jj_input_stream - Variable in class org.glassfish.expressly.parser.ELParser
 
jj_kind - Variable in class org.glassfish.expressly.parser.ELParser
 
jj_la - Variable in class org.glassfish.expressly.parser.ELParser
 
jj_la1 - Variable in class org.glassfish.expressly.parser.ELParser
 
jj_la1_0 - Static variable in class org.glassfish.expressly.parser.ELParser
 
jj_la1_1 - Static variable in class org.glassfish.expressly.parser.ELParser
 
jj_la1_init_0() - Static method in class org.glassfish.expressly.parser.ELParser
 
jj_la1_init_1() - Static method in class org.glassfish.expressly.parser.ELParser
 
jj_lastpos - Variable in class org.glassfish.expressly.parser.ELParser
 
jj_lasttokens - Variable in class org.glassfish.expressly.parser.ELParser
 
jj_ls - Variable in class org.glassfish.expressly.parser.ELParser
 
jj_nt - Variable in class org.glassfish.expressly.parser.ELParser
Next token.
jj_ntk - Variable in class org.glassfish.expressly.parser.ELParser
 
jj_ntk() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_rescan - Variable in class org.glassfish.expressly.parser.ELParser
 
jj_rescan_token() - Method in class org.glassfish.expressly.parser.ELParser
 
jj_save(int, int) - Method in class org.glassfish.expressly.parser.ELParser
 
jj_scan_token(int) - Method in class org.glassfish.expressly.parser.ELParser
 
jj_scanpos - Variable in class org.glassfish.expressly.parser.ELParser
 
jjAddStates(int, int) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjbitVec0 - Static variable in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjbitVec2 - Static variable in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjbitVec3 - Static variable in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjbitVec4 - Static variable in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjbitVec5 - Static variable in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjbitVec6 - Static variable in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjbitVec7 - Static variable in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjbitVec8 - Static variable in class org.glassfish.expressly.parser.ELParserTokenManager
 
JJCalls() - Constructor for class org.glassfish.expressly.parser.ELParser.JJCalls
 
jjCanMove_0(int, int, int, long, long) - Static method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjCanMove_1(int, int, int, long, long) - Static method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjCheckNAdd(int) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjCheckNAddStates(int, int) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjCheckNAddTwoStates(int, int) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjFillToken() - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjimage - Variable in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjimageLen - Variable in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjmatchedKind - Variable in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjmatchedPos - Variable in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjMoveNfa_0(int, int) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjMoveNfa_1(int, int) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjMoveNfa_2(int, int) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjMoveStringLiteralDfa0_0() - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjMoveStringLiteralDfa0_1() - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjMoveStringLiteralDfa0_2() - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjMoveStringLiteralDfa1_0(long) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjMoveStringLiteralDfa1_1(long) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjMoveStringLiteralDfa1_2(long) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjMoveStringLiteralDfa2_1(long, long) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjMoveStringLiteralDfa2_2(long, long) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjMoveStringLiteralDfa3_1(long, long) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjMoveStringLiteralDfa3_2(long, long) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjMoveStringLiteralDfa4_1(long, long) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjMoveStringLiteralDfa4_2(long, long) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjMoveStringLiteralDfa5_1(long, long) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjMoveStringLiteralDfa5_2(long, long) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjMoveStringLiteralDfa6_1(long, long) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjMoveStringLiteralDfa6_2(long, long) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjMoveStringLiteralDfa7_1(long, long) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjMoveStringLiteralDfa7_2(long, long) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjMoveStringLiteralDfa8_1(long, long) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjMoveStringLiteralDfa8_2(long, long) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjMoveStringLiteralDfa9_1(long, long) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjMoveStringLiteralDfa9_2(long, long) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjnewLexState - Static variable in class org.glassfish.expressly.parser.ELParserTokenManager
Lex State array.
jjnewStateCnt - Variable in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjnextStates - Static variable in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjround - Variable in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjrounds - Variable in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjStartNfa_0(int, long) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjStartNfa_1(int, long) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjStartNfa_2(int, long) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjStartNfaWithStates_0(int, int, int) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjStartNfaWithStates_1(int, int, int) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjStartNfaWithStates_2(int, int, int) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjstateSet - Variable in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjStopAtPos(int, int) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjStopStringLiteralDfa_0(int, long) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjStopStringLiteralDfa_1(int, long) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjStopStringLiteralDfa_2(int, long) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjstrLiteralImages - Static variable in class org.glassfish.expressly.parser.ELParserTokenManager
Token literal values.
jjtAddChild(Node, int) - Method in interface org.glassfish.expressly.parser.Node
This method tells the node to add its argument to the node's list of children.
jjtAddChild(Node, int) - Method in class org.glassfish.expressly.parser.SimpleNode
 
JJTAND - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTASSIGN - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTBRACKETSUFFIX - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTCHOICE - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
jjtClose() - Method in interface org.glassfish.expressly.parser.Node
This method is called after all the child nodes have been added.
jjtClose() - Method in class org.glassfish.expressly.parser.SimpleNode
 
JJTCOMPOSITEEXPRESSION - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTCONCAT - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTDEFERREDEXPRESSION - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTDIV - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTDOTSUFFIX - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTDYNAMICEXPRESSION - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTELParserState - Class in org.glassfish.expressly.parser
 
JJTELParserState() - Constructor for class org.glassfish.expressly.parser.JJTELParserState
 
JJTEMPTY - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTEQUAL - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTFALSE - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTFLOATINGPOINT - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTFUNCTION - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
jjtGetChild(int) - Method in interface org.glassfish.expressly.parser.Node
This method returns a child node.
jjtGetChild(int) - Method in class org.glassfish.expressly.parser.SimpleNode
 
jjtGetNumChildren() - Method in interface org.glassfish.expressly.parser.Node
Return the number of children the node has.
jjtGetNumChildren() - Method in class org.glassfish.expressly.parser.SimpleNode
 
jjtGetParent() - Method in interface org.glassfish.expressly.parser.Node
 
jjtGetParent() - Method in class org.glassfish.expressly.parser.SimpleNode
 
JJTGREATERTHAN - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTGREATERTHANEQUAL - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTIDENTIFIER - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTINTEGER - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTLAMBDAEXPRESSION - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTLAMBDAPARAMETERS - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTLESSTHAN - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTLESSTHANEQUAL - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTLISTDATA - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTLITERALEXPRESSION - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTMAPDATA - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTMAPENTRY - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTMETHODARGUMENTS - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTMINUS - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTMOD - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTMULT - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTNEGATIVE - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
jjtNodeName - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTNOT - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTNOTEQUAL - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTNULL - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
jjtOpen() - Method in interface org.glassfish.expressly.parser.Node
This method is called after the node has been made the current node.
jjtOpen() - Method in class org.glassfish.expressly.parser.SimpleNode
 
JJTOR - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
jjtoSkip - Static variable in class org.glassfish.expressly.parser.ELParserTokenManager
 
jjtoToken - Static variable in class org.glassfish.expressly.parser.ELParserTokenManager
 
JJTPLUS - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
jjtree - Variable in class org.glassfish.expressly.parser.ELParser
 
JJTSEMICOLON - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
jjtSetParent(Node) - Method in interface org.glassfish.expressly.parser.Node
This pair of methods are used to inform the node of its parent.
jjtSetParent(Node) - Method in class org.glassfish.expressly.parser.SimpleNode
 
JJTSTRING - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTTRUE - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTVALUE - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 
JJTVOID - Static variable in interface org.glassfish.expressly.parser.ELParserTreeConstants
 

K

key - Variable in class org.glassfish.expressly.lang.ExpressionBuilder.NodeSoftReference
 
kind - Variable in class org.glassfish.expressly.parser.Token
An integer that describes the kind of this token.

L

lambdaExpression - Variable in class org.glassfish.expressly.lang.ELSupport.LambdaHandler
 
LambdaExpression() - Method in class org.glassfish.expressly.parser.ELParser
 
LambdaExpressionOrCall() - Method in class org.glassfish.expressly.parser.ELParser
 
LambdaHandler(ELContext, LambdaExpression) - Constructor for class org.glassfish.expressly.lang.ELSupport.LambdaHandler
 
LambdaParameters() - Method in class org.glassfish.expressly.parser.ELParser
 
LBRACK - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
LE0 - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
LE1 - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
lengthOfMatch - Variable in class org.glassfish.expressly.parser.ELParserTokenManager
 
LETTER - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
LEXICAL_ERROR - Static variable in exception class org.glassfish.expressly.parser.TokenMgrError
Lexical error occured.
LexicalError(boolean, int, int, int, String, char) - Static method in exception class org.glassfish.expressly.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.glassfish.expressly.parser.ELParserTokenManager
Lexer state names.
limit(long) - Method in class org.glassfish.expressly.stream.Stream
 
line - Variable in class org.glassfish.expressly.parser.SimpleCharStream
 
ListData() - Method in class org.glassfish.expressly.parser.ELParser
 
Literal() - Method in class org.glassfish.expressly.parser.ELParser
 
LITERAL_EXPRESSION - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
LiteralExpression() - Method in class org.glassfish.expressly.parser.ELParser
 
localName - Variable in class org.glassfish.expressly.lang.FunctionMapperImpl.Function
 
localName - Variable in class org.glassfish.expressly.parser.AstFunction
 
LONG - Static variable in class org.glassfish.expressly.lang.ELArithmetic
 
LongDelegate() - Constructor for class org.glassfish.expressly.lang.ELArithmetic.LongDelegate
 
LookaheadSuccess() - Constructor for exception class org.glassfish.expressly.parser.ELParser.LookaheadSuccess
 
LOOP_DETECTED - Static variable in exception class org.glassfish.expressly.parser.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.
LPAREN - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
LT0 - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
LT1 - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.

M

map - Variable in class org.glassfish.expressly.lang.ExpressionBuilder.SoftConcurrentHashMap
 
map(LambdaExpression) - Method in class org.glassfish.expressly.stream.Stream
 
MapData() - Method in class org.glassfish.expressly.parser.ELParser
 
MapEntry() - Method in class org.glassfish.expressly.parser.ELParser
 
marks - Variable in class org.glassfish.expressly.parser.JJTELParserState
 
matches(Object, Object) - Method in class org.glassfish.expressly.lang.ELArithmetic.BigDecimalDelegate
 
matches(Object, Object) - Method in class org.glassfish.expressly.lang.ELArithmetic.BigIntegerDelegate
 
matches(Object, Object) - Method in class org.glassfish.expressly.lang.ELArithmetic.DoubleDelegate
 
matches(Object, Object) - Method in class org.glassfish.expressly.lang.ELArithmetic.LongDelegate
 
matches(Object, Object) - Method in class org.glassfish.expressly.lang.ELArithmetic
 
Math() - Method in class org.glassfish.expressly.parser.ELParser
 
max() - Method in class org.glassfish.expressly.stream.Stream
 
max(LambdaExpression) - Method in class org.glassfish.expressly.stream.Stream
 
maxNextCharInd - Variable in class org.glassfish.expressly.parser.SimpleCharStream
 
memento - Variable in class org.glassfish.expressly.lang.FunctionMapperFactory
 
MessageFactory - Class in org.glassfish.expressly.util
 
MessageFactory() - Constructor for class org.glassfish.expressly.util.MessageFactory
 
method - Variable in class org.glassfish.expressly.lang.FunctionMapperImpl.Function
 
method - Variable in class org.glassfish.expressly.util.ReflectionUtil.MethodWrapper
 
MethodArguments() - Method in class org.glassfish.expressly.parser.ELParser
 
MethodExpressionImpl - Class in org.glassfish.expressly
An Expression that refers to a method on an object.
MethodExpressionImpl() - Constructor for class org.glassfish.expressly.MethodExpressionImpl
 
MethodExpressionImpl(String, Node, FunctionMapper, VariableMapper, Class<?>, Class<?>[]) - Constructor for class org.glassfish.expressly.MethodExpressionImpl
 
MethodExpressionLiteral - Class in org.glassfish.expressly
 
MethodExpressionLiteral() - Constructor for class org.glassfish.expressly.MethodExpressionLiteral
 
MethodExpressionLiteral(String, Class<?>, Class<?>[]) - Constructor for class org.glassfish.expressly.MethodExpressionLiteral
 
MethodWrapper(Method) - Constructor for class org.glassfish.expressly.util.ReflectionUtil.MethodWrapper
 
min() - Method in class org.glassfish.expressly.stream.Stream
 
min(LambdaExpression) - Method in class org.glassfish.expressly.stream.Stream
 
MINUS - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
mk - Variable in class org.glassfish.expressly.parser.JJTELParserState
 
mod(Number, Number) - Method in class org.glassfish.expressly.lang.ELArithmetic.BigDecimalDelegate
 
mod(Number, Number) - Method in class org.glassfish.expressly.lang.ELArithmetic.BigIntegerDelegate
 
mod(Number, Number) - Method in class org.glassfish.expressly.lang.ELArithmetic.DoubleDelegate
 
mod(Number, Number) - Method in class org.glassfish.expressly.lang.ELArithmetic.LongDelegate
 
mod(Number, Number) - Method in class org.glassfish.expressly.lang.ELArithmetic
 
mod(Object, Object) - Static method in class org.glassfish.expressly.lang.ELArithmetic
 
MOD0 - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
MOD1 - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
momento - Variable in class org.glassfish.expressly.lang.VariableMapperFactory
 
MULT - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
Multiplication() - Method in class org.glassfish.expressly.parser.ELParser
 
multiply(Number, Number) - Method in class org.glassfish.expressly.lang.ELArithmetic.BigDecimalDelegate
 
multiply(Number, Number) - Method in class org.glassfish.expressly.lang.ELArithmetic.BigIntegerDelegate
 
multiply(Number, Number) - Method in class org.glassfish.expressly.lang.ELArithmetic.DoubleDelegate
 
multiply(Number, Number) - Method in class org.glassfish.expressly.lang.ELArithmetic.LongDelegate
 
multiply(Number, Number) - Method in class org.glassfish.expressly.lang.ELArithmetic
 
multiply(Object, Object) - Static method in class org.glassfish.expressly.lang.ELArithmetic
 

N

name - Variable in class org.glassfish.expressly.lang.FunctionMapperImpl.Function
 
NE0 - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
NE1 - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
newToken(int) - Static method in class org.glassfish.expressly.parser.Token
Returns a new Token object, by default.
next - Variable in class org.glassfish.expressly.parser.ELParser.JJCalls
 
next - Variable in class org.glassfish.expressly.parser.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class org.glassfish.expressly.stream.Stream.Iterator2
 
node - Variable in class org.glassfish.expressly.MethodExpressionImpl
 
node - Variable in class org.glassfish.expressly.ValueExpressionImpl
 
Node - Interface in org.glassfish.expressly.parser
 
node_created - Variable in class org.glassfish.expressly.parser.JJTELParserState
 
nodeArity() - Method in class org.glassfish.expressly.parser.JJTELParserState
 
nodeCreated() - Method in class org.glassfish.expressly.parser.JJTELParserState
 
nodes - Variable in class org.glassfish.expressly.parser.JJTELParserState
 
NodeSoftReference(String, Node, ReferenceQueue<Node>) - Constructor for class org.glassfish.expressly.lang.ExpressionBuilder.NodeSoftReference
 
NodeVisitor - Interface in org.glassfish.expressly.parser
 
noneMatch(LambdaExpression) - Method in class org.glassfish.expressly.stream.Stream
 
NonLiteral() - Method in class org.glassfish.expressly.parser.ELParser
 
NOT0 - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
NOT1 - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
notifyAfterEvaluation(String) - Method in class org.glassfish.expressly.lang.EvaluationContext
 
notifyBeforeEvaluation(String) - Method in class org.glassfish.expressly.lang.EvaluationContext
 
notifyPropertyResolved(Object, Object) - Method in class org.glassfish.expressly.lang.EvaluationContext
 
Null() - Method in class org.glassfish.expressly.parser.ELParser
 
NULL - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
number - Variable in class org.glassfish.expressly.parser.AstFloatingPoint
 
number - Variable in class org.glassfish.expressly.parser.AstInteger
 

O

op - Variable in class org.glassfish.expressly.stream.Stream
 
openNodeScope(Node) - Method in class org.glassfish.expressly.parser.JJTELParserState
 
Operator - Interface in org.glassfish.expressly.stream
 
Optional - Class in org.glassfish.expressly.stream
 
Optional() - Constructor for class org.glassfish.expressly.stream.Optional
 
Optional(Object) - Constructor for class org.glassfish.expressly.stream.Optional
 
Or() - Method in class org.glassfish.expressly.parser.ELParser
 
OR0 - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
OR1 - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
orElse(Object) - Method in class org.glassfish.expressly.stream.Optional
 
orElseGet(LambdaExpression) - Method in class org.glassfish.expressly.stream.Optional
 
org.glassfish.expressly - package org.glassfish.expressly
 
org.glassfish.expressly.lang - package org.glassfish.expressly.lang
 
org.glassfish.expressly.parser - package org.glassfish.expressly.parser
 
org.glassfish.expressly.stream - package org.glassfish.expressly.stream
 
org.glassfish.expressly.util - package org.glassfish.expressly.util
 
owner - Variable in class org.glassfish.expressly.lang.FunctionMapperImpl.Function
 

P

paramString(Class<?>[]) - Static method in class org.glassfish.expressly.util.ReflectionUtil
 
paramTypes - Variable in class org.glassfish.expressly.MethodExpressionImpl
 
paramTypes - Variable in class org.glassfish.expressly.MethodExpressionLiteral
 
parent - Variable in class org.glassfish.expressly.parser.SimpleNode
 
parse(String) - Static method in class org.glassfish.expressly.parser.ELParser
 
ParseException - Exception Class in org.glassfish.expressly.parser
This exception is thrown when parse errors are encountered.
ParseException() - Constructor for exception class org.glassfish.expressly.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception class org.glassfish.expressly.parser.ParseException
 
ParseException(Token, int[][], String[]) - Constructor for exception class org.glassfish.expressly.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
peek(LambdaExpression) - Method in class org.glassfish.expressly.stream.Stream
 
peekNode() - Method in class org.glassfish.expressly.parser.JJTELParserState
 
PLUS - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
popNode() - Method in class org.glassfish.expressly.parser.JJTELParserState
 
prefix - Variable in class org.glassfish.expressly.lang.FunctionMapperImpl.Function
 
prefix - Variable in class org.glassfish.expressly.parser.AstFunction
 
prepare(Node) - Method in class org.glassfish.expressly.lang.ExpressionBuilder
Scan the expression nodes and captures the functions and variables used in this expression.
prevCharIsCR - Variable in class org.glassfish.expressly.parser.SimpleCharStream
 
prevCharIsLF - Variable in class org.glassfish.expressly.parser.SimpleCharStream
 
PRIMITIVE_NAMES - Static variable in class org.glassfish.expressly.util.ReflectionUtil
 
PRIMITIVES - Static variable in class org.glassfish.expressly.util.ReflectionUtil
 
properties - Variable in class org.glassfish.expressly.ExpressionFactoryImpl
 
pushNode(Node) - Method in class org.glassfish.expressly.parser.JJTELParserState
 
put(String, Node) - Method in class org.glassfish.expressly.lang.ExpressionBuilder.SoftConcurrentHashMap
 
putContext(Class<?>, Object) - Method in class org.glassfish.expressly.lang.EvaluationContext
 
putIfAbsent(String, Node) - Method in class org.glassfish.expressly.lang.ExpressionBuilder.SoftConcurrentHashMap
 

Q

QUESTIONMARK - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.

R

RBRACK - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
RCURL - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
readChar() - Method in class org.glassfish.expressly.parser.SimpleCharStream
Read a character.
readExternal(ObjectInput) - Method in class org.glassfish.expressly.lang.FunctionMapperImpl.Function
 
readExternal(ObjectInput) - Method in class org.glassfish.expressly.lang.FunctionMapperImpl
 
readExternal(ObjectInput) - Method in class org.glassfish.expressly.lang.VariableMapperImpl
 
readExternal(ObjectInput) - Method in class org.glassfish.expressly.MethodExpressionImpl
 
readExternal(ObjectInput) - Method in class org.glassfish.expressly.MethodExpressionLiteral
 
readExternal(ObjectInput) - Method in class org.glassfish.expressly.ValueExpressionImpl
 
readExternal(ObjectInput) - Method in class org.glassfish.expressly.ValueExpressionLiteral
 
reduce(LambdaExpression) - Method in class org.glassfish.expressly.stream.Stream
 
reduce(Object, LambdaExpression) - Method in class org.glassfish.expressly.stream.Stream
 
ReflectionUtil - Class in org.glassfish.expressly.util
Utilities for Managing Serialization and Reflection
ReflectionUtil() - Constructor for class org.glassfish.expressly.util.ReflectionUtil
 
ReflectionUtil.MethodWrapper - Class in org.glassfish.expressly.util
 
ReflectionUtil.Wrapper - Class in org.glassfish.expressly.util
 
refQ - Variable in class org.glassfish.expressly.lang.ExpressionBuilder.SoftConcurrentHashMap
 
ReInit(InputStream) - Method in class org.glassfish.expressly.parser.ELParser
Reinitialise.
ReInit(InputStream) - Method in class org.glassfish.expressly.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class org.glassfish.expressly.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class org.glassfish.expressly.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.glassfish.expressly.parser.ELParser
Reinitialise.
ReInit(InputStream, String) - Method in class org.glassfish.expressly.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class org.glassfish.expressly.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class org.glassfish.expressly.parser.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.glassfish.expressly.parser.ELParser
Reinitialise.
ReInit(Reader) - Method in class org.glassfish.expressly.parser.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class org.glassfish.expressly.parser.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int, int) - Method in class org.glassfish.expressly.parser.SimpleCharStream
Reinitialise.
ReInit(ELParserTokenManager) - Method in class org.glassfish.expressly.parser.ELParser
Reinitialise.
ReInit(SimpleCharStream) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
Reinitialise parser.
ReInitRounds() - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
remove() - Method in class org.glassfish.expressly.stream.Stream.Iterator0
 
reset() - Method in class org.glassfish.expressly.parser.JJTELParserState
 
resolveFunction(String, String) - Method in class org.glassfish.expressly.lang.FunctionMapperFactory
 
resolveFunction(String, String) - Method in class org.glassfish.expressly.lang.FunctionMapperImpl
 
resolveVariable(String) - Method in class org.glassfish.expressly.lang.VariableMapperFactory
 
resolveVariable(String) - Method in class org.glassfish.expressly.lang.VariableMapperImpl
 
rootNode() - Method in class org.glassfish.expressly.parser.JJTELParserState
 
RPAREN - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.

S

SemiColon() - Method in class org.glassfish.expressly.parser.ELParser
 
SEMICOLON - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
serialVersionUID - Static variable in class org.glassfish.expressly.lang.ExpressionBuilder.SoftConcurrentHashMap
 
serialVersionUID - Static variable in class org.glassfish.expressly.lang.FunctionMapperImpl
 
serialVersionUID - Static variable in class org.glassfish.expressly.lang.VariableMapperImpl
 
serialVersionUID - Static variable in exception class org.glassfish.expressly.parser.ParseException
 
serialVersionUID - Static variable in class org.glassfish.expressly.parser.Token
 
serialVersionUID - Static variable in exception class org.glassfish.expressly.parser.TokenMgrError
 
serialVersionUID - Static variable in class org.glassfish.expressly.ValueExpressionLiteral
 
setDebugStream(PrintStream) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
Set debug output.
setElContext(ELContext) - Method in class org.glassfish.expressly.lang.ELSupport.LambdaHandler
 
setImage(String) - Method in class org.glassfish.expressly.parser.AstLiteralExpression
 
setImage(String) - Method in class org.glassfish.expressly.parser.AstString
 
setImage(String) - Method in class org.glassfish.expressly.parser.SimpleNode
 
setLocalName(String) - Method in class org.glassfish.expressly.parser.AstFunction
 
setPrefix(String) - Method in class org.glassfish.expressly.parser.AstFunction
 
setPropertyResolved(boolean) - Method in class org.glassfish.expressly.lang.EvaluationContext
 
setPropertyResolved(Object, Object) - Method in class org.glassfish.expressly.lang.EvaluationContext
 
setTabSize(int) - Method in class org.glassfish.expressly.parser.SimpleCharStream
 
setValue(ELContext, Object) - Method in class org.glassfish.expressly.ValueExpressionImpl
 
setValue(ELContext, Object) - Method in class org.glassfish.expressly.ValueExpressionLiteral
 
setValue(ELContext, Object, Object, Object) - Method in class org.glassfish.expressly.stream.StreamELResolver
 
setValue(EvaluationContext, Object) - Method in class org.glassfish.expressly.parser.AstChoice
 
setValue(EvaluationContext, Object) - Method in class org.glassfish.expressly.parser.AstDeferredExpression
 
setValue(EvaluationContext, Object) - Method in class org.glassfish.expressly.parser.AstDynamicExpression
 
setValue(EvaluationContext, Object) - Method in class org.glassfish.expressly.parser.AstIdentifier
 
setValue(EvaluationContext, Object) - Method in class org.glassfish.expressly.parser.AstSemiColon
 
setValue(EvaluationContext, Object) - Method in class org.glassfish.expressly.parser.AstValue
 
setValue(EvaluationContext, Object) - Method in interface org.glassfish.expressly.parser.Node
 
setValue(EvaluationContext, Object) - Method in class org.glassfish.expressly.parser.SimpleNode
 
setVariable(String, ValueExpression) - Method in class org.glassfish.expressly.lang.VariableMapperFactory
 
setVariable(String, ValueExpression) - Method in class org.glassfish.expressly.lang.VariableMapperImpl
 
SimpleCharStream - Class in org.glassfish.expressly.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.glassfish.expressly.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class org.glassfish.expressly.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.glassfish.expressly.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class org.glassfish.expressly.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.glassfish.expressly.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.glassfish.expressly.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class org.glassfish.expressly.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class org.glassfish.expressly.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int, int) - Constructor for class org.glassfish.expressly.parser.SimpleCharStream
Constructor.
SimpleNode - Class in org.glassfish.expressly.parser
 
SimpleNode(int) - Constructor for class org.glassfish.expressly.parser.SimpleNode
 
SoftConcurrentHashMap() - Constructor for class org.glassfish.expressly.lang.ExpressionBuilder.SoftConcurrentHashMap
 
sorted() - Method in class org.glassfish.expressly.stream.Stream
 
sorted(LambdaExpression) - Method in class org.glassfish.expressly.stream.Stream
 
source - Variable in class org.glassfish.expressly.stream.Stream
 
sp - Variable in class org.glassfish.expressly.parser.JJTELParserState
 
specialConstructor - Variable in exception class org.glassfish.expressly.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.glassfish.expressly.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.
stack - Variable in class org.glassfish.expressly.parser.ELParserTokenManager
 
START_DEFERRED_EXPRESSION - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
START_DYNAMIC_EXPRESSION - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
START_MAP - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
STATIC_LEXER_ERROR - Static variable in exception class org.glassfish.expressly.parser.TokenMgrError
An attempt wass made to create a second instance of a static token manager.
staticFlag - Static variable in class org.glassfish.expressly.parser.SimpleCharStream
Whether parser is static.
Stream - Class in org.glassfish.expressly.stream
 
Stream(Iterator<Object>) - Constructor for class org.glassfish.expressly.stream.Stream
 
Stream(Stream, Operator) - Constructor for class org.glassfish.expressly.stream.Stream
 
Stream.Iterator0 - Class in org.glassfish.expressly.stream
 
Stream.Iterator1 - Class in org.glassfish.expressly.stream
 
Stream.Iterator2 - Class in org.glassfish.expressly.stream
 
StreamELResolver - Class in org.glassfish.expressly.stream
 
StreamELResolver() - Constructor for class org.glassfish.expressly.stream.StreamELResolver
 
string - Variable in class org.glassfish.expressly.parser.AstString
 
String() - Method in class org.glassfish.expressly.parser.ELParser
 
STRING_LITERAL - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
substream(long) - Method in class org.glassfish.expressly.stream.Stream
 
substream(long, long) - Method in class org.glassfish.expressly.stream.Stream
 
subtract(Number, Number) - Method in class org.glassfish.expressly.lang.ELArithmetic.BigDecimalDelegate
 
subtract(Number, Number) - Method in class org.glassfish.expressly.lang.ELArithmetic.BigIntegerDelegate
 
subtract(Number, Number) - Method in class org.glassfish.expressly.lang.ELArithmetic.DoubleDelegate
 
subtract(Number, Number) - Method in class org.glassfish.expressly.lang.ELArithmetic.LongDelegate
 
subtract(Number, Number) - Method in class org.glassfish.expressly.lang.ELArithmetic
 
subtract(Object, Object) - Static method in class org.glassfish.expressly.lang.ELArithmetic
 
suffixNode - Variable in class org.glassfish.expressly.parser.AstValue.Target
 
sum() - Method in class org.glassfish.expressly.stream.Stream
 
SwitchTo(int) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
Switch to specified lex state.

T

tabSize - Variable in class org.glassfish.expressly.parser.SimpleCharStream
 
target - Variable in class org.glassfish.expressly.lang.FunctionMapperFactory
 
target - Variable in class org.glassfish.expressly.lang.VariableMapperFactory
 
Target(Object, Node, EvaluationContext) - Constructor for class org.glassfish.expressly.parser.AstValue.Target
 
throwUnhandled(Object, Object) - Static method in class org.glassfish.expressly.lang.ELSupport
 
toArray() - Method in class org.glassfish.expressly.stream.Stream
 
toFloat(String) - Static method in class org.glassfish.expressly.lang.ELSupport
 
token - Variable in class org.glassfish.expressly.parser.ELParser
Current token.
Token - Class in org.glassfish.expressly.parser
Describes the input token stream.
Token() - Constructor for class org.glassfish.expressly.parser.Token
 
token_source - Variable in class org.glassfish.expressly.parser.ELParser
Generated Token Manager.
tokenBegin - Variable in class org.glassfish.expressly.parser.SimpleCharStream
 
tokenImage - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
Literal token values.
tokenImage - Variable in exception class org.glassfish.expressly.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenLexicalActions(Token) - Method in class org.glassfish.expressly.parser.ELParserTokenManager
 
TokenMgrError - Exception Class in org.glassfish.expressly.parser
 
TokenMgrError() - Constructor for exception class org.glassfish.expressly.parser.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for exception class org.glassfish.expressly.parser.TokenMgrError
 
TokenMgrError(String, int) - Constructor for exception class org.glassfish.expressly.parser.TokenMgrError
 
toList() - Method in class org.glassfish.expressly.stream.Stream
 
toNumber(String) - Static method in class org.glassfish.expressly.lang.ELSupport
 
toString() - Method in class org.glassfish.expressly.parser.AstFunction
 
toString() - Method in class org.glassfish.expressly.parser.SimpleNode
 
toString() - Method in class org.glassfish.expressly.parser.Token
Returns the image.
toString() - Method in class org.glassfish.expressly.ValueExpressionImpl
 
toString(String) - Method in class org.glassfish.expressly.parser.SimpleNode
 
toTypeArray(String[]) - Static method in class org.glassfish.expressly.util.ReflectionUtil
Converts an array of Class names to Class types
toTypeNameArray(Class<?>[]) - Static method in class org.glassfish.expressly.util.ReflectionUtil
Converts an array of Class types to Class names
TRUE - Static variable in interface org.glassfish.expressly.parser.ELParserConstants
RegularExpression Id.
types - Variable in class org.glassfish.expressly.lang.FunctionMapperImpl.Function
 

U

Unary() - Method in class org.glassfish.expressly.parser.ELParser
 
unWrap() - Method in class org.glassfish.expressly.util.ReflectionUtil.MethodWrapper
 
unWrap() - Method in class org.glassfish.expressly.util.ReflectionUtil.Wrapper
 
UpdateLineColumn(char) - Method in class org.glassfish.expressly.parser.SimpleCharStream
 
upstream - Variable in class org.glassfish.expressly.stream.Stream
 

V

value - Variable in class org.glassfish.expressly.stream.Optional
 
value - Variable in class org.glassfish.expressly.ValueExpressionLiteral
 
Value() - Method in class org.glassfish.expressly.parser.ELParser
 
ValueExpressionImpl - Class in org.glassfish.expressly
An Expression that can get or set a value.
ValueExpressionImpl() - Constructor for class org.glassfish.expressly.ValueExpressionImpl
 
ValueExpressionImpl(String, Node, FunctionMapper, VariableMapper, Class<?>) - Constructor for class org.glassfish.expressly.ValueExpressionImpl
 
ValueExpressionLiteral - Class in org.glassfish.expressly
 
ValueExpressionLiteral() - Constructor for class org.glassfish.expressly.ValueExpressionLiteral
 
ValueExpressionLiteral(Object, Class<?>) - Constructor for class org.glassfish.expressly.ValueExpressionLiteral
 
ValuePrefix() - Method in class org.glassfish.expressly.parser.ELParser
 
ValueSuffix() - Method in class org.glassfish.expressly.parser.ELParser
 
variableMapper - Variable in class org.glassfish.expressly.MethodExpressionImpl
 
variableMapper - Variable in class org.glassfish.expressly.ValueExpressionImpl
 
VariableMapperFactory - Class in org.glassfish.expressly.lang
Creates a VariableMapper for the variables used in the expression.
VariableMapperFactory(VariableMapper) - Constructor for class org.glassfish.expressly.lang.VariableMapperFactory
 
VariableMapperImpl - Class in org.glassfish.expressly.lang
 
VariableMapperImpl() - Constructor for class org.glassfish.expressly.lang.VariableMapperImpl
 
varMapper - Variable in class org.glassfish.expressly.lang.EvaluationContext
 
varMapper - Variable in class org.glassfish.expressly.lang.ExpressionBuilder
 
vars - Variable in class org.glassfish.expressly.lang.VariableMapperImpl
 
visit(Node) - Method in class org.glassfish.expressly.lang.ExpressionBuilder
 
visit(Node) - Method in interface org.glassfish.expressly.parser.NodeVisitor
 

W

wrap(Method[], String) - Static method in class org.glassfish.expressly.util.ReflectionUtil.Wrapper
 
Wrapper() - Constructor for class org.glassfish.expressly.util.ReflectionUtil.Wrapper
 
writeExternal(ObjectOutput) - Method in class org.glassfish.expressly.lang.FunctionMapperImpl.Function
 
writeExternal(ObjectOutput) - Method in class org.glassfish.expressly.lang.FunctionMapperImpl
 
writeExternal(ObjectOutput) - Method in class org.glassfish.expressly.lang.VariableMapperImpl
 
writeExternal(ObjectOutput) - Method in class org.glassfish.expressly.MethodExpressionImpl
 
writeExternal(ObjectOutput) - Method in class org.glassfish.expressly.MethodExpressionLiteral
 
writeExternal(ObjectOutput) - Method in class org.glassfish.expressly.ValueExpressionImpl
 
writeExternal(ObjectOutput) - Method in class org.glassfish.expressly.ValueExpressionLiteral
 

Y

yielded - Variable in class org.glassfish.expressly.stream.Stream.Iterator2
 

Z

ZERO - Static variable in class org.glassfish.expressly.lang.ELArithmetic
 
ZERO - Static variable in class org.glassfish.expressly.lang.ELSupport
 
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form