Top Fields Constructors Methods
sun.jvm.hotspot.interpreter

public abstract Class BytecodeJmp

extends Bytecode
Class Inheritance
Known Direct Subclasses
sun.jvm.hotspot.interpreter.BytecodeJsr, sun.jvm.hotspot.interpreter.BytecodeJsrW, sun.jvm.hotspot.interpreter.BytecodeGoto, sun.jvm.hotspot.interpreter.BytecodeGotoW, sun.jvm.hotspot.interpreter.BytecodeIf
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
BytecodeJmp(Method method, int bci)

Method Summary

Modifier and TypeMethod and Description
public abstract int
public String
toString()

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

Returns a string representation of the object.

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

Constructor Detail

BytecodeJmpback to summary
pack-priv BytecodeJmp(Method method, int bci)

Method Detail

getTargetBCIback to summary
public abstract int getTargetBCI()
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