Class MatlabParserTokenManager
- java.lang.Object
-
- net.sourceforge.pmd.lang.ast.AbstractTokenManager
-
- net.sourceforge.pmd.lang.matlab.ast.MatlabParserTokenManager
-
- All Implemented Interfaces:
MatlabParserConstants
@Deprecated @InternalApi public class MatlabParserTokenManager extends net.sourceforge.pmd.lang.ast.AbstractTokenManager implements MatlabParserConstants
Deprecated.Token Manager.
-
-
Field Summary
Fields Modifier and Type Field Description protected charcurCharDeprecated.PrintStreamdebugStreamDeprecated.Debug output.protected net.sourceforge.pmd.lang.ast.CharStreaminput_streamDeprecated.static int[]jjnewLexStateDeprecated.Lex State array.static String[]jjstrLiteralImagesDeprecated.Token literal values.static String[]lexStateNamesDeprecated.Lexer state names.-
Fields inherited from class net.sourceforge.pmd.lang.ast.AbstractTokenManager
suppressMap, suppressMarker
-
Fields inherited from interface net.sourceforge.pmd.lang.matlab.ast.MatlabParserConstants
AT, BIN_AND, BIN_OR, BREAK, CASE, CATCH, CLEAR, COLON, COMMA, CONTINUE, DEFAULT, DIGIT, DOT, DOUBLE_EQ, DSTRING, EL_CCT, EL_EXP, EL_LEFTDIV, EL_RIGHTDIV, EL_TIMES, ELSE, ELSEIF, END, EOF, EQ, ESC_SEQ, EXP, EXPONENT, FLOAT, FOR, FUNCTION, GLOBAL, GRT, GRTE, HEX_DIGIT, ID, IF, IN_COMMENT, INT, LBRACE, LEFTDIV, LETTER, LOG_AND, LOG_OR, LPAREN, LSBRACE, LST, LSTE, MINUS, MULTI_LINE_COMMENT, NEG, NEQ, OCTAL_DIGIT, OCTAL_ESC, OTHERWISE, PERSISTENT, PLUS, QUESTIONMARK, RBRACE, RETURN, RIGHTDIV, RPAREN, RSBRACE, SEMI, SINGLE_LINE_COMMENT, STRING, SWITCH, TIMES, tokenImage, TR, TRANSPOSE, TRY, UNICODE_ESC, VARARGIN, WHILE
-
-
Constructor Summary
Constructors Constructor Description MatlabParserTokenManager(net.sourceforge.pmd.lang.ast.CharStream stream)Deprecated.Constructor.MatlabParserTokenManager(net.sourceforge.pmd.lang.ast.CharStream stream, int lexState)Deprecated.Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description TokengetNextToken()Deprecated.Get the next Token.protected TokenjjFillToken()Deprecated.voidReInit(net.sourceforge.pmd.lang.ast.CharStream stream)Deprecated.Reinitialise parser.voidReInit(net.sourceforge.pmd.lang.ast.CharStream stream, int lexState)Deprecated.Reinitialise parser.voidsetDebugStream(PrintStream ds)Deprecated.Set debug output.voidSwitchTo(int lexState)Deprecated.Switch to specified lex state.
-
-
-
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 net.sourceforge.pmd.lang.ast.CharStream input_stream
Deprecated.
-
curChar
protected char curChar
Deprecated.
-
-
Method Detail
-
setDebugStream
public void setDebugStream(PrintStream ds)
Deprecated.Set debug output.
-
ReInit
public void ReInit(net.sourceforge.pmd.lang.ast.CharStream stream)
Deprecated.Reinitialise parser.
-
ReInit
public void ReInit(net.sourceforge.pmd.lang.ast.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.
-
-