コード例 #1
0
ファイル: SqlGenerator.cs プロジェクト: paulbatum/nhibernate
	private void InitializeCyclicDFAs()
	{
    	this.dfa57 = new DFA57(this);
    	this.dfa58 = new DFA58(this);
	    this.dfa57.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA57_SpecialStateTransition);
	    this.dfa58.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA58_SpecialStateTransition);
	}
コード例 #2
0
ファイル: spinachParser.cs プロジェクト: shranjan/SPINACH
	private void InitializeCyclicDFAs()
	{
    	this.dfa18 = new DFA18(this);
    	this.dfa22 = new DFA22(this);
    	this.dfa28 = new DFA28(this);
    	this.dfa45 = new DFA45(this);
    	this.dfa49 = new DFA49(this);
    	this.dfa58 = new DFA58(this);






	}
コード例 #3
0
ファイル: PhpParser.cs プロジェクト: RainsSoft/Code2Xml
	protected override void InitDFAs()
	{
		base.InitDFAs();
		dfa1 = new DFA1( this, SpecialStateTransition1 );
		dfa2 = new DFA2( this, SpecialStateTransition2 );
		dfa8 = new DFA8( this, SpecialStateTransition8 );
		dfa24 = new DFA24( this );
		dfa39 = new DFA39( this, SpecialStateTransition39 );
		dfa41 = new DFA41( this, SpecialStateTransition41 );
		dfa42 = new DFA42( this, SpecialStateTransition42 );
		dfa44 = new DFA44( this, SpecialStateTransition44 );
		dfa46 = new DFA46( this, SpecialStateTransition46 );
		dfa47 = new DFA47( this, SpecialStateTransition47 );
		dfa58 = new DFA58( this, SpecialStateTransition58 );
		dfa60 = new DFA60( this, SpecialStateTransition60 );
		dfa123 = new DFA123( this, SpecialStateTransition123 );
		dfa146 = new DFA146( this );
	}