Exemplo n.º 1
0
 public override void Register(RuleDispatcher dispatcher)
 {
     dispatcher.Register(this, "VisitBegin");
     dispatcher.Register(this, "VisitLoad");
     dispatcher.Register(this, "VisitLoadAddr");
     dispatcher.Register(this, "VisitEnd");
 }
Exemplo n.º 2
0
		public override void Register(RuleDispatcher dispatcher) 
		{
			dispatcher.Register(this, "VisitBegin");
			dispatcher.Register(this, "VisitMethod");
			dispatcher.Register(this, "VisitStore");
			dispatcher.Register(this, "VisitEnd");
		}
Exemplo n.º 3
0
 public override void Register(RuleDispatcher dispatcher)
 {
     dispatcher.Register(this, "VisitBegin");
     dispatcher.Register(this, "VisitStore");
     dispatcher.Register(this, "VisitInit");
     dispatcher.Register(this, "VisitEnd");
 }
 public override void Register(RuleDispatcher dispatcher)
 {
     dispatcher.Register(this, "VisitAssembly");
     dispatcher.Register(this, "VisitMethod");
     dispatcher.Register(this, "VisitType");
     dispatcher.Register(this, "VisitFini");
 }
Exemplo n.º 5
0
 public override void Register(RuleDispatcher dispatcher)
 {
     dispatcher.Register(this, "VisitBegin");
     dispatcher.Register(this, "VisitMethodBegin");
     dispatcher.Register(this, "VisitCall");
     dispatcher.Register(this, "VisitEnd");
 }
		public override void Register(RuleDispatcher dispatcher) 
		{
			dispatcher.Register(this, "VisitAssembly");
			dispatcher.Register(this, "VisitMethod");
			dispatcher.Register(this, "VisitType");
			dispatcher.Register(this, "VisitFini");
		}
Exemplo n.º 7
0
		public override void Register(RuleDispatcher dispatcher) 
		{
			dispatcher.Register(this, "VisitBegin");
			dispatcher.Register(this, "VisitBranch");
			dispatcher.Register(this, "VisitCompare");
			dispatcher.Register(this, "VisitEnd");
		}
Exemplo n.º 8
0
		public override void Register(RuleDispatcher dispatcher) 
		{
			dispatcher.Register(this, "VisitBegin");
			dispatcher.Register(this, "VisitMethod");
			dispatcher.Register(this, "VisitCall");
			dispatcher.Register(this, "VisitFini");
		}
Exemplo n.º 9
0
 public override void Register(RuleDispatcher dispatcher)
 {
     dispatcher.Register(this, "VisitBegin");
     dispatcher.Register(this, "VisitBranch");
     dispatcher.Register(this, "VisitCompare");
     dispatcher.Register(this, "VisitEnd");
 }
Exemplo n.º 10
0
		public override void Register(RuleDispatcher dispatcher) 
		{
			dispatcher.Register(this, "VisitBegin");
			dispatcher.Register(this, "VisitCeq");
			dispatcher.Register(this, "VisitCall");
			dispatcher.Register(this, "VisitEnd");
		}
Exemplo n.º 11
0
		public override void Register(RuleDispatcher dispatcher) 
		{
			dispatcher.Register(this, "VisitBegin");
			dispatcher.Register(this, "VisitLoad");
			dispatcher.Register(this, "VisitLoadAddr");
			dispatcher.Register(this, "VisitEnd");
		}
Exemplo n.º 12
0
 public override void Register(RuleDispatcher dispatcher)
 {
     dispatcher.Register(this, "VisitBegins");
     dispatcher.Register(this, "VisitBegin");
     dispatcher.Register(this, "VisitCall");
     dispatcher.Register(this, "VisitEnds");
     dispatcher.Register(this, "VisitCallGraph");
 }
Exemplo n.º 13
0
 public override void Register(RuleDispatcher dispatcher)
 {
     dispatcher.Register(this, "VisitAssembly");
     dispatcher.Register(this, "VisitBegin");
     dispatcher.Register(this, "VisitCall");
     dispatcher.Register(this, "VisitEnd");
     dispatcher.Register(this, "VisitFini");
 }
Exemplo n.º 14
0
 public override void Register(RuleDispatcher dispatcher)
 {
     dispatcher.Register(this, "VisitBegin");
     dispatcher.Register(this, "VisitReturn");
     dispatcher.Register(this, "VisitCast");
     dispatcher.Register(this, "VisitInstruction");
     dispatcher.Register(this, "VisitEnd");
 }
