protected override void InitDFAs()
	{
		base.InitDFAs();
		dfa5 = new DFA5( this );
		dfa12 = new DFA12( this );
		dfa16 = new DFA16( this );
		dfa19 = new DFA19( this );
		dfa22 = new DFA22( this );
		dfa25 = new DFA25( this );
		dfa48 = new DFA48( this );
		dfa51 = new DFA51( this );
		dfa54 = new DFA54( this );
		dfa84 = new DFA84( this );
		dfa88 = new DFA88( this );
		dfa87 = new DFA87( this );
		dfa101 = new DFA101( this );
		dfa120 = new DFA120( this );
		dfa119 = new DFA119( this );
		dfa127 = new DFA127( this );
		dfa130 = new DFA130( this );
		dfa154 = new DFA154( this );
		dfa153 = new DFA153( this );
		dfa171 = new DFA171( this );
		dfa174 = new DFA174( this );
		dfa177 = new DFA177( this );
		dfa180 = new DFA180( this );
		dfa183 = new DFA183( this );
		dfa186 = new DFA186( this );
		dfa189 = new DFA189( this );
		dfa192 = new DFA192( this );
		dfa195 = new DFA195( this );
		dfa198 = new DFA198( this );
		dfa201 = new DFA201( this );
		dfa204 = new DFA204( this );
		dfa208 = new DFA208( this );
		dfa212 = new DFA212( this );
		dfa216 = new DFA216( this );
		dfa224 = new DFA224( this );
		dfa238 = new DFA238( this );
		dfa237 = new DFA237( this );
		dfa243 = new DFA243( this );
	}
Exemplo n.º 2
0
    private void InitializeCyclicDFAs()
    {
        this.dfa10 = new DFA10(this);
        this.dfa16 = new DFA16(this);
        this.dfa33 = new DFA33(this);
        this.dfa34 = new DFA34(this);
        this.dfa35 = new DFA35(this);
        this.dfa36 = new DFA36(this);
        this.dfa43 = new DFA43(this);
        this.dfa48 = new DFA48(this);
        this.dfa50 = new DFA50(this);
        this.dfa57 = new DFA57(this);
        this.dfa60 = new DFA60(this);
        this.dfa67 = new DFA67(this);
        this.dfa70 = new DFA70(this);
        this.dfa73 = new DFA73(this);

        this.dfa43.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA43_SpecialStateTransition);
        this.dfa48.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA48_SpecialStateTransition);
        this.dfa50.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA50_SpecialStateTransition);
        this.dfa57.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA57_SpecialStateTransition);
    }
Exemplo n.º 3
0
	private void InitializeCyclicDFAs()
	{
    	this.dfa7 = new DFA7(this);
    	this.dfa17 = new DFA17(this);
    	this.dfa44 = new DFA44(this);
    	this.dfa48 = new DFA48(this);




	}