Package org.teavm.metaprogramming.impl
Class ActionImpl
java.lang.Object
org.teavm.metaprogramming.impl.Fragment
org.teavm.metaprogramming.impl.ActionImpl
- All Implemented Interfaces:
org.teavm.metaprogramming.Action
-
Constructor Summary
ConstructorsConstructorDescriptionActionImpl
(List<CapturedValue> capturedValues, org.teavm.model.MethodReference method) -
Method Summary
Modifier and TypeMethodDescriptionstatic ActionImpl
create
(List<CapturedValue> capturedValues, org.teavm.model.MethodReference method) void
run()
-
Constructor Details
-
ActionImpl
-
-
Method Details
-
run
public void run()- Specified by:
run
in interfaceorg.teavm.metaprogramming.Action
-
create
public static ActionImpl create(List<CapturedValue> capturedValues, org.teavm.model.MethodReference method)
-