Exemplo n.º 15
0
 public override void Register(RuleDispatcher dispatcher)
 {
     if (m_enabled)
     {
         dispatcher.Register(this, "VisitBegin");
         dispatcher.Register(this, "VisitCall");
     }
 }
Exemplo n.º 16
0
		public override void Register(RuleDispatcher dispatcher) 
		{
			dispatcher.Register(this, "VisitBegin");	
			dispatcher.Register(this, "VisitReturn");	
			dispatcher.Register(this, "VisitCast");	
			dispatcher.Register(this, "VisitInstruction");	
			dispatcher.Register(this, "VisitEnd");
		}
Exemplo n.º 17
0
		public override void Register(RuleDispatcher dispatcher) 
		{
			if (m_enabled)
			{
				dispatcher.Register(this, "VisitBegin");
				dispatcher.Register(this, "VisitCall");
			}
		}
Exemplo n.º 18
0
        public override void Register(RuleDispatcher dispatcher)
        {
            m_dispatcher = dispatcher;

            dispatcher.Register(this, "VisitAssembly");
            dispatcher.Register(this, "VisitType");
            dispatcher.Register(this, "VisitMethod");
            dispatcher.Register(this, "VisitCalls");
        }
Exemplo n.º 19
0
        public override void Register(RuleDispatcher dispatcher)
        {
            m_dispatcher = dispatcher;

            dispatcher.Register(this, "VisitBegin");
            dispatcher.Register(this, "VisitNew");
            dispatcher.Register(this, "VisitCall");
            dispatcher.Register(this, "VisitEnd");
        }
Exemplo n.º 20
0
		public override void Register(RuleDispatcher dispatcher) 
		{
			m_dispatcher = dispatcher;

			dispatcher.Register(this, "VisitAssembly");
			dispatcher.Register(this, "VisitType");
			dispatcher.Register(this, "VisitMethod");
			dispatcher.Register(this, "VisitCalls");
		}
Exemplo n.º 21
0
		public override void Register(RuleDispatcher dispatcher) 
		{
			m_dispatcher = dispatcher;

			dispatcher.Register(this, "VisitBegin");
			dispatcher.Register(this, "VisitNew");
			dispatcher.Register(this, "VisitCall");
			dispatcher.Register(this, "VisitEnd");
		}
Exemplo n.º 22
0
		public override void Register(RuleDispatcher dispatcher) 
		{
			dispatcher.Register(this, "VisitBegin");
			dispatcher.Register(this, "VisitMethod");
			dispatcher.Register(this, "VisitCall");
			dispatcher.Register(this, "VisitLoadField");
			dispatcher.Register(this, "VisitLoadFieldAdr");
			dispatcher.Register(this, "VisitStoreField");
			dispatcher.Register(this, "VisitSLoadField");
			dispatcher.Register(this, "VisitSStoreField");
			dispatcher.Register(this, "VisitEnd");
		}
Exemplo n.º 23
0
		public override void Register(RuleDispatcher dispatcher) 
		{
			dispatcher.Register(this, "VisitBegin");
			dispatcher.Register(this, "VisitMethodBegin");
			dispatcher.Register(this, "VisitConditional");	
			dispatcher.Register(this, "VisitCall");	
			dispatcher.Register(this, "VisitNewObj");	
			dispatcher.Register(this, "VisitThrow");	
			dispatcher.Register(this, "VisitMethodEnd");
			dispatcher.Register(this, "VisitEnd");
		}
Exemplo n.º 24
0
		public override void Register(RuleDispatcher dispatcher) 
		{
			dispatcher.Register(this, "VisitBegin");
			dispatcher.Register(this, "VisitType");
			dispatcher.Register(this, "VisitEndTypes");
			dispatcher.Register(this, "VisitMethod");
			dispatcher.Register(this, "VisitCall");
			dispatcher.Register(this, "VisitNewObj");
			dispatcher.Register(this, "VisitInitObj");
			dispatcher.Register(this, "VisitFini");
		}
