Class ActionImpl

java.lang.Object
org.teavm.metaprogramming.impl.Fragment
org.teavm.metaprogramming.impl.ActionImpl
All Implemented Interfaces:
org.teavm.metaprogramming.Action

public class ActionImpl extends Fragment implements org.teavm.metaprogramming.Action
  • Constructor Details

    • ActionImpl

      public ActionImpl(List<CapturedValue> capturedValues, org.teavm.model.MethodReference method)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface org.teavm.metaprogramming.Action
    • create

      public static ActionImpl create(List<CapturedValue> capturedValues, org.teavm.model.MethodReference method)