Top Constructors Methods
sun.jvm.hotspot.interpreter

public Class BytecodeInstanceOf

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

Constructor Summary

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

Method Summary

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

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

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

public InstanceKlass
public boolean
public void
Inherited from sun.jvm.hotspot.interpreter.BytecodeWithKlass:
getClassNamegetKlasstoString

Constructor Detail

BytecodeInstanceOfback to summary
pack-priv BytecodeInstanceOf(Method method, int bci)

Method Detail

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

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

getInstanceOfKlassback to summary
public InstanceKlass getInstanceOfKlass()
isValidback to summary
public boolean isValid()
verifyback to summary
public void verify()