Searched refs:getActionType (Results 1 – 10 of 10) sorted by relevance
80 public function getActionType() : int function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerIndexedCustomAction82 return $this->action->getActionType();109 return Hasher::hash($this->getActionType(), $this->offset, $this->action);
35 public function getActionType() : int function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerPopModeAction62 return Hasher::hash($this->getActionType());
35 public function getActionType() : int function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerMoreAction62 return Hasher::hash($this->getActionType());
35 public function getActionType() : int function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerSkipAction62 return Hasher::hash($this->getActionType());
46 public function getActionType() : int function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerTypeAction74 return Hasher::hash($this->getActionType(), $this->type);
46 public function getActionType() : int function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerChannelAction74 return Hasher::hash($this->getActionType(), $this->channel);
40 public function getActionType() : int function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerModeAction68 return Hasher::hash($this->getActionType(), $this->mode);
41 public function getActionType() : int function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerPushModeAction69 return Hasher::hash($this->getActionType(), $this->mode);
70 public function getActionType() : int function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerCustomAction104 return Hasher::hash($this->getActionType(), $this->ruleIndex, $this->actionIndex);
24 public function getActionType() : int; function