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