Lines Matching refs:CommonToken

10 final class CommonToken implements WritableToken
13 * This is the backing field for {@see CommonToken::getType()} and
14 * {@see CommonToken::setType()}.
21 * This is the backing field for {@see CommonToken::getLine()} and
22 * {@see CommonToken::setLine()}.
29 * This is the backing field for {@see CommonToken::getCharPositionInLine()}
30 * and {@see CommonToken::setCharPositionInLine()}.
37 * This is the backing field for {@see CommonToken::getChannel()} and
38 * {@see CommonToken::setChannel()}.
45 * This is the backing field for {@see CommonToken::getTokenSource()} and
46 * {@see CommonToken::getInputStream()}.
50 * {@see CommonToken}. Tokens created by a {@see CommonTokenFactory} from
59 * This is the backing field for {@see CommonToken::getText()} when the token
60 * text is explicitly set in the constructor or via {@see CommonToken::setText()}.
62 * @see CommonToken::getText()
69 * This is the backing field for {@see CommonToken::getTokenIndex()} and
70 * {@see CommonToken::setTokenIndex()}.
77 * This is the backing field for {@see CommonToken::getStartIndex()} and
78 * {@see CommonToken::setStartIndex()}.
85 * This is the backing field for {@see CommonToken::getStopIndex()} and
86 * {@see CommonToken::setStopIndex()}.
123 * {@see CommonToken::source()} for tokens that do not have a source.
133 * Constructs a new {@see CommonToken} as a copy of another {@see Token}.
135 * If `oldToken` is also a {@see CommonToken} instance, the newly constructed
136 * token will share a reference to the {@see CommonToken::text()} field and
137 * the {@see Pair} stored in {@see CommonToken::source()}. Otherwise,
138 * {@see CommonToken::text()} will be assigned the result of calling
139 * {@see CommonToken::getText()}, and {@see CommonToken::source()} will be
143 public function clone() : CommonToken
199 * {@see CommonToken::getText()} will return this value rather than