Package eu.bandm.tscore.tparser
Class LexerManual
java.lang.Object
eu.bandm.tscore.tparser.LexerManual
-
Field Summary
Modifier and TypeFieldDescription(package private) int
(package private) final eu.bandm.tools.util.xml.XMLDocumentIdentifier
(package private) boolean
(package private) Token
(package private) final Reader
static final String
static final char
Stored in LA in case of IOException or end of file.(package private) boolean
(package private) char
(package private) boolean
(package private) int
static final int
static final int
(package private) Token
(package private) eu.bandm.tools.location.Location<eu.bandm.tools.util.xml.XMLDocumentIdentifier>
(package private) StringBuilder
static final String
-
Constructor Summary
-
Method Summary
-
Field Details
-
in
-
docId
final eu.bandm.tools.util.xml.XMLDocumentIdentifier docId -
INVALID_CHAR
public static final char INVALID_CHARStored in LA in case of IOException or end of file. Is defined as "unused" in the Unicode standard. Will thus never be accepted by any sensible lexer rule.- See Also:
-
MIN_line
public static final int MIN_line- See Also:
-
MIN_column
public static final int MIN_column- See Also:
-
LA
char LA -
line
int line -
column
int column -
result
Token result -
stringBuilder
StringBuilder stringBuilder -
startLocation
eu.bandm.tools.location.Location<eu.bandm.tools.util.xml.XMLDocumentIdentifier> startLocation -
ioExOccured
boolean ioExOccured -
eofReached
boolean eofReached -
eofToken
Token eofToken -
lastWasLinefeed
boolean lastWasLinefeed -
initialIdChars
- See Also:
-
subsequentIdChars
- See Also:
-
-
Constructor Details
-
LexerManual
-
-
Method Details