public final class VirtualCalls
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
NumberedString |
sigClinit |
NumberedString |
sigRun |
NumberedString |
sigStart |
| Constructor and Description |
|---|
VirtualCalls(Singletons.Global g) |
| Modifier and Type | Method and Description |
|---|---|
void |
resolve(Type t,
Type declaredType,
NumberedString subSig,
SootMethod container,
ChunkedQueue targets) |
void |
resolve(Type t,
Type declaredType,
Type sigType,
NumberedString subSig,
SootMethod container,
ChunkedQueue targets) |
SootMethod |
resolveNonSpecial(RefType t,
NumberedString subSig) |
SootMethod |
resolveSpecial(SpecialInvokeExpr iie,
NumberedString subSig,
SootMethod container) |
static VirtualCalls |
v() |
public final NumberedString sigClinit
public final NumberedString sigStart
public final NumberedString sigRun
public VirtualCalls(Singletons.Global g)
public static VirtualCalls v()
public SootMethod resolveSpecial(SpecialInvokeExpr iie, NumberedString subSig, SootMethod container)
public SootMethod resolveNonSpecial(RefType t, NumberedString subSig)
public void resolve(Type t, Type declaredType, NumberedString subSig, SootMethod container, ChunkedQueue targets)
public void resolve(Type t, Type declaredType, Type sigType, NumberedString subSig, SootMethod container, ChunkedQueue targets)
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.