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 ActionImplcreate(List<CapturedValue> capturedValues, org.teavm.model.MethodReference method) voidrun()
-
Constructor Details
-
ActionImpl
-
-
Method Details
-
run
public void run()- Specified by:
runin interfaceorg.teavm.metaprogramming.Action
-
create
public static ActionImpl create(List<CapturedValue> capturedValues, org.teavm.model.MethodReference method)
-