예제 #1
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 );
	}
예제 #2
0
	private void InitializeCyclicDFAs()
	{
    	this.dfa5 = new DFA5(this);
    	this.dfa9 = new DFA9(this);
    	this.dfa44 = new DFA44(this);
    	this.dfa45 = new DFA45(this);
    	this.dfa59 = new DFA59(this);
    	this.dfa62 = new DFA62(this);
    	this.dfa67 = new DFA67(this);
    	this.dfa69 = new DFA69(this);
    	this.dfa70 = new DFA70(this);
    	this.dfa71 = new DFA71(this);
    	this.dfa72 = new DFA72(this);
    	this.dfa73 = new DFA73(this);
    	this.dfa75 = new DFA75(this);
    	this.dfa79 = new DFA79(this);
    	this.dfa98 = new DFA98(this);
    	this.dfa124 = new DFA124(this);
	    this.dfa44.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA44_SpecialStateTransition);
	    this.dfa45.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA45_SpecialStateTransition);
	    this.dfa59.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA59_SpecialStateTransition);
	    this.dfa62.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA62_SpecialStateTransition);
	    this.dfa67.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA67_SpecialStateTransition);
	    this.dfa69.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA69_SpecialStateTransition);
	    this.dfa70.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA70_SpecialStateTransition);
	    this.dfa71.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA71_SpecialStateTransition);
	    this.dfa72.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA72_SpecialStateTransition);
	    this.dfa73.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA73_SpecialStateTransition);
	    this.dfa75.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA75_SpecialStateTransition);
	    this.dfa79.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA79_SpecialStateTransition);
	    this.dfa98.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA98_SpecialStateTransition);
	}
예제 #3
0
파일: AS3Parser.cs 프로젝트: jbakst/xas
	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 );
	}
예제 #4
0
파일: ANTLRv3Tree.cs 프로젝트: dfneto/comdd
 private void InitializeCyclicDFAs()
 {
     this.dfa31 = new DFA31(this);
     this.dfa44 = new DFA44(this);
 }
예제 #5
0
	private void InitializeCyclicDFAs()
	{
    	this.dfa43 = new DFA43(this);
    	this.dfa44 = new DFA44(this);
    	this.dfa74 = new DFA74(this);
	    this.dfa43.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA43_SpecialStateTransition);

	    this.dfa74.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA74_SpecialStateTransition);
	}
예제 #6
0
	private void InitializeCyclicDFAs()
	{
    	this.dfa7 = new DFA7(this);
    	this.dfa17 = new DFA17(this);
    	this.dfa44 = new DFA44(this);
    	this.dfa48 = new DFA48(this);




	}
예제 #7
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);
	}
예제 #8
0
	protected override void InitDFAs()
	{
		base.InitDFAs();
		dfa4 = new DFA4( this );
		dfa29 = new DFA29( this );
		dfa36 = new DFA36( this );
		dfa44 = new DFA44( this );
		dfa59 = new DFA59( this );
		dfa71 = new DFA71( this );
		dfa78 = new DFA78( this );
		dfa82 = new DFA82( this );
		dfa95 = new DFA95( this );
		dfa108 = new DFA108( this );
		dfa107 = new DFA107( this );
		dfa113 = new DFA113( this );
	}