Package org.intocps.maestro.plugin
Class SomePlugin
java.lang.Object
org.intocps.maestro.plugin.BasicMaestroExpansionPlugin
org.intocps.maestro.plugin.SomePlugin
- All Implemented Interfaces:
IMaestroExpansionPlugin,IMaestroPlugin
-
Nested Class Summary
Nested classes/interfaces inherited from class org.intocps.maestro.plugin.BasicMaestroExpansionPlugin
BasicMaestroExpansionPlugin.FunctionDeclarationBuilderNested classes/interfaces inherited from interface org.intocps.maestro.plugin.IMaestroExpansionPlugin
IMaestroExpansionPlugin.ConfigOption, IMaestroExpansionPlugin.EmptyRuntimeConfig<R>, IMaestroExpansionPlugin.RuntimeConfigAddition<T> -
Field Summary
Fields inherited from interface org.intocps.maestro.plugin.IMaestroPlugin
FMI_STATUS_VARIABLE_NAME, GLOBAL_EXECUTION_CONTINUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.intocps.maestro.ast.node.PStm> expand(org.intocps.maestro.ast.AFunctionDeclaration declaredFunction, List<org.intocps.maestro.ast.node.PExp> formalArguments, IPluginConfiguration config, org.intocps.maestro.framework.core.ISimulationEnvironment env, org.intocps.maestro.core.messages.IErrorReporter reporter) org.intocps.maestro.ast.node.AImportedModuleCompilationUnitSet<org.intocps.maestro.ast.AFunctionDeclaration> getName()booleanMethods inherited from class org.intocps.maestro.plugin.BasicMaestroExpansionPlugin
expandWithRuntimeAddition, expandWithRuntimeAddition, getConfigRequirement, getFunctionDeclarationBuilder, getFunctionDeclarationBuilder
-
Constructor Details
-
SomePlugin
public SomePlugin()
-
-
Method Details
-
getName
-
getVersion
-
getDeclaredUnfoldFunctions
-
expand
public List<org.intocps.maestro.ast.node.PStm> expand(org.intocps.maestro.ast.AFunctionDeclaration declaredFunction, List<org.intocps.maestro.ast.node.PExp> formalArguments, IPluginConfiguration config, org.intocps.maestro.framework.core.ISimulationEnvironment env, org.intocps.maestro.core.messages.IErrorReporter reporter) throws ExpandException - Specified by:
expandin interfaceIMaestroExpansionPlugin- Overrides:
expandin classBasicMaestroExpansionPlugin- Throws:
ExpandException
-
requireConfig
public boolean requireConfig()- Specified by:
requireConfigin interfaceIMaestroExpansionPlugin- Overrides:
requireConfigin classBasicMaestroExpansionPlugin
-
parseConfig
- Specified by:
parseConfigin interfaceIMaestroExpansionPlugin- Overrides:
parseConfigin classBasicMaestroExpansionPlugin- Throws:
IOException
-
getDeclaredImportUnit
public org.intocps.maestro.ast.node.AImportedModuleCompilationUnit getDeclaredImportUnit()
-