Package com.sun.el.parser
Class ELParser
java.lang.Object
com.sun.el.parser.ELParser
- All Implemented Interfaces:
ELParserConstants
,ELParserTreeConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionNext token.protected JJTELParserState
Current token.Generated Token Manager.Fields inherited from interface com.sun.el.parser.ELParserConstants
AND0, AND1, ARROW, ASSIGN, BADLY_ESCAPED_STRING_LITERAL, COLON, COMMA, CONCAT, DEFAULT, DIGIT, DIV0, DIV1, DOT, EMPTY, EOF, EQ0, EQ1, EXPONENT, FALSE, FLOATING_POINT_LITERAL, GE0, GE1, GT0, GT1, IDENTIFIER, ILLEGAL_CHARACTER, IMPL_OBJ_START, IN_EXPRESSION, IN_MAP, INSTANCEOF, INTEGER_LITERAL, LBRACK, LE0, LE1, LETTER, LITERAL_EXPRESSION, LPAREN, LT0, LT1, MINUS, MOD0, MOD1, MULT, NE0, NE1, NOT0, NOT1, NULL, OR0, OR1, PLUS, QUESTIONMARK, RBRACK, RCURL, RPAREN, SEMICOLON, START_DEFERRED_EXPRESSION, START_DYNAMIC_EXPRESSION, START_MAP, STRING_LITERAL, tokenImage, TRUE
Fields inherited from interface com.sun.el.parser.ELParserTreeConstants
JJTAND, JJTASSIGN, JJTBRACKETSUFFIX, JJTCHOICE, JJTCOMPOSITEEXPRESSION, JJTCONCAT, JJTDEFERREDEXPRESSION, JJTDIV, JJTDOTSUFFIX, JJTDYNAMICEXPRESSION, JJTEMPTY, JJTEQUAL, JJTFALSE, JJTFLOATINGPOINT, JJTFUNCTION, JJTGREATERTHAN, JJTGREATERTHANEQUAL, JJTIDENTIFIER, JJTINTEGER, JJTLAMBDAEXPRESSION, JJTLAMBDAPARAMETERS, JJTLESSTHAN, JJTLESSTHANEQUAL, JJTLISTDATA, JJTLITERALEXPRESSION, JJTMAPDATA, JJTMAPENTRY, JJTMETHODARGUMENTS, JJTMINUS, JJTMOD, JJTMULT, JJTNEGATIVE, jjtNodeName, JJTNOT, JJTNOTEQUAL, JJTNULL, JJTOR, JJTPLUS, JJTSEMICOLON, JJTSTRING, JJTTRUE, JJTVALUE, JJTVOID
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor with generated Token Manager.ELParser
(InputStream stream) Constructor with InputStream.ELParser
(InputStream stream, String encoding) Constructor with InputStream and supplied encodingConstructor. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
And()
final void
final void
Boolean()
final void
final void
Choice()
final void
Compare()
final AstCompositeExpression
final void
final void
final void
Disable tracing.final void
final void
final void
Enable tracing.final void
Equality()
final void
final void
final void
Function()
Generate ParseException.final Token
Get the next Token.final Token
getToken
(int index) Get the specific Token.final void
final void
Integer()
final void
final void
final void
final void
ListData()
final void
Literal()
final void
final void
MapData()
final void
MapEntry()
final void
Math()
final void
final void
final void
final void
Null()
final void
Or()
static Node
void
Reinitialise.void
ReInit
(InputStream stream) Reinitialise.void
ReInit
(InputStream stream, String encoding) Reinitialise.void
Reinitialise.final void
final void
String()
final boolean
Trace enabled.final void
Unary()
final void
Value()
final void
final void
-
Field Details
-
jjtree
-
token_source
Generated Token Manager. -
token
Current token. -
jj_nt
Next token.
-
-
Constructor Details
-
ELParser
Constructor with InputStream. -
ELParser
Constructor with InputStream and supplied encoding -
ELParser
Constructor. -
ELParser
Constructor with generated Token Manager.
-
-
Method Details
-
parse
- Throws:
javax.el.ELException
-
CompositeExpression
- Throws:
ParseException
-
LiteralExpression
- Throws:
ParseException
-
DeferredExpression
- Throws:
ParseException
-
DynamicExpression
- Throws:
ParseException
-
Expression
- Throws:
ParseException
-
SemiColon
- Throws:
ParseException
-
Assignment
- Throws:
ParseException
-
LambdaExpression
- Throws:
ParseException
-
LambdaParameters
- Throws:
ParseException
-
Choice
- Throws:
ParseException
-
Or
- Throws:
ParseException
-
And
- Throws:
ParseException
-
Equality
- Throws:
ParseException
-
Compare
- Throws:
ParseException
-
Concatenation
- Throws:
ParseException
-
Math
- Throws:
ParseException
-
Multiplication
- Throws:
ParseException
-
Unary
- Throws:
ParseException
-
Value
- Throws:
ParseException
-
ValuePrefix
- Throws:
ParseException
-
ValueSuffix
- Throws:
ParseException
-
DotSuffix
- Throws:
ParseException
-
BracketSuffix
- Throws:
ParseException
-
MethodArguments
- Throws:
ParseException
-
LambdaExpressionOrCall
- Throws:
ParseException
-
NonLiteral
- Throws:
ParseException
-
MapData
- Throws:
ParseException
-
MapEntry
- Throws:
ParseException
-
ListData
- Throws:
ParseException
-
Identifier
- Throws:
ParseException
-
Function
- Throws:
ParseException
-
Literal
- Throws:
ParseException
-
Boolean
- Throws:
ParseException
-
FloatingPoint
- Throws:
ParseException
-
Integer
- Throws:
ParseException
-
String
- Throws:
ParseException
-
Null
- Throws:
ParseException
-
ReInit
Reinitialise. -
ReInit
Reinitialise. -
ReInit
Reinitialise. -
ReInit
Reinitialise. -
getNextToken
Get the next Token. -
getToken
Get the specific Token. -
generateParseException
Generate ParseException. -
trace_enabled
public final boolean trace_enabled()Trace enabled. -
enable_tracing
public final void enable_tracing()Enable tracing. -
disable_tracing
public final void disable_tracing()Disable tracing.
-