Package mockit.asm.controlFlow
Class Edge
java.lang.Object
mockit.asm.controlFlow.Edge
An edge in the control flow graph of a method body. See
Label
.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Denotes a control flow graph edge corresponding to an exception handler. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EXCEPTION
public static final int EXCEPTIONDenotes a control flow graph edge corresponding to an exception handler. More precisely anyEdge
whoseinfo
is strictly positive corresponds to an exception handler. The actual value ofinfo
is the index, in the type table of the classfile being written, of the exception that is caught.- See Also:
-
-
Constructor Details
-
Edge
-
-
Method Details
-
setNext
Sets thenext
edge.
-