ELParserConstants, ELParserTreeConstantspublic class ELParser extends java.lang.Object implements ELParserTreeConstants, ELParserConstants
| Modifier and Type | Field | Description |
|---|---|---|
Token |
jj_nt |
|
protected org.jdesktop.el.impl.parser.JJTELParserState |
jjtree |
|
boolean |
lookingAhead |
|
Token |
token |
|
ELParserTokenManager |
token_source |
AND0, AND1, BADLY_ESCAPED_STRING_LITERAL, COLON, COMMA, DEFAULT, DIGIT, DIV0, DIV1, DOT, EMPTY, END_EXPRESSION, EOF, EQ0, EQ1, EXPONENT, FALSE, FLOATING_POINT_LITERAL, FUNCTIONSUFFIX, GE0, GE1, GT0, GT1, IDENTIFIER, ILLEGAL_CHARACTER, IMPL_OBJ_START, IN_EXPRESSION, 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, RPAREN, START_DEFERRED_EXPRESSION, START_DYNAMIC_EXPRESSION, STRING_LITERAL, tokenImage, TRUEJJTAND, JJTBRACKETSUFFIX, JJTCHOICE, JJTCOMPOSITEEXPRESSION, JJTDEFERREDEXPRESSION, JJTDIV, JJTDOTSUFFIX, JJTDYNAMICEXPRESSION, JJTEMPTY, JJTEQUAL, JJTFALSE, JJTFLOATINGPOINT, JJTFUNCTION, JJTGREATERTHAN, JJTGREATERTHANEQUAL, JJTIDENTIFIER, JJTINTEGER, JJTLESSTHAN, JJTLESSTHANEQUAL, JJTLITERALEXPRESSION, JJTMINUS, JJTMOD, JJTMULT, JJTNEGATIVE, jjtNodeName, JJTNOT, JJTNOTEQUAL, JJTNULL, JJTOR, JJTPLUS, JJTSTRING, JJTTRUE, JJTVALUE, JJTVOID| Constructor | Description |
|---|---|
ELParser(java.io.InputStream stream) |
|
ELParser(java.io.Reader stream) |
|
ELParser(ELParserTokenManager tm) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
And() |
|
void |
Boolean() |
|
void |
BracketSuffix() |
|
void |
Choice() |
|
void |
Compare() |
|
AstCompositeExpression |
CompositeExpression() |
|
void |
DeferredExpression() |
|
void |
disable_tracing() |
|
void |
DotSuffix() |
|
void |
DynamicExpression() |
|
void |
enable_tracing() |
|
void |
Equality() |
|
void |
Expression() |
|
void |
FloatingPoint() |
|
void |
Function() |
|
ParseException |
generateParseException() |
|
Token |
getNextToken() |
|
Token |
getToken(int index) |
|
void |
Identifier() |
|
void |
Integer() |
|
void |
Literal() |
|
void |
LiteralExpression() |
|
void |
Math() |
|
void |
Multiplication() |
|
void |
NonLiteral() |
|
void |
Null() |
|
void |
Or() |
|
static Node |
parse(java.lang.String ref) |
|
void |
ReInit(java.io.InputStream stream) |
|
void |
ReInit(java.io.Reader stream) |
|
void |
ReInit(ELParserTokenManager tm) |
|
void |
String() |
|
void |
Unary() |
|
void |
Value() |
|
void |
ValuePrefix() |
|
void |
ValueSuffix() |
protected org.jdesktop.el.impl.parser.JJTELParserState jjtree
public ELParserTokenManager token_source
public Token token
public Token jj_nt
public boolean lookingAhead
public ELParser(java.io.InputStream stream)
public ELParser(java.io.Reader stream)
public ELParser(ELParserTokenManager tm)
public static Node parse(java.lang.String ref) throws ELException
ELExceptionpublic final AstCompositeExpression CompositeExpression() throws ParseException
ParseExceptionpublic final void LiteralExpression()
throws ParseException
ParseExceptionpublic final void DeferredExpression()
throws ParseException
ParseExceptionpublic final void DynamicExpression()
throws ParseException
ParseExceptionpublic final void Expression()
throws ParseException
ParseExceptionpublic final void Choice()
throws ParseException
ParseExceptionpublic final void Or()
throws ParseException
ParseExceptionpublic final void And()
throws ParseException
ParseExceptionpublic final void Equality()
throws ParseException
ParseExceptionpublic final void Compare()
throws ParseException
ParseExceptionpublic final void Math()
throws ParseException
ParseExceptionpublic final void Multiplication()
throws ParseException
ParseExceptionpublic final void Unary()
throws ParseException
ParseExceptionpublic final void Value()
throws ParseException
ParseExceptionpublic final void ValuePrefix()
throws ParseException
ParseExceptionpublic final void ValueSuffix()
throws ParseException
ParseExceptionpublic final void DotSuffix()
throws ParseException
ParseExceptionpublic final void BracketSuffix()
throws ParseException
ParseExceptionpublic final void NonLiteral()
throws ParseException
ParseExceptionpublic final void Identifier()
throws ParseException
ParseExceptionpublic final void Function()
throws ParseException
ParseExceptionpublic final void Literal()
throws ParseException
ParseExceptionpublic final void Boolean()
throws ParseException
ParseExceptionpublic final void FloatingPoint()
throws ParseException
ParseExceptionpublic final void Integer()
throws ParseException
ParseExceptionpublic final void String()
throws ParseException
ParseExceptionpublic final void Null()
throws ParseException
ParseExceptionpublic void ReInit(java.io.InputStream stream)
public void ReInit(java.io.Reader stream)
public void ReInit(ELParserTokenManager tm)
public final Token getNextToken()
public final Token getToken(int index)
public ParseException generateParseException()
public final void enable_tracing()
public final void disable_tracing()