Package org.codehaus.groovy.antlr
Class UnicodeLexerSharedInputState
java.lang.Object
antlr.LexerSharedInputState
org.codehaus.groovy.antlr.UnicodeLexerSharedInputState
@Deprecated public class UnicodeLexerSharedInputState extends LexerSharedInputState
Deprecated.
GRECLIPSE-805 Support for unicode escape sequences
-
Field Summary
Fields inherited from class antlr.LexerSharedInputState
column, filename, guessing, input, line, tokenStartColumn, tokenStartLine
-
Constructor Summary
Constructors Constructor Description UnicodeLexerSharedInputState(UnicodeEscapingReader in)
Deprecated. -
Method Summary
Modifier and Type Method Description int
getColumn()
Deprecated.int
getTokenStartColumn()
Deprecated.Methods inherited from class antlr.LexerSharedInputState
getFilename, getInput, getLine, getTokenStartLine, reset
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
UnicodeLexerSharedInputState
Deprecated.
-
-
Method Details
-
getColumn
public int getColumn()Deprecated.- Overrides:
getColumn
in classLexerSharedInputState
-
getTokenStartColumn
public int getTokenStartColumn()Deprecated.- Overrides:
getTokenStartColumn
in classLexerSharedInputState
-