Top Constructors Methods
sun.jvm.hotspot.interpreter

public Class BytecodeGetStatic

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

Constructor Summary

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

Method Summary

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

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

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

public boolean
public boolean
public void
Inherited from sun.jvm.hotspot.interpreter.BytecodeGetPut:
getFieldnamesignaturetoString

Constructor Detail

BytecodeGetStaticback to summary
pack-priv BytecodeGetStatic(Method method, int bci)

Method Detail

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

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

isStaticback to summary
public boolean isStatic()

Implements abstract sun.jvm.hotspot.interpreter.BytecodeGetPut.isStatic.

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