Exemplo n.º 25
0
 public override void Register(RuleDispatcher dispatcher)
 {
     dispatcher.Register(this, "VisitBegin");
     dispatcher.Register(this, "VisitMethod");
     dispatcher.Register(this, "VisitLoadField");
     dispatcher.Register(this, "VisitLoadFieldAdr");
     dispatcher.Register(this, "VisitStoreField");
     dispatcher.Register(this, "VisitSLoadField");
     dispatcher.Register(this, "VisitSStoreField");
     dispatcher.Register(this, "VisitEnd");
 }
Exemplo n.º 26
0
 public override void Register(RuleDispatcher dispatcher)
 {
     dispatcher.Register(this, "VisitBegin");
     dispatcher.Register(this, "VisitType");
     dispatcher.Register(this, "VisitEndTypes");
     dispatcher.Register(this, "VisitMethod");
     dispatcher.Register(this, "VisitCall");
     dispatcher.Register(this, "VisitNewObj");
     dispatcher.Register(this, "VisitInitObj");
     dispatcher.Register(this, "VisitFini");
 }
Exemplo n.º 27
0
 public override void Register(RuleDispatcher dispatcher)
 {
     dispatcher.Register(this, "VisitBegin");
     dispatcher.Register(this, "VisitMethodBegin");
     dispatcher.Register(this, "VisitConditional");
     dispatcher.Register(this, "VisitCall");
     dispatcher.Register(this, "VisitNewObj");
     dispatcher.Register(this, "VisitThrow");
     dispatcher.Register(this, "VisitMethodEnd");
     dispatcher.Register(this, "VisitEnd");
 }
Exemplo n.º 28
0
		public override void Register(RuleDispatcher dispatcher) 
		{
			dispatcher.Register(this, "VisitBegin");
			dispatcher.Register(this, "VisitCall");
			dispatcher.Register(this, "VisitLoadField");
			dispatcher.Register(this, "VisitStoreField");
			dispatcher.Register(this, "VisitStoreStaticField");
			dispatcher.Register(this, "VisitStoreLocal");
			dispatcher.Register(this, "VisitEnd");
		}
Exemplo n.º 29
0
 public override void Register(RuleDispatcher dispatcher)
 {
     dispatcher.Register(this, "VisitType");
     dispatcher.Register(this, "VisitField");
     dispatcher.Register(this, "VisitLoadField");
     dispatcher.Register(this, "VisitLoadFieldAddr");
     dispatcher.Register(this, "VisitLoadStaticField");
     dispatcher.Register(this, "VisitLoadStaticFieldAddress");
     dispatcher.Register(this, "VisitFini");
 }
Exemplo n.º 30
0
		public override void Register(RuleDispatcher dispatcher) 
		{
			dispatcher.Register(this, "VisitType");
			dispatcher.Register(this, "VisitField");
			dispatcher.Register(this, "VisitLoadField");
			dispatcher.Register(this, "VisitLoadFieldAddr");
			dispatcher.Register(this, "VisitLoadStaticField");
			dispatcher.Register(this, "VisitLoadStaticFieldAddress");
			dispatcher.Register(this, "VisitFini");
		}
Exemplo n.º 31
0
 public override void Register(RuleDispatcher dispatcher)
 {
     dispatcher.Register(this, "VisitType");
     dispatcher.Register(this, "VisitMethod");
     dispatcher.Register(this, "VisitEnd");
     dispatcher.Register(this, "VisitCall");
     dispatcher.Register(this, "VisitFunPtr");
     dispatcher.Register(this, "VisitNew");
     dispatcher.Register(this, "VisitFini");
 }
Exemplo n.º 32
0
		public override void Register(RuleDispatcher dispatcher) 
		{
			dispatcher.Register(this, "VisitBegin");
			dispatcher.Register(this, "VisitMethodBegin");
			dispatcher.Register(this, "VisitCall");
			dispatcher.Register(this, "VisitLoadField");
			dispatcher.Register(this, "VisitLoadFieldAddress");
			dispatcher.Register(this, "VisitMethodEnd");
			dispatcher.Register(this, "VisitEnd");
		}
Exemplo n.º 33
0
 public override void Register(RuleDispatcher dispatcher)
 {
     dispatcher.Register(this, "VisitBegin");
     dispatcher.Register(this, "VisitCall");
     dispatcher.Register(this, "VisitLoadField");
     dispatcher.Register(this, "VisitStoreField");
     dispatcher.Register(this, "VisitStoreStaticField");
     dispatcher.Register(this, "VisitStoreLocal");
     dispatcher.Register(this, "VisitEnd");
 }
