public static final class CompilationResult.Call extends CompilationResult.Infopoint
Modifier and Type | Field and Description |
---|---|
boolean |
direct
Specifies if this call is direct or indirect.
|
int |
size
The size of the call instruction.
|
InvokeTarget |
target
The target of the call.
|
debugInfo, reason
pcOffset
Constructor and Description |
---|
Call(InvokeTarget target,
int pcOffset,
int size,
boolean direct,
DebugInfo debugInfo) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
toString() |
compareTo
hashCode
public final InvokeTarget target
public final int size
public final boolean direct
public Call(InvokeTarget target, int pcOffset, int size, boolean direct, DebugInfo debugInfo)
public boolean equals(Object obj)
equals
in class CompilationResult.Infopoint
public String toString()
toString
in class CompilationResult.Infopoint