|
|||||||||
| Home >> All >> org >> apache >> velocity >> runtime >> [ parser overview ] | PREV NEXT | ||||||||
A
- ALPHANUM_CHAR - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
- ALPHA_CHAR - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
- AdditiveExpression() - Method in class org.apache.velocity.runtime.parser.Parser
- Assignment() - Method in class org.apache.velocity.runtime.parser.Parser
- addEscapes(String) - Static method in class org.apache.velocity.runtime.parser.TokenMgrError
- Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
- add_escapes(String) - Method in class org.apache.velocity.runtime.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.
- adjustBeginLineColumn(int, int) - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
- Method to adjust line and column numbers for the start of a token.
- arg - Variable in class org.apache.velocity.runtime.parser.Parser.JJCalls
- available - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
B
- BeginToken() - Method in interface org.apache.velocity.runtime.parser.CharStream
- Returns the next character that marks the beginning of the next token.
- BeginToken() - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
- backup(int) - Method in interface org.apache.velocity.runtime.parser.CharStream
- Backs up the input stream by amount steps.
- backup(int) - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
- beginColumn - Variable in class org.apache.velocity.runtime.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.apache.velocity.runtime.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.
- bufcolumn - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
- buffer - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
- bufline - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
- bufpos - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
- bufsize - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
C
- COMMA - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
- CharStream - interface org.apache.velocity.runtime.parser.CharStream.
- This interface describes a character stream that maintains line and column number positions of the characters.
- Comment() - Method in class org.apache.velocity.runtime.parser.Parser
- ConditionalAndExpression() - Method in class org.apache.velocity.runtime.parser.Parser
- ConditionalOrExpression() - Method in class org.apache.velocity.runtime.parser.Parser
- clearNodeScope(Node) - Method in class org.apache.velocity.runtime.parser.JJTParserState
- clearStateVars() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- Clears all state variables, resets to start values, clears stateStack.
- closeNodeScope(Node, int) - Method in class org.apache.velocity.runtime.parser.JJTParserState
- closeNodeScope(Node, boolean) - Method in class org.apache.velocity.runtime.parser.JJTParserState
- column - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
- curChar - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- curLexState - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- currentTemplateName - Variable in class org.apache.velocity.runtime.parser.Parser
- Name of current template we are parsing.
- currentToken - Variable in class org.apache.velocity.runtime.parser.ParseException
- This is the last token that has been consumed successfully.
D
- DEFAULT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
- DIGIT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
- DIRECTIVE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
- DIRECTIVE_CHAR - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
- DIRECTIVE_TERMINATOR - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
- DIVIDE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
- DOLLAR - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
- DOLLARBANG - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
- DOT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
- DOUBLEDOT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
- DOUBLE_ESCAPE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
- Directive() - Method in class org.apache.velocity.runtime.parser.Parser
- Supports the Pluggable Directives #foo( arg+ )
- DirectiveArg() - Method in class org.apache.velocity.runtime.parser.Parser
- Supports the arguments for the Pluggable Directives We add whitespace in here as a token so the VMs can easily reconstruct a macro body from the token stream See Directive()
- Done() - Method in interface org.apache.velocity.runtime.parser.CharStream
- The lexer calls this function to indicate that it is done with the stream and hence implementations can free any resources held by this class.
- Done() - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
- debugPrint - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- debugStream - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- defaultLexState - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- directives - Variable in class org.apache.velocity.runtime.parser.Parser
- This Hashtable contains a list of all of the dynamic directives.
- disable_tracing() - Method in class org.apache.velocity.runtime.parser.Parser
E
- ELSEIF_DIRECTIVE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
- ELSE_DIRECTIVE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
- END - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
- EOF - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
- EQUALS - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
- ESCAPE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
- ESCAPE_DIRECTIVE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
- ElseIfStatement() - Method in class org.apache.velocity.runtime.parser.Parser
- ElseStatement() - Method in class org.apache.velocity.runtime.parser.Parser
- EqualityExpression() - Method in class org.apache.velocity.runtime.parser.Parser
- Escape() - Method in class org.apache.velocity.runtime.parser.Parser
- Used to catch and process escape sequences in grammatical constructs as escapes outside of VTL are just characters.
- EscapedDirective() - Method in class org.apache.velocity.runtime.parser.Parser
- used to separate the notion of a valid directive that has been escaped, versus something that looks like a directive and is just schmoo.
- ExpandBuff(boolean) - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
- Expression() - Method in class org.apache.velocity.runtime.parser.Parser
- enable_tracing() - Method in class org.apache.velocity.runtime.parser.Parser
- endColumn - Variable in class org.apache.velocity.runtime.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.apache.velocity.runtime.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.
- eol - Variable in class org.apache.velocity.runtime.parser.ParseException
- The end of line string for this machine.
- errorCode - Variable in class org.apache.velocity.runtime.parser.TokenMgrError
- Indicates the reason why the exception is thrown.
- escapedDirective(String) - Method in class org.apache.velocity.runtime.parser.Parser
- Produces a processed output for an escaped control or pluggable directive
- expectedTokenSequences - Variable in class org.apache.velocity.runtime.parser.ParseException
- Each entry in this array is an array of integers.
F
- FALSE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
- FORMAL_COMMENT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
- False() - Method in class org.apache.velocity.runtime.parser.Parser
- FillBuff() - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
- fileDepth - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- first - Variable in class org.apache.velocity.runtime.parser.Parser.JJCalls
G
- GetImage() - Method in interface org.apache.velocity.runtime.parser.CharStream
- Returns a string made up of characters from the marked token beginning to the current buffer position.
- GetImage() - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
- GetSuffix(int) - Method in interface org.apache.velocity.runtime.parser.CharStream
- Returns an array of characters that make up the suffix of length 'len' for the currently matched token.
- GetSuffix(int) - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
- gen - Variable in class org.apache.velocity.runtime.parser.Parser.JJCalls
- generateParseException() - Method in class org.apache.velocity.runtime.parser.Parser
- getBeginColumn() - Method in interface org.apache.velocity.runtime.parser.CharStream
- Returns the column number of the first character for current token (being matched after the last call to BeginTOken).
- getBeginColumn() - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
- getBeginLine() - Method in interface org.apache.velocity.runtime.parser.CharStream
- Returns the line number of the first character for current token (being matched after the last call to BeginTOken).
- getBeginLine() - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
- getColumn() - Method in interface org.apache.velocity.runtime.parser.CharStream
- Deprecated.
- getColumn() - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
- Deprecated.
- getDirective(String) - Method in class org.apache.velocity.runtime.parser.Parser
- This method gets a Directive from the directives Hashtable
- getEndColumn() - Method in interface org.apache.velocity.runtime.parser.CharStream
- Returns the column number of the last character for current token (being matched after the last call to BeginTOken).
- getEndColumn() - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
- getEndLine() - Method in interface org.apache.velocity.runtime.parser.CharStream
- Returns the line number of the last character for current token (being matched after the last call to BeginTOken).
- getEndLine() - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
- getLine() - Method in interface org.apache.velocity.runtime.parser.CharStream
- Deprecated.
- getLine() - Method in class org.apache.velocity.runtime.parser.VelocityCharStream
- Deprecated.
- getMessage() - Method in class org.apache.velocity.runtime.parser.ParseException
- This method has the standard behavior when this object has been created using the standard constructors.
- getMessage() - Method in class org.apache.velocity.runtime.parser.TokenMgrError
- You can also modify the body of this method to customize your error messages.
- getNextToken() - Method in class org.apache.velocity.runtime.parser.Parser
- getNextToken() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- getToken(int) - Method in class org.apache.velocity.runtime.parser.Parser
H
- HASH - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
I
- IDENTIFIER - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
- IDENTIFIER_CHAR - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
- IF_DIRECTIVE - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
- INVALID_LEXICAL_STATE - Static variable in class org.apache.velocity.runtime.parser.TokenMgrError
- Tried to change to an invalid lexical state.
- IN_FORMAL_COMMENT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
- IN_MULTI_LINE_COMMENT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
- IN_SINGLE_LINE_COMMENT - Static variable in interface org.apache.velocity.runtime.parser.ParserConstants
- Identifier() - Method in class org.apache.velocity.runtime.parser.Parser
- This method corresponds to variable references in Velocity templates.
- IfStatement() - Method in class org.apache.velocity.runtime.parser.Parser
- IntegerRange() - Method in class org.apache.velocity.runtime.parser.Parser
- supports the [n..m] vector generator for use in the #foreach() to generate measured ranges w/o needing explicit support from the app/servlet
- image - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- image - Variable in class org.apache.velocity.runtime.parser.Token
- The string image of the token.
- inBuf - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
- inComment - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- inDirective - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- inReference - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- inSet - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- inputStream - Variable in class org.apache.velocity.runtime.parser.VelocityCharStream
- input_stream - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- isDirective(String) - Method in class org.apache.velocity.runtime.parser.Parser
- This method finds out of the directive exists in the directives Hashtable.
J
- JJTADDNODE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTANDNODE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTASSIGNMENT - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTBLOCK - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTCOMMENT - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTDIRECTIVE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTDIVNODE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTELSEIFSTATEMENT - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTELSESTATEMENT - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTEQNODE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTESCAPE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTESCAPEDDIRECTIVE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTEXPRESSION - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTFALSE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTGENODE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTGTNODE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTIDENTIFIER - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTIFSTATEMENT - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTINTEGERRANGE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTLENODE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTLTNODE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTMETHOD - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTMODNODE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTMULNODE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTNENODE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTNOTNODE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTNUMBERLITERAL - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTOBJECTARRAY - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTORNODE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTPROCESS - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTParserState - class org.apache.velocity.runtime.parser.JJTParserState.
- JJTParserState() - Constructor for class org.apache.velocity.runtime.parser.JJTParserState
- JJTREFERENCE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTSETDIRECTIVE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTSTRINGLITERAL - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTSUBTRACTNODE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTTEXT - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTTRUE - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTVOID - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- JJTWORD - Static variable in interface org.apache.velocity.runtime.parser.ParserTreeConstants
- jjAddStates(int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjCanMove_0(int, int, int, long, long) - Static method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjCheckNAdd(int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjCheckNAddStates(int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjCheckNAddStates(int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjCheckNAddTwoStates(int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjFillToken() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveNfa_0(int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveNfa_1(int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveNfa_2(int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveNfa_3(int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveNfa_4(int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveNfa_5(int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveNfa_6(int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveNfa_7(int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveNfa_8(int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa0_0() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa0_1() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa0_2() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa0_3() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa0_4() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa0_5() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa0_6() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa0_7() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa0_8() - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa1_0(long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa1_1(long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa1_2(long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa1_3(long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa1_4(long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa1_5(long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa1_6(long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa1_7(long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa1_8(long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa2_0(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa2_1(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa2_2(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa2_4(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa2_5(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa3_0(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa3_1(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa3_2(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa3_4(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa3_5(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa4_0(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa4_1(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa4_2(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa4_4(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa4_5(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjMoveStringLiteralDfa5_4(long, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfaWithStates_0(int, int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfaWithStates_1(int, int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfaWithStates_2(int, int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfaWithStates_3(int, int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfaWithStates_4(int, int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfaWithStates_5(int, int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfaWithStates_6(int, int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfaWithStates_7(int, int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfaWithStates_8(int, int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfa_0(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfa_1(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfa_2(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfa_3(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfa_4(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfa_5(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfa_6(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfa_7(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStartNfa_8(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStopAtPos(int, int) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStopStringLiteralDfa_0(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStopStringLiteralDfa_1(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStopStringLiteralDfa_2(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStopStringLiteralDfa_3(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStopStringLiteralDfa_4(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStopStringLiteralDfa_5(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStopStringLiteralDfa_6(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStopStringLiteralDfa_7(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjStopStringLiteralDfa_8(int, long) - Method in class org.apache.velocity.runtime.parser.ParserTokenManager
- jj_2_1(int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_2_10(int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_2_11(int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_2_2(int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_2_3(int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_2_4(int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_2_5(int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_2_6(int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_2_7(int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_2_8(int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_2_9(int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_2_rtns - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_3R_19() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_20() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_21() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_22() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_23() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_24() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_25() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_26() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_27() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_28() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_29() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_30() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_31() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_32() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_33() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_34() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_35() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_36() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_37() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_38() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_39() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_40() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_41() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_42() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_43() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_44() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_45() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_46() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_47() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_48() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_49() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_50() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_51() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_52() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_53() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_54() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_55() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_56() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_57() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_58() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_59() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_60() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_61() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_62() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_63() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_64() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_65() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_66() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_67() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_68() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_69() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_70() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_71() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_72() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_73() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_74() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_75() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_76() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_77() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_78() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_79() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_80() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_81() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_82() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_83() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_84() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_85() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_86() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_87() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_88() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3R_89() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3_1() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3_10() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3_11() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3_2() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3_3() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3_4() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3_5() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3_6() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3_7() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3_8() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_3_9() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_add_error_token(int, int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_consume_token(int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_endpos - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_expentries - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_expentry - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_gc - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_gen - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_kind - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_la - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_la1 - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_la1_0 - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_la1_1 - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_lastpos - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_lasttokens - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_nt - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_ntk - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_ntk() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_rescan - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_rescan_token() - Method in class org.apache.velocity.runtime.parser.Parser
- jj_save(int, int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_scan_token(int) - Method in class org.apache.velocity.runtime.parser.Parser
- jj_scanpos - Variable in class org.apache.velocity.runtime.parser.Parser
- jj_semLA - Variable in class org.apache.velocity.runtime.parser.Parser
- jjbitVec0 - Static variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjbitVec2 - Static variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjimageLen - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjmatchedKind - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjmatchedPos - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjnewLexState - Static variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjnewStateCnt - Variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjnextStates - Static variable in class org.apache.velocity.runtime.parser.ParserTokenManager
- jjround - Variable in class org.apache.velocity.runtime.parser.