Class SPECIAL
java.lang.Object
janala.logger.inst.Instruction
janala.logger.inst.SPECIAL
- All Implemented Interfaces:
Serializable
A special probe instruction added by the instrumentation.
The int value identifies which branch does the instruction correspond to.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intintstatic final intFields inherited from class janala.logger.inst.Instruction
iid, mid -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NON_EXCEPTIONAL
public static final int NON_EXCEPTIONAL- See Also:
-
DID_NOT_BRANCH
public static final int DID_NOT_BRANCH- See Also:
-
CALLING_SUPER_OR_THIS
public static final int CALLING_SUPER_OR_THIS- See Also:
-
i
public int i
-
-
Constructor Details
-
SPECIAL
public SPECIAL(int i)
-
-
Method Details
-
visit
- Specified by:
visitin classInstruction
-
toString
-