Package janala.logger.inst
Class SPECIAL
- java.lang.Object
-
- janala.logger.inst.Instruction
-
- janala.logger.inst.SPECIAL
-
- All Implemented Interfaces:
Serializable
public class SPECIAL extends Instruction
A special probe instruction added by the instrumentation. The int value identifies which branch does the instruction correspond to.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
CALLING_SUPER_OR_THIS
static int
DID_NOT_BRANCH
int
i
static int
NON_EXCEPTIONAL
-
Fields inherited from class janala.logger.inst.Instruction
iid, mid
-
-
Constructor Summary
Constructors Constructor Description SPECIAL(int i)
-
-
-
Field Detail
-
NON_EXCEPTIONAL
public static final int NON_EXCEPTIONAL
- See Also:
- Constant Field Values
-
DID_NOT_BRANCH
public static final int DID_NOT_BRANCH
- See Also:
- Constant Field Values
-
CALLING_SUPER_OR_THIS
public static final int CALLING_SUPER_OR_THIS
- See Also:
- Constant Field Values
-
i
public int i
-
-