Home
last modified time | relevance | path

Searched refs:CommonToken (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DCommonTokenFactory.php11 * {@see CommonToken} objects.
16 * Indicates whether {@see CommonToken::setText()} should be called after
70 $token = new CommonToken($type, $source, $channel, $start, $stop);
90 $token = new CommonToken($type);
H A DCommonToken.php10 final class CommonToken implements WritableToken class
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
[all...]