예제 #1
0
 protected override void InitDFAs()
 {
     base.InitDFAs();
     dfa9 = new DFA9(this);
 }
예제 #2
0
파일: InterpParser.cs 프로젝트: zuzhu/SPINA
 private void InitializeCyclicDFAs()
 {
     this.dfa9 = new DFA9(this);
 }
예제 #3
0
 private void InitializeCyclicDFAs()
 {
     this.dfa2 = new DFA2(this);
     this.dfa9 = new DFA9(this);
     this.dfa13 = new DFA13(this);
     this.dfa22 = new DFA22(this);
 }
예제 #4
0
	protected override void InitDFAs()
	{
		base.InitDFAs();
		dfa9 = new DFA9(this);
	}
예제 #5
0
	private void InitializeCyclicDFAs()
	{
	    this.dfa9 = new DFA9(this);
	    this.dfa9.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA9_SpecialStateTransition);
	}
예제 #6
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);
	}
예제 #7
0
	protected override void InitDFAs()
	{
		base.InitDFAs();
		dfa9 = new DFA9(this, SpecialStateTransition9);
	}
예제 #8
0
	protected override void InitDFAs()
	{
		base.InitDFAs();
		dfa9 = new DFA9(this);
		dfa11 = new DFA11(this);
		dfa13 = new DFA13(this);
		dfa33 = new DFA33(this, SpecialStateTransition33);
	}
예제 #9
0
 protected override void InitDFAs()
 {
     base.InitDFAs();
     dfa1 = new DFA1(this);
     dfa9 = new DFA9(this, SpecialStateTransition9);
 }
	private void InitializeCyclicDFAs()
	{
	    this.dfa4 = new DFA4(this);
	    this.dfa14 = new DFA14(this);
	    this.dfa6 = new DFA6(this);
	    this.dfa9 = new DFA9(this);
	    this.dfa28 = new DFA28(this);
	    this.dfa28.specialStateTransitionHandler = new DFA.SpecialStateTransitionHandler(DFA28_SpecialStateTransition);
	}
예제 #11
0
    private void InitializeCyclicDFAs()
    {
        this.dfa1 = new DFA1(this);
        this.dfa9 = new DFA9(this);
        this.dfa12 = new DFA12(this);
        this.dfa21 = new DFA21(this);




    }