public class ArrayCheckTag extends Object implements OneByteCodeTag
Constructor and Description |
---|
ArrayCheckTag(boolean lower,
boolean upper)
A tag represents two bounds checks of an array reference.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the tag name.
|
byte[] |
getValue()
Returns back the check information in binary form, which
will be written into the class file.
|
boolean |
isCheckLower()
Needs lower bound check?
|
boolean |
isCheckUpper()
Needs upper bound check?
|
String |
toString() |
public ArrayCheckTag(boolean lower, boolean upper)
public byte[] getValue()
public boolean isCheckUpper()
public boolean isCheckLower()