Top Fields Constructors Methods
sun.jvm.hotspot.interpreter

public Class BytecodeSipush

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
BytecodeSipush(Method method, int bci)

Method Summary

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

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

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

public short
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

BytecodeSipushback to summary
pack-priv BytecodeSipush(Method method, int bci)

Method Detail

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

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

getValueback to summary
public short 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.

Returns:String

a string representation of the object

verifyback to summary
public void verify()