Package astra.tr
Class ModuleAction
java.lang.Object
astra.tr.AbstractAction
astra.tr.ModuleAction
- All Implemented Interfaces:
Action
public class ModuleAction extends AbstractAction
-
Constructor Summary
Constructors Constructor Description ModuleAction(String module, String clazz, int[] data, Predicate method, ModuleActionAdaptor adaptor) -
Method Summary
Modifier and Type Method Description ActionHandlergetStatementHandler()Methods inherited from class astra.tr.AbstractAction
beginLine, getASTRAClass, isLinkedToSource, setLocation
-
Constructor Details
-
ModuleAction
public ModuleAction(String module, String clazz, int[] data, Predicate method, ModuleActionAdaptor adaptor)
-
-
Method Details