Beispiel #1
0
	protected override void InitDFAs()
	{
		base.InitDFAs();
		dfa26 = new DFA26(this);
		dfa31 = new DFA31(this);
		dfa41 = new DFA41(this, SpecialStateTransition41);
		dfa45 = new DFA45(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);
	}
Beispiel #3
0
	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 );
	}
Beispiel #4
0
	private void InitializeCyclicDFAs()
	{
    	this.dfa6 = new DFA6(this);
    	this.dfa10 = new DFA10(this);
    	this.dfa13 = new DFA13(this);
    	this.dfa21 = new DFA21(this);
    	this.dfa30 = new DFA30(this);
    	this.dfa34 = new DFA34(this);
    	this.dfa38 = new DFA38(this);
    	this.dfa41 = new DFA41(this);
    	this.dfa44 = new DFA44(this);
    	this.dfa47 = new DFA47(this);
    	this.dfa50 = new DFA50(this);
    	this.dfa53 = new DFA53(this);
    	this.dfa57 = new DFA57(this);
    	this.dfa70 = new DFA70(this);
    	this.dfa71 = new DFA71(this);
    	this.dfa73 = new DFA73(this);
	    this.dfa6.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA6_SpecialStateTransition);
	    this.dfa13.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA13_SpecialStateTransition);
	    this.dfa21.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA21_SpecialStateTransition);
	}