Example #1
0
	protected override void InitDFAs()
	{
		base.InitDFAs();
		dfa3 = new DFA3( this, SpecialStateTransition3 );
		dfa7 = new DFA7( this, SpecialStateTransition7 );
		dfa17 = new DFA17( this, SpecialStateTransition17 );
		dfa20 = new DFA20( this, SpecialStateTransition20 );
		dfa43 = new DFA43( this );
	}
Example #2
0
	protected override void InitDFAs()
	{
		base.InitDFAs();
		dfa20 = new DFA20(this);
		dfa23 = new DFA23(this);
	}
	private void InitializeCyclicDFAs()
	{
    	this.dfa5 = new DFA5(this);
    	this.dfa12 = new DFA12(this);
    	this.dfa11 = new DFA11(this);
    	this.dfa21 = new DFA21(this);
    	this.dfa20 = new DFA20(this);
    	this.dfa27 = new DFA27(this);
    	this.dfa26 = new DFA26(this);
    	this.dfa29 = new DFA29(this);
    	this.dfa33 = new DFA33(this);
    	this.dfa35 = new DFA35(this);
    	this.dfa39 = new DFA39(this);
    	this.dfa41 = new DFA41(this);
    	this.dfa43 = new DFA43(this);
    	this.dfa63 = new DFA63(this);
    	this.dfa66 = new DFA66(this);
    	this.dfa69 = new DFA69(this);
    	this.dfa84 = new DFA84(this);
    	this.dfa96 = new DFA96(this);
    	this.dfa100 = new DFA100(this);
    	this.dfa99 = new DFA99(this);
    	this.dfa105 = new DFA105(this);
    	this.dfa108 = new DFA108(this);
    	this.dfa112 = new DFA112(this);
    	this.dfa124 = new DFA124(this);
    	this.dfa123 = new DFA123(this);
    	this.dfa127 = new DFA127(this);
    	this.dfa130 = new DFA130(this);
    	this.dfa140 = new DFA140(this);
    	this.dfa139 = new DFA139(this);
    	this.dfa147 = new DFA147(this);
    	this.dfa150 = new DFA150(this);
    	this.dfa153 = new DFA153(this);
    	this.dfa156 = new DFA156(this);
    	this.dfa159 = new DFA159(this);
    	this.dfa162 = new DFA162(this);
    	this.dfa169 = new DFA169(this);
    	this.dfa178 = new DFA178(this);
    	this.dfa184 = new DFA184(this);
    	this.dfa187 = new DFA187(this);
    	this.dfa191 = new DFA191(this);
    	this.dfa199 = new DFA199(this);
    	this.dfa200 = new DFA200(this);
    	this.dfa209 = new DFA209(this);
	    this.dfa12.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA12_SpecialStateTransition);
	    this.dfa21.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA21_SpecialStateTransition);
	    this.dfa29.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA29_SpecialStateTransition);
	    this.dfa33.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA33_SpecialStateTransition);
	    this.dfa43.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA43_SpecialStateTransition);
	    this.dfa84.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA84_SpecialStateTransition);
	    this.dfa105.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA105_SpecialStateTransition);
	    this.dfa108.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA108_SpecialStateTransition);
	    this.dfa127.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA127_SpecialStateTransition);
	    this.dfa130.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA130_SpecialStateTransition);
	    this.dfa187.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA187_SpecialStateTransition);
	}
	protected override void InitDFAs()
	{
		base.InitDFAs();
		dfa15 = new DFA15(this, SpecialStateTransition15);
		dfa20 = new DFA20(this);
		dfa30 = new DFA30(this, SpecialStateTransition30);
	}
	protected override void InitDFAs()
	{
		base.InitDFAs();
		dfa16 = new DFA16(this);
		dfa18 = new DFA18(this);
		dfa19 = new DFA19(this);
		dfa20 = new DFA20(this);
		dfa21 = new DFA21(this);
		dfa22 = new DFA22(this);
		dfa23 = new DFA23(this);
		dfa24 = new DFA24(this);
		dfa25 = new DFA25(this);
		dfa27 = new DFA27(this, SpecialStateTransition27);
	}
Example #6
0
	private void InitializeCyclicDFAs()
	{
    	this.dfa2 = new DFA2(this);
    	this.dfa18 = new DFA18(this);
    	this.dfa20 = new DFA20(this);
    	this.dfa21 = new DFA21(this);
	    this.dfa18.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA18_SpecialStateTransition);
	}