Exemplo n.º 1
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.º 2
0
	private void InitializeCyclicDFAs()
	{
    	this.dfa57 = new DFA57(this);
    	this.dfa58 = new DFA58(this);
	    this.dfa57.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA57_SpecialStateTransition);
	    this.dfa58.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA58_SpecialStateTransition);
	}
Exemplo n.º 3
0
	protected override void InitDFAs()
	{
		base.InitDFAs();
		dfa57 = new DFA57( this, SpecialStateTransition57 );
	}
Exemplo n.º 4
0
	protected override void InitDFAs()
	{
		base.InitDFAs();
		dfa3 = new DFA3( this );
		dfa13 = new DFA13( this );
		dfa12 = new DFA12( this );
		dfa18 = new DFA18( this );
		dfa27 = new DFA27( this, SpecialStateTransition27 );
		dfa33 = new DFA33( this, SpecialStateTransition33 );
		dfa44 = new DFA44( this );
		dfa43 = new DFA43( this );
		dfa51 = new DFA51( this );
		dfa57 = new DFA57( this );
		dfa63 = new DFA63( this );
		dfa66 = new DFA66( this );
		dfa69 = new DFA69( this );
		dfa72 = new DFA72( this );
		dfa75 = new DFA75( this );
		dfa78 = new DFA78( this );
		dfa81 = new DFA81( this );
		dfa84 = new DFA84( this );
		dfa87 = new DFA87( this );
		dfa90 = new DFA90( this );
		dfa93 = new DFA93( this );
		dfa96 = new DFA96( this );
		dfa99 = new DFA99( this );
		dfa104 = new DFA104( this );
		dfa109 = new DFA109( this );
		dfa118 = new DFA118( this );
		dfa121 = new DFA121( this );
		dfa128 = new DFA128( this );
		dfa134 = new DFA134( this );
		dfa137 = new DFA137( this );
		dfa169 = new DFA169( this );
		dfa172 = new DFA172( this );
		dfa175 = new DFA175( this );
		dfa206 = new DFA206( this );
		dfa210 = new DFA210( this );
		dfa209 = new DFA209( this );
		dfa256 = new DFA256( this );
		dfa255 = new DFA255( this );
		dfa264 = new DFA264( this );
		dfa267 = new DFA267( this );
		dfa276 = new DFA276( this );
		dfa277 = new DFA277( this );
		dfa310 = new DFA310( this );
		dfa313 = new DFA313( this );
		dfa331 = new DFA331( this );
	}
Exemplo n.º 5
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);
	}