Exemplo n.º 1
0
	private void InitializeCyclicDFAs()
	{
	    this.dfa8 = new DFA8(this);
	    this.dfa8.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA8_SpecialStateTransition);
	}
Exemplo n.º 2
0
	private void InitializeCyclicDFAs()
	{
    	this.dfa8 = new DFA8(this);
    	this.dfa14 = new DFA14(this);
    	this.dfa34 = new DFA34(this);
    	this.dfa36 = new DFA36(this);
    	this.dfa54 = new DFA54(this);
    	this.dfa55 = new DFA55(this);
    	this.dfa74 = new DFA74(this);
    	this.dfa76 = new DFA76(this);
    	this.dfa86 = new DFA86(this);
    	this.dfa114 = new DFA114(this);
    	this.dfa115 = new DFA115(this);
    	this.dfa116 = new DFA116(this);
    	this.dfa133 = new DFA133(this);
    	this.dfa139 = new DFA139(this);
    	this.dfa140 = new DFA140(this);
    	this.dfa141 = new DFA141(this);
    	this.dfa142 = new DFA142(this);
    	this.dfa146 = new DFA146(this);
    	this.dfa155 = new DFA155(this);
    	this.dfa154 = new DFA154(this);
	    this.dfa8.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA8_SpecialStateTransition);
	    this.dfa14.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA14_SpecialStateTransition);
	    this.dfa34.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA34_SpecialStateTransition);
	    this.dfa36.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA36_SpecialStateTransition);
	    this.dfa54.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA54_SpecialStateTransition);
	    this.dfa55.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA55_SpecialStateTransition);
	    this.dfa74.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA74_SpecialStateTransition);
	    this.dfa76.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA76_SpecialStateTransition);
	    this.dfa86.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA86_SpecialStateTransition);
	    this.dfa114.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA114_SpecialStateTransition);
	    this.dfa115.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA115_SpecialStateTransition);

	    this.dfa133.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA133_SpecialStateTransition);
	    this.dfa139.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA139_SpecialStateTransition);
	    this.dfa140.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA140_SpecialStateTransition);
	    this.dfa141.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA141_SpecialStateTransition);
	    this.dfa142.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA142_SpecialStateTransition);
	    this.dfa146.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA146_SpecialStateTransition);
	    this.dfa155.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA155_SpecialStateTransition);
	    this.dfa154.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA154_SpecialStateTransition);
	}
Exemplo n.º 3
0
	protected override void InitDFAs()
	{
		base.InitDFAs();
		dfa8 = new DFA8(this, SpecialStateTransition8);
	}
Exemplo n.º 4
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 );
	}
Exemplo n.º 5
0
 private void InitializeCyclicDFAs()
 {
     this.dfa8 = new DFA8(this);
 }
 protected override void InitDFAs()
 {
     base.InitDFAs();
     dfa8 = new DFA8(this);
 }
Exemplo n.º 7
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);
    }
Exemplo n.º 8
0
 private void InitializeCyclicDFAs()
 {
     this.dfa6 = new DFA6(this);
     this.dfa8 = new DFA8(this);
 }
Exemplo n.º 9
0
		protected override void InitDFAs() {
			base.InitDFAs();
			dfa3 = new DFA3(this);
			dfa4 = new DFA4(this);
			dfa8 = new DFA8(this, SpecialStateTransition8);
			dfa32 = new DFA32(this);
			dfa38 = new DFA38(this);
		}
Exemplo n.º 10
0
 private void InitializeCyclicDFAs()
 {
     this.dfa8 = new DFA8(this);
     this.dfa8.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA8_SpecialStateTransition);
 }
Exemplo n.º 11
0
	protected override void InitDFAs()
	{
		base.InitDFAs();
		dfa8 = new DFA8( this, SpecialStateTransition8 );
		dfa134 = new DFA134( this, SpecialStateTransition134 );
		dfa324 = new DFA324( this, SpecialStateTransition324 );
	}
Exemplo n.º 12
0
	private void InitializeCyclicDFAs()
	{
    	this.dfa7 = new DFA7(this);
    	this.dfa8 = new DFA8(this);
    	this.dfa12 = new DFA12(this);
	}