-
currentToken
String currentToken
The current token.
-
lineNumber
int lineNumber
The line number.
-
columnNumber
int columnNumber
The column number.
-
tokenSequence
List<E> tokenSequence
The token sequence.
-
classNameExpected
boolean classNameExpected
The class name expected.
-
objectPropertyNameExpected
boolean objectPropertyNameExpected
The object property name expected.
-
dataPropertyNameExpected
boolean dataPropertyNameExpected
The data property name expected.
-
individualNameExpected
boolean individualNameExpected
The individual name expected.
-
datatypeNameExpected
boolean datatypeNameExpected
The datatype name expected.
-
integerExpected
boolean integerExpected
The integer expected.
-
annotationPropertyExpected
boolean annotationPropertyExpected
The annotation property expected.
-
ontologyNameExpected
boolean ontologyNameExpected
The ontology name expected.
-
expectedKeywords
Set<E> expectedKeywords
The expected keywords.
-
startPos
int startPos
The start pos.