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