type() -
Method in interface edu.cornell.cs.cs4120.xi.lexer.Token
The type of this token.
U
unit() -
Method in interface edu.cornell.cs.cs4120.xi.Position
Returns the compilation unit (typically a file name) of the syntactic
entity, or null if the compilation unit is unavailable or
inapplicable (such as in an anonymous compilation unit).
V
value() -
Method in interface edu.cornell.cs.cs4120.xi.lexer.Token
The string of characters comprising the token in the source.