private class RuleMethodInterpreter.Edge
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
org.objectweb.asm.tree.AbstractInsnNode |
from |
org.objectweb.asm.tree.AbstractInsnNode |
to |
Constructor and Description |
---|
Edge(org.objectweb.asm.tree.AbstractInsnNode from,
org.objectweb.asm.tree.AbstractInsnNode to) |