Package org.intocps.maestro.plugin
Interface IMaestroVerifier
-
- All Superinterfaces:
IMaestroPlugin
public interface IMaestroVerifier extends IMaestroPlugin
-
-
Field Summary
-
Fields inherited from interface org.intocps.maestro.plugin.IMaestroPlugin
FMI_STATUS_VARIABLE_NAME, GLOBAL_EXECUTION_CONTINUE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanverify(org.intocps.maestro.ast.node.ARootDocument doc, IErrorReporter reporter)-
Methods inherited from interface org.intocps.maestro.plugin.IMaestroPlugin
getName, getVersion
-
-
-
-
Method Detail
-
verify
boolean verify(org.intocps.maestro.ast.node.ARootDocument doc, IErrorReporter reporter)
-
-