Lines Matching defs:symbol
14 public $symbol;
19 public function __construct(Token $symbol)
21 $this->symbol = $symbol;
31 return $this->symbol;
49 return $this->symbol;
54 if ($this->symbol === null) {
58 $tokenIndex = $this->symbol->getTokenIndex();
75 return $this->symbol->getText();
88 if ($this->symbol->getType() === Token::EOF) {
92 return $this->symbol->getText() ?? '';