beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
beginLine -
Variable in class edu.upenn.gloDB.parser.Token
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
Returns '-1' if this Feature exists after the integer 'pos',
returns '0' if 'pos' is contained in this Feature, and '1' if
'pos' occurs after this Feature.
Returns '-1' if this Feature exists after the integer 'pos',
returns '0' if 'pos' is contained in this Feature, and '1' if
'pos' occurs after this Feature.
Returns '-1' if this Feature exists after the integer 'pos',
returns '0' if 'pos' is contained in this Feature, and '1' if
'pos' occurs after this Feature.
endColumn -
Variable in class edu.upenn.gloDB.parser.Token
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
endLine -
Variable in class edu.upenn.gloDB.parser.Token
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
EOF -
Static variable in interface edu.upenn.gloDB.parser.ParserConstants
The first argument 'left' is the set of Features on the left
hand side of the operation, the second argument 'operation'
contains both the operation type and the set of Features on
the right hand side of the operation.
Tracks are collections of Features and allow accessing the Features
as a sorted Set (sorted by source and position information) or
grouped by the Feature source information.
Track() -
Constructor for class edu.upenn.gloDB.Track
Create a new Track object and add it to the trackPool.