Class Edge
java.lang.Object
mockit.asm.controlFlow.Edge
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDenotes 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 anyEdgewhoseinfois strictly positive corresponds to an exception handler. The actual value ofinfois 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 thenextedge.
-