Uses of Class
org.teavm.metaprogramming.impl.CapturedValue
Packages that use CapturedValue
-
Uses of CapturedValue in org.teavm.metaprogramming.impl
Methods in org.teavm.metaprogramming.impl that return types with arguments of type CapturedValueModifier and TypeMethodDescriptionstatic List<CapturedValue>
RuntimeHelper.add(double value, List<CapturedValue> args)
static List<CapturedValue>
RuntimeHelper.add(float value, List<CapturedValue> args)
static List<CapturedValue>
RuntimeHelper.add(int value, List<CapturedValue> args)
static List<CapturedValue>
RuntimeHelper.add(long value, List<CapturedValue> args)
static List<CapturedValue>
RuntimeHelper.add(Object value, List<CapturedValue> args)
Method parameters in org.teavm.metaprogramming.impl with type arguments of type CapturedValueModifier and TypeMethodDescriptionstatic List<CapturedValue>
RuntimeHelper.add(double value, List<CapturedValue> args)
static List<CapturedValue>
RuntimeHelper.add(float value, List<CapturedValue> args)
static List<CapturedValue>
RuntimeHelper.add(int value, List<CapturedValue> args)
static List<CapturedValue>
RuntimeHelper.add(long value, List<CapturedValue> args)
static List<CapturedValue>
RuntimeHelper.add(Object value, List<CapturedValue> args)
void
CompositeMethodGenerator.addProgram(ProgramReader template, List<CapturedValue> capturedValues)
static ActionImpl
ActionImpl.create(List<CapturedValue> capturedValues, MethodReference method)
static <S> ComputationImpl<S>
ComputationImpl.create(List<CapturedValue> capturedValues, MethodReference method)
Constructor parameters in org.teavm.metaprogramming.impl with type arguments of type CapturedValueModifierConstructorDescriptionActionImpl(List<CapturedValue> capturedValues, MethodReference method)
ComputationImpl(List<CapturedValue> capturedValues, MethodReference method)
Fragment(List<CapturedValue> capturedValues, MethodReference method)