예제 #1
0
    private void InitializeCyclicDFAs()
    {
        this.dfa8 = new DFA8(this);
        this.dfa34 = new DFA34(this);
        this.dfa37 = new DFA37(this);
        this.dfa49 = new DFA49(this);
        this.dfa59 = new DFA59(this);
        this.dfa61 = new DFA61(this);
        this.dfa80 = new DFA80(this);
        this.dfa83 = new DFA83(this);
        this.dfa93 = new DFA93(this);
        this.dfa121 = new DFA121(this);
        this.dfa122 = new DFA122(this);
        this.dfa123 = new DFA123(this);
        this.dfa148 = new DFA148(this);
        this.dfa152 = new DFA152(this);
        this.dfa162 = new DFA162(this);
        this.dfa161 = new DFA161(this);
        this.dfa8.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA8_SpecialStateTransition);
        this.dfa34.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA34_SpecialStateTransition);
        this.dfa37.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA37_SpecialStateTransition);
        this.dfa49.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA49_SpecialStateTransition);
        this.dfa59.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA59_SpecialStateTransition);
        this.dfa61.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA61_SpecialStateTransition);
        this.dfa80.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA80_SpecialStateTransition);
        this.dfa83.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA83_SpecialStateTransition);
        this.dfa93.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA93_SpecialStateTransition);
        this.dfa121.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA121_SpecialStateTransition);
        this.dfa122.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA122_SpecialStateTransition);

        this.dfa148.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA148_SpecialStateTransition);
        this.dfa152.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA152_SpecialStateTransition);
        this.dfa162.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA162_SpecialStateTransition);
        this.dfa161.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA161_SpecialStateTransition);
    }
예제 #2
0
	protected override void InitDFAs()
	{
		base.InitDFAs();
		dfa16 = new DFA16(this);
		dfa23 = new DFA23(this);
		dfa37 = new DFA37(this);
		dfa55 = new DFA55(this);
		dfa59 = new DFA59(this);
		dfa62 = new DFA62(this, SpecialStateTransition62);
	}
예제 #3
0
	private void InitializeCyclicDFAs()
	{
    	this.dfa1 = new DFA1(this);
    	this.dfa2 = new DFA2(this);
    	this.dfa6 = new DFA6(this);
    	this.dfa14 = new DFA14(this);
    	this.dfa22 = new DFA22(this);
    	this.dfa24 = new DFA24(this);
    	this.dfa26 = new DFA26(this);
    	this.dfa27 = new DFA27(this);
    	this.dfa31 = new DFA31(this);
    	this.dfa36 = new DFA36(this);
    	this.dfa38 = new DFA38(this);
    	this.dfa37 = new DFA37(this);












	}