Package org.teavm.metaprogramming.impl
Class RuntimeHelper
java.lang.Object
org.teavm.metaprogramming.impl.RuntimeHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<CapturedValue>
add(double value, List<CapturedValue> args)
static List<CapturedValue>
add(float value, List<CapturedValue> args)
static List<CapturedValue>
add(int value, List<CapturedValue> args)
static List<CapturedValue>
add(long value, List<CapturedValue> args)
static List<CapturedValue>
add(Object value, List<CapturedValue> args)
-
Method Details
-
add
-
add
-
add
-
add
-
add
-