コード例 #1
0
 function __construct($input, $state = null)
 {
     parent::__construct($input, $state);
 }
コード例 #2
0
ファイル: Sparql10Lexer.php プロジェクト: FTeichmann/Erfurt
 function __construct($input, $state = null)
 {
     parent::__construct($input, $state);
     $this->gTokenizer = new Erfurt_Sparql_Parser_Sparql10_Sparql10_Tokenizer($input, $state);
 }
コード例 #3
0
ファイル: SubWikiLexer.php プロジェクト: laiello/wanderson
 function __construct($input, $state = null)
 {
     parent::__construct($input, $state);
     $this->dfa2 = new SubWikiLexer_DFA2($this);
 }
コード例 #4
0
ファイル: Tokenizer11.php プロジェクト: FTeichmann/Erfurt
 function __construct($input, $state = null)
 {
     parent::__construct($input, $state);
     $this->gErfurt_Sparql_Parser_Sparql11_Update = $this->gErfurt_Sparql_Parser_Sparql11_Update;
     $this->gParent = $this->gErfurt_Sparql_Parser_Sparql11_Update;
     $this->dfa15 = new Erfurt_Sparql_Parser_Sparql11_Update_Tokenizer11_DFA15($this);
     $this->dfa30 = new Erfurt_Sparql_Parser_Sparql11_Update_Tokenizer11_DFA30($this);
     $this->dfa33 = new Erfurt_Sparql_Parser_Sparql11_Update_Tokenizer11_DFA33($this);
     $this->dfa36 = new Erfurt_Sparql_Parser_Sparql11_Update_Tokenizer11_DFA36($this);
 }
コード例 #5
0
ファイル: Tokenizer.php プロジェクト: FTeichmann/Erfurt
 function __construct($input, $state = null)
 {
     parent::__construct($input, $state);
     $this->gErfurt_Sparql_Parser_Sparql10_Sparql10 = $this->gErfurt_Sparql_Parser_Sparql10_Sparql10;
     $this->gParent = $this->gErfurt_Sparql_Parser_Sparql10_Sparql10;
     $this->dfa15 = new Erfurt_Sparql_Parser_Sparql10_Sparql10_Tokenizer_DFA15($this);
     $this->dfa36 = new Erfurt_Sparql_Parser_Sparql10_Sparql10_Tokenizer_DFA36($this);
 }