TT - public interface DocumentScanner<TT extends java.lang.Enum<TT>> extends ProducerWhichThrows<AbstractScanner.Token<TT>,ScanException>
| Modifier and Type | Method and Description |
|---|---|
int |
getPreviousTokenColumnNumber() |
int |
getPreviousTokenLineNumber() |
java.lang.String |
toString()
Returns a human-readable text which describes the origin of the previously produced element, e.g. file name,
line number and column number
|
produceint getPreviousTokenLineNumber()
produced tokenint getPreviousTokenColumnNumber()
produced tokenjava.lang.String toString()
ProducerWhichThrowstoString in interface ProducerWhichThrows<AbstractScanner.Token<TT extends java.lang.Enum<TT>>,ScanException>toString in class java.lang.Object