protected override void InitDFAs()
	{
		base.InitDFAs();
		dfa11 = new DFA11(this, SpecialStateTransition11);
		dfa19 = new DFA19(this, SpecialStateTransition19);
		dfa28 = new DFA28(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);
	}
示例#3
0
	private void InitializeCyclicDFAs()
	{
	    this.dfa3 = new DFA3(this);
	    this.dfa11 = new DFA11(this);
	    this.dfa18 = new DFA18(this);
	}
示例#4
0
	protected override void InitDFAs()
	{
		base.InitDFAs();
		dfa9 = new DFA9(this);
		dfa11 = new DFA11(this);
		dfa13 = new DFA13(this);
		dfa33 = new DFA33(this, SpecialStateTransition33);
	}
示例#5
0
	private void InitializeCyclicDFAs()
	{
	    this.dfa5 = new DFA5(this);
	    this.dfa11 = new DFA11(this);
	    this.dfa14 = new DFA14(this);
	    this.dfa16 = new DFA16(this);
	    this.dfa46 = new DFA46(this);
	    this.dfa47 = new DFA47(this);
	    this.dfa50 = new DFA50(this);
	    this.dfa54 = new DFA54(this);
	    this.dfa55 = new DFA55(this);
	    this.dfa11.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA11_SpecialStateTransition);
	    this.dfa14.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA14_SpecialStateTransition);
	    this.dfa54.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA54_SpecialStateTransition);
	}
示例#6
0
	protected override void InitDFAs()
	{
		base.InitDFAs();
		dfa11 = new DFA11(this, SpecialStateTransition11);
		dfa18 = new DFA18(this, SpecialStateTransition18);
		dfa27 = new DFA27(this);
	}
	protected override void InitDFAs()
	{
		base.InitDFAs();
		dfa11 = new DFA11(this);
	}