Package astra.statement
Class ModuleCall
java.lang.Object
astra.core.AbstractElement
astra.statement.AbstractStatement
astra.statement.ModuleCall
- All Implemented Interfaces:
Statement
public class ModuleCall extends AbstractStatement
-
Constructor Summary
Constructors Constructor Description ModuleCall(ModuleCallAdaptor adaptor)ModuleCall(String module, Predicate method, ModuleCallAdaptor moduleCallAdaptor)ModuleCall(String module, String clazz, int[] data, Predicate method, ModuleCallAdaptor moduleCallAdaptor) -
Method Summary
Modifier and Type Method Description StatementHandlergetStatementHandler()StringtoString()Methods inherited from class astra.core.AbstractElement
beginLine, endLine, getASTRAClass, isLinkedToSource, setLocationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface astra.statement.Statement
beginLine, endLine, getASTRAClass, isLinkedToSource
-
Constructor Details
-
ModuleCall
-
ModuleCall
public ModuleCall(String module, String clazz, int[] data, Predicate method, ModuleCallAdaptor moduleCallAdaptor) -
ModuleCall
-
-
Method Details