Lines Matching defs:lexer
12 * match of a lexer rule. Lexer actions are used for both embedded action syntax
13 * and ANTLR 4's new lexer command syntax.
20 * Gets the serialization type of the lexer action.
22 * @return int The serialization type of the lexer action.
27 * Gets whether the lexer action is position-dependent. Position-dependent
31 * Many lexer commands, including `type`, `skip`, and `more`, do not check
36 * @return bool `true` if the lexer action semantics can be affected by the
43 * Execute the lexer action in the context of the specified {@see Lexer}.
48 * @param Lexer $lexer The lexer instance.
50 public function execute(Lexer $lexer) : void;