Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public static BytecodeBipush | |
public static BytecodeBipush | |
public static BytecodeBipush | |
public byte | |
public boolean | |
public String | toString()
Overrides sun. Returns a string representation of the object. |
public void |
BytecodeBipush | back to summary |
---|---|
pack-priv BytecodeBipush(Method method, int bci) |
at | back to summary |
---|---|
public static BytecodeBipush at(Method method, int bci) |
at | back to summary |
---|---|
public static BytecodeBipush at(BytecodeStream bcs) |
atCheck | back to summary |
---|---|
public static BytecodeBipush atCheck(Method method, int bci) Like at, but returns null if the BCI is not at bipush |
getValue | back to summary |
---|---|
public byte getValue() |
isValid | back to summary |
---|---|
public boolean isValid() |
toString | back to summary |
---|---|
public String toString() Overrides sun. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non-
|
verify | back to summary |
---|---|
public void verify() |