Marks the end of a region of byte code that can be copied into a new
method. See the OutlineableChunkStart
pseudo-instruction for
details.
Modifier and Type | Field and Description |
---|---|
public static final Instruction | OUTLINEABLECHUNKEND
A constant instance of |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public String | Returns: the instruction nameOverrides com. |
public String | Returns: the instruction nameOverrides com. |
public String | Returns: the instruction namelong/short format switch verbose)Overrides com. |
OUTLINEABLECHUNKEND | back to summary |
---|---|
public static final Instruction OUTLINEABLECHUNKEND A constant instance of |
OutlineableChunkEnd | back to summary |
---|---|
private OutlineableChunkEnd() Private default constructor. As it has no fields,
there should be no need to create an instance of this class. See
|
getName | back to summary |
---|---|
public String getName() Overrides com. Get the name of this instruction. Used for debugging.
|
toString | back to summary |
---|---|
public String toString() Overrides com. Get the name of this instruction. Used for debugging.
|
toString | back to summary |
---|---|
public String toString(boolean verbose) Overrides com. Get the name of this instruction. Used for debugging.
|