Package org.teavm.dependency
Class DynamicCallSite
- java.lang.Object
-
- org.teavm.dependency.DynamicCallSite
-
public class DynamicCallSite extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DependencyAgentgetAgent()List<ValueEmitter>getArguments()List<RuntimeConstant>getBootstrapArguments()MethodHandlegetBootstrapMethod()MethodDescriptorgetCalledMethod()MethodReferencegetCaller()ValueEmittergetInstance()
-
-
-
Method Detail
-
getCaller
public MethodReference getCaller()
-
getCalledMethod
public MethodDescriptor getCalledMethod()
-
getBootstrapMethod
public MethodHandle getBootstrapMethod()
-
getArguments
public List<ValueEmitter> getArguments()
-
getBootstrapArguments
public List<RuntimeConstant> getBootstrapArguments()
-
getAgent
public DependencyAgent getAgent()
-
getInstance
public ValueEmitter getInstance()
-
-