public class BytecodeGetField extends BytecodeGetPut
Modifier and Type | Method and Description |
---|---|
static BytecodeGetField |
at(BytecodeStream bcs) |
static BytecodeGetField |
at(Method method,
int bci) |
static BytecodeGetField |
atCheck(Method method,
int bci)
Like at, but returns null if the BCI is not at getfield
|
boolean |
isStatic() |
boolean |
isValid() |
void |
verify() |
getField, name, signature, toString
index, indexForFieldOrMethod
bci, code, getBytecodeName, getIndexU1, getIndexU1Cpcache, getIndexU2, getIndexU2Cpcache, getIndexU4, getJavaBytecodeName, getJavaLength, getLength, hasIndexU4, javaCode, method
public boolean isStatic()
isStatic
in class BytecodeGetPut
public void verify()
public boolean isValid()
public static BytecodeGetField at(Method method, int bci)
public static BytecodeGetField atCheck(Method method, int bci)
public static BytecodeGetField at(BytecodeStream bcs)
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.