Exemplo n.º 34
0
		public override void Register(RuleDispatcher dispatcher) 
		{
			dispatcher.Register(this, "VisitBegin");
			dispatcher.Register(this, "VisitStore1");
			dispatcher.Register(this, "VisitStore2");
			dispatcher.Register(this, "VisitLoad1");
			dispatcher.Register(this, "VisitLoad2");
			dispatcher.Register(this, "VisitEnd");
		}
Exemplo n.º 35
0
 public override void Register(RuleDispatcher dispatcher)
 {
     dispatcher.Register(this, "VisitBegin");
     dispatcher.Register(this, "VisitBeginMethod");
     dispatcher.Register(this, "VisitBinaryOp");
     dispatcher.Register(this, "VisitCall");
     dispatcher.Register(this, "VisitCompare");
     dispatcher.Register(this, "VisitEndMethod");
 }
Exemplo n.º 36
0
		public override void Register(RuleDispatcher dispatcher) 
		{
			dispatcher.Register(this, "VisitAssembly");
			dispatcher.Register(this, "VisitBegin");
			dispatcher.Register(this, "VisitCall");
			dispatcher.Register(this, "VisitEnd");
			dispatcher.Register(this, "VisitType");
			dispatcher.Register(this, "VisitFini");
		}
Exemplo n.º 37
0
 public override void Register(RuleDispatcher dispatcher)
 {
     dispatcher.Register(this, "VisitBegin");
     dispatcher.Register(this, "VisitStore1");
     dispatcher.Register(this, "VisitStore2");
     dispatcher.Register(this, "VisitLoad1");
     dispatcher.Register(this, "VisitLoad2");
     dispatcher.Register(this, "VisitEnd");
 }
Exemplo n.º 38
0
		public override void Register(RuleDispatcher dispatcher) 
		{
			dispatcher.Register(this, "VisitBegin");
			dispatcher.Register(this, "VisitBeginMethod");
			dispatcher.Register(this, "VisitBinaryOp");
			dispatcher.Register(this, "VisitCall");
			dispatcher.Register(this, "VisitCompare");
			dispatcher.Register(this, "VisitEndMethod");
		}
Exemplo n.º 39
0
		public override void Register(RuleDispatcher dispatcher) 
		{
			m_dispatcher = dispatcher;
			
			dispatcher.Register(this, "VisitAssembly");
			dispatcher.Register(this, "VisitBegin");
			dispatcher.Register(this, "VisitCall");
			dispatcher.Register(this, "VisitStoreStatic");
			dispatcher.Register(this, "VisitEnd");
			dispatcher.Register(this, "VisitCallGraph");
		}
Exemplo n.º 40
0
        public override void Register(RuleDispatcher dispatcher)
        {
            m_dispatcher = dispatcher;

            dispatcher.Register(this, "VisitAssembly");
            dispatcher.Register(this, "VisitBegin");
            dispatcher.Register(this, "VisitCall");
            dispatcher.Register(this, "VisitStoreStatic");
            dispatcher.Register(this, "VisitEnd");
            dispatcher.Register(this, "VisitCallGraph");
        }
Exemplo n.º 41
0
        public override void Register(RuleDispatcher dispatcher)
        {
#if !TEST
            string convention = Settings.Get("naming", "mono");
            if (convention == "jurassic")
#endif
            {
                dispatcher.Register(this, "VisitBegin");
                dispatcher.Register(this, "VisitType");
                dispatcher.Register(this, "VisitMethod");
                dispatcher.Register(this, "VisitJurassicFields");
                dispatcher.Register(this, "VisitEvent");
                dispatcher.Register(this, "VisitProperty");
                dispatcher.Register(this, "VisitEnd");
            }
        }
Exemplo n.º 42
0
		public override void Register(RuleDispatcher dispatcher) 
		{
#if !TEST
			string convention = Settings.Get("naming", "mono");
			if (convention == "jurassic")
#endif
			{
				dispatcher.Register(this, "VisitBegin");
				dispatcher.Register(this, "VisitType");
				dispatcher.Register(this, "VisitMethod");
				dispatcher.Register(this, "VisitJurassicFields");
				dispatcher.Register(this, "VisitEvent");
				dispatcher.Register(this, "VisitProperty");
				dispatcher.Register(this, "VisitEnd");
			}
		}
