Beispiel #1
0
 public void Goto(PointCut pointCut)
 {
     Goto(pointCut.InjectionPoint);
 }
Beispiel #2
0
 public Instruction CreateInstruction(OpCode opCode, PointCut pointCut)
 {
     return(Processor.Create(opCode, pointCut.InjectionPoint));
 }