Top Constructors Methods
sun.jvm.hotspot.interpreter

public Class BytecodeIf

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

Constructor Summary

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

Method Summary

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

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

Like at, but returns null if the BCI is not at some ifxxx bytecode

public int
public boolean
public void
Inherited from sun.jvm.hotspot.interpreter.BytecodeJmp:
toString

Constructor Detail

BytecodeIfback to summary
pack-priv BytecodeIf(Method method, int bci)

Method Detail

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

Like at, but returns null if the BCI is not at some ifxxx bytecode

getTargetBCIback to summary
public int getTargetBCI()

Implements abstract sun.jvm.hotspot.interpreter.BytecodeJmp.getTargetBCI.

isValidback to summary
public boolean isValid()
verifyback to summary
public void verify()