Home
last modified time | relevance | path

Searched defs:interpreter (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DExecStepConfig.php32 public $interpreter; variable in Google\\Service\\OSConfig\\ExecStepConfig
69 public function setInterpreter($interpreter)
H A DOSPolicyResourceExecResourceExec.php32 public $interpreter; variable in Google\\Service\\OSConfig\\OSPolicyResourceExecResourceExec
73 public function setInterpreter($interpreter)
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRecognizer.php133 protected function interpreter() : ATNSimulator function in Antlr\\Antlr4\\Runtime\\Recognizer
148 public function setInterpreter(?ATNSimulator $interpreter) : void argument
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php255 public function optimizeConfigs(ATNSimulator $interpreter) : void argument