[Java] Class UnicodeLexerSharedInputState
- org.codehaus.groovy.antlr.UnicodeLexerSharedInputState
GRECLIPSE-805 Support for unicode escape sequences
- Authors:
- Andrew Eisenberg
Fields inherited from class | Fields |
---|---|
class LexerSharedInputState | guessing |
Constructor Summary
Constructor and description |
---|
UnicodeLexerSharedInputState
(UnicodeEscapingReader in) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
int |
getColumn() | |
int |
getTokenStartColumn() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class LexerSharedInputState | reset, getInput, getColumn, getLine, getFilename, getTokenStartLine, getTokenStartColumn, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail
public UnicodeLexerSharedInputState(UnicodeEscapingReader in)
Method Detail
@Override public int getColumn()
@Override public int getTokenStartColumn()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/antlr/UnicodeLexerSharedInputState.html