Top Fields Constructors Methods
sun.jvm.hotspot.interpreter

public Class BytecodeBipush

extends Bytecode
Class Inheritance
Imports
sun.jvm.hotspot.oops.*, sun.jvm.hotspot.utilities.*

Field Summary

Inherited from sun.jvm.hotspot.interpreter.Bytecode:
bcicommajintSizemethodspaces

Constructor Summary

AccessConstructor and Description
pack-priv
BytecodeBipush(Method method, int bci)

Method Summary

Modifier and TypeMethod and Description
public static BytecodeBipush
at(Method method, int bci)

public static BytecodeBipush
public static BytecodeBipush
atCheck(Method method, int bci)

Like at, but returns null if the BCI is not at bipush

public byte
public boolean
public String
toString()

Overrides sun.jvm.hotspot.interpreter.Bytecode.toString.

Returns a string representation of the object.

public void
Inherited from sun.jvm.hotspot.interpreter.Bytecode:
alignedOffsetbcican_use_native_byte_ordercodegetBytecodeNamegetIndexU1getIndexU1CpcachegetIndexU2getIndexU2CpcachegetIndexU4getJavaBytecodeNamegetJavaLengthgetLengthhasIndexU4javaByteAtjavaCodejavaShortAtjavaSignedWordAtmethod

Constructor Detail

BytecodeBipushback to summary
pack-priv BytecodeBipush(Method method, int bci)

Method Detail

atback to summary
public static BytecodeBipush at(Method method, int bci)
atback to summary
public static BytecodeBipush at(BytecodeStream bcs)
atCheckback to summary
public static BytecodeBipush atCheck(Method method, int bci)

Like at, but returns null if the BCI is not at bipush

getValueback to summary
public byte getValue()
isValidback to summary
public boolean isValid()
toStringback to summary
public String toString()

Overrides sun.jvm.hotspot.interpreter.Bytecode.toString.

Doc from java.lang.Object.toString.

Returns a string representation of the object. Satisfying this method's contract implies a non-null result must be returned.

Returns:String

a string representation of the object

verifyback to summary
public void verify()