Class Ecmascript5ParserTokenManager
- java.lang.Object
-
- net.sourceforge.pmd.lang.ast.AbstractTokenManager
-
- net.sourceforge.pmd.lang.ecmascript5.ast.Ecmascript5ParserTokenManager
-
- All Implemented Interfaces:
Ecmascript5ParserConstants
@Deprecated @InternalApi public class Ecmascript5ParserTokenManager extends AbstractTokenManager implements Ecmascript5ParserConstants
Deprecated.Token Manager.
-
-
Field Summary
Fields Modifier and Type Field Description protected char
curChar
Deprecated.PrintStream
debugStream
Deprecated.Debug output.protected CharStream
input_stream
Deprecated.static int[]
jjnewLexState
Deprecated.Lex State array.static String[]
jjstrLiteralImages
Deprecated.Token literal values.static String[]
lexStateNames
Deprecated.Lexer state names.-
Fields inherited from class net.sourceforge.pmd.lang.ast.AbstractTokenManager
suppressMap, suppressMarker
-
Fields inherited from interface net.sourceforge.pmd.lang.ecmascript5.ast.Ecmascript5ParserConstants
_DEFAULT, ANDASSIGN, ASSIGN, BACKTICK_STRING_LITERAL_BODY, BANG, BIT_AND, BIT_OR, BOM, BREAK, CASE, CATCH, CLASS, COLON, COMMA, CONST, CONTINUE, CR, DEBUGGER, DECIMAL_LITERAL, DECR, DEFAULT, DELETE, DO, DOT, DOUBLE_STRING_LITERAL_BODY, ELSE, ENUM, EOF, EOL, EQ, EXPONENT, EXPORT, EXTENDS, FALSE, FF, FINALLY, FLOATING_POINT_LITERAL, FOR, FUNCTION, GE, GET, GT, HEX_DIGIT, HEX_LITERAL, HOOK, IDENTIFIER, IDENTIFIER_PART, IDENTIFIER_START, IF, IMPORT, IN, IN_JS_DOC_COMMENT, IN_MULTI_LINE_COMMENT, INCR, INSTANCEOF, JS_DOC_COMMENT, LBRACE, LBRACKET, LE, LET, LF, LPAREN, LS, LSHIFT, LSHIFTASSIGN, LT, MINUS, MINUSASSIGN, MULTI_LINE_COMMENT, NBSP, NE, NEW, NL_DECR, NL_INCR, NO_SKIP_EOL, NOEOL, NOREGEXP, NULL, OCTAL_LITERAL, ORASSIGN, PLUS, PLUSASSIGN, PS, RBRACE, RBRACKET, REGULAR_EXPRESSION_BACKSLASH_SEQUENCE, REGULAR_EXPRESSION_BODY, REGULAR_EXPRESSION_CHAR, REGULAR_EXPRESSION_CLASS, REGULAR_EXPRESSION_CLASS_CHAR, REGULAR_EXPRESSION_FIRST_CHAR, REGULAR_EXPRESSION_LITERAL, REM, REMASSIGN, RETURN, RPAREN, RSIGNEDSHIFT, RSIGNEDSHIFTASSIGN, RUNSIGNEDSHIFT, RUNSIGNEDSHIFTASSIGN, SC_AND, SC_OR, SEMICOLON, SET, SINGLE_LINE_COMMENT, SINGLE_STRING_LITERAL_BODY, SLASH, SLASHASSIGN, SP, STAR, STARASSIGN, STRICT_EQ, STRICT_NEQ, STRING_LITERAL, SUPER, SWITCH, TAB, THIS, THROW, TILDE, tokenImage, TRUE, TRY, TYPEOF, UNICODE_COMBINING_MARK, UNICODE_CONNECTOR_PUNCTUATION, UNICODE_DIGIT, UNICODE_ESCAPE_SEQUENCE, UNICODE_LETTER, UNTERMINATED_STRING_LITERAL, USP, VAR, VOID, VT, WHILE, WITH, XOR, XORASSIGN, ZWJ, ZWNJ
-
-
Constructor Summary
Constructors Constructor Description Ecmascript5ParserTokenManager(CharStream stream)
Deprecated.Constructor.Ecmascript5ParserTokenManager(CharStream stream, int lexState)
Deprecated.Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Token
getNextToken()
Deprecated.Get the next Token.protected Token
jjFillToken()
Deprecated.void
ReInit(CharStream stream)
Deprecated.Reinitialise parser.void
ReInit(CharStream stream, int lexState)
Deprecated.Reinitialise parser.void
setDebugStream(PrintStream ds)
Deprecated.Set debug output.void
SwitchTo(int lexState)
Deprecated.Switch to specified lex state.-
Methods inherited from class net.sourceforge.pmd.lang.ast.AbstractTokenManager
getFileName, getSuppressMap, setFileName, setSuppressMarker
-
-
-
-
Field Detail
-
debugStream
public PrintStream debugStream
Deprecated.Debug output.
-
jjstrLiteralImages
public static final String[] jjstrLiteralImages
Deprecated.Token literal values.
-
lexStateNames
public static final String[] lexStateNames
Deprecated.Lexer state names.
-
jjnewLexState
public static final int[] jjnewLexState
Deprecated.Lex State array.
-
input_stream
protected CharStream input_stream
Deprecated.
-
curChar
protected char curChar
Deprecated.
-
-
Constructor Detail
-
Ecmascript5ParserTokenManager
public Ecmascript5ParserTokenManager(CharStream stream)
Deprecated.Constructor.
-
Ecmascript5ParserTokenManager
public Ecmascript5ParserTokenManager(CharStream stream, int lexState)
Deprecated.Constructor.
-
-
Method Detail
-
setDebugStream
public void setDebugStream(PrintStream ds)
Deprecated.Set debug output.
-
ReInit
public void ReInit(CharStream stream)
Deprecated.Reinitialise parser.
-
ReInit
public void ReInit(CharStream stream, int lexState)
Deprecated.Reinitialise parser.
-
SwitchTo
public void SwitchTo(int lexState)
Deprecated.Switch to specified lex state.
-
jjFillToken
protected Token jjFillToken()
Deprecated.
-
getNextToken
public Token getNextToken()
Deprecated.Get the next Token.
-
-