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