Return the current token's position: a 0-based offset from beginning of the raw input stream (before unicode translation)
()
| 3060 | * translation) |
| 3061 | */ |
| 3062 | public final int pos() { |
| 3063 | return pos; |
| 3064 | } |
| 3065 | |
| 3066 | /** |
| 3067 | * The value of a literal token, recorded as a string. For integers, leading 0x and 'l' suffixes are suppressed. |
no outgoing calls