public class BytecodeInvoke extends BytecodeWithCPIndex
Modifier and Type | Method and Description |
---|---|
int |
adjustedInvokeCode() |
static BytecodeInvoke |
at(BytecodeStream bcs) |
static BytecodeInvoke |
at(Method method,
int bci) |
static BytecodeInvoke |
atCheck(Method method,
int bci)
Like at, but returns null if the BCI is not at an invoke
|
Method |
getInvokedMethod() |
boolean |
isInvokedynamic() |
boolean |
isInvokeinterface() |
boolean |
isInvokespecial() |
boolean |
isInvokestatic() |
boolean |
isInvokevirtual() |
boolean |
isValid() |
Symbol |
name() |
int |
resultType() |
Symbol |
signature() |
java.lang.String |
toString() |
void |
verify() |
index, indexForFieldOrMethod
bci, code, getBytecodeName, getIndexU1, getIndexU1Cpcache, getIndexU2, getIndexU2Cpcache, getIndexU4, getJavaBytecodeName, getJavaLength, getLength, hasIndexU4, javaCode, method
public static BytecodeInvoke at(Method method, int bci)
public static BytecodeInvoke atCheck(Method method, int bci)
public static BytecodeInvoke at(BytecodeStream bcs)
public Symbol name()
public Symbol signature()
public Method getInvokedMethod()
public int resultType()
public int adjustedInvokeCode()
public boolean isInvokeinterface()
public boolean isInvokevirtual()
public boolean isInvokestatic()
public boolean isInvokespecial()
public boolean isInvokedynamic()
public boolean isValid()
public void verify()
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.