Exemplo n.º 43
0
 public override void Register(RuleDispatcher dispatcher)
 {
     dispatcher.Register(this, "VisitModule");
 }
Exemplo n.º 44
0
		public override void Register(RuleDispatcher dispatcher) 
		{
			dispatcher.Register(this, "VisitBegin");
			dispatcher.Register(this, "VisitMethod");
			dispatcher.Register(this, "VisitCast");
			dispatcher.Register(this, "VisitCall");
			dispatcher.Register(this, "VisitInit");
			dispatcher.Register(this, "VisitLoadField");
			dispatcher.Register(this, "VisitLoadStaticField");
			dispatcher.Register(this, "VisitNew");
			dispatcher.Register(this, "VisitStoreField");
			dispatcher.Register(this, "VisitStoreStaticField");
			dispatcher.Register(this, "VisitEnd");
		}
Exemplo n.º 45
0
 public override void Register(RuleDispatcher dispatcher)
 {
     dispatcher.Register(this, "VisitType");
     dispatcher.Register(this, "VisitProp");
     dispatcher.Register(this, "VisitMethod");
 }
Exemplo n.º 46
0
 public override void Register(RuleDispatcher dispatcher)
 {
     dispatcher.Register(this, "VisitBinary");
     dispatcher.Register(this, "VisitFini");
 }
Exemplo n.º 47
0
		public override void Register(RuleDispatcher dispatcher) 
		{
			dispatcher.Register(this, "VisitBinary");
			dispatcher.Register(this, "VisitFini");
		}
		public override void Register(RuleDispatcher dispatcher) 
		{
			dispatcher.Register(this, "VisitBegin");
			dispatcher.Register(this, "VisitProp");
		}
Exemplo n.º 49
0
 internal void Register(RuleDispatcher dispatcher)
 {
     dispatcher.Register(this, "VisitAssembly", "ClassifyMethod", "I1000");
     dispatcher.Register(this, "VisitBegin", "ClassifyMethod", "I1000");
     dispatcher.Register(this, "VisitNewObj", "ClassifyMethod", "I1000");
 }
 public override void Register(RuleDispatcher dispatcher)
 {
     dispatcher.Register(this, "VisitAssembly");
 }
		public override void Register(RuleDispatcher dispatcher) 
		{
			dispatcher.Register(this, "VisitAssembly");
		}
Exemplo n.º 52
0
 public override void Register(RuleDispatcher dispatcher)
 {
     dispatcher.Register(this, "VisitBegin");
     dispatcher.Register(this, "VisitNewObj");
     dispatcher.Register(this, "VisitEnd");
 }
Exemplo n.º 53
0
 public override void Register(RuleDispatcher dispatcher)
 {
     dispatcher.Register(this, "VisitBegin");
     dispatcher.Register(this, "VisitProp");
 }
Exemplo n.º 54
0
		public override void Register(RuleDispatcher dispatcher) 
		{
			dispatcher.Register(this, "VisitType");
			dispatcher.Register(this, "VisitEnd");
		}
Exemplo n.º 55
0
 public override void Register(RuleDispatcher dispatcher)
 {
     dispatcher.Register(this, "VisitBegin");
     dispatcher.Register(this, "VisitMethod");
     dispatcher.Register(this, "VisitCast");
     dispatcher.Register(this, "VisitCall");
     dispatcher.Register(this, "VisitInit");
     dispatcher.Register(this, "VisitLoadField");
     dispatcher.Register(this, "VisitLoadStaticField");
     dispatcher.Register(this, "VisitNew");
     dispatcher.Register(this, "VisitStoreField");
     dispatcher.Register(this, "VisitStoreStaticField");
     dispatcher.Register(this, "VisitEnd");
 }
Exemplo n.º 56
0
		public override void Register(RuleDispatcher dispatcher) 
		{
			dispatcher.Register(this, "VisitMethod");
		}
Exemplo n.º 57
0
		internal void Register(RuleDispatcher dispatcher) 
		{
			dispatcher.Register(this, "VisitAssembly", "ClassifyMethod", "I1000");
			dispatcher.Register(this, "VisitBegin", "ClassifyMethod", "I1000");
			dispatcher.Register(this, "VisitNewObj", "ClassifyMethod", "I1000");
		}