Package org.intocps.maestro.plugin
Class IndexedFunctionDeclarationContainer<T>
- java.lang.Object
-
- org.intocps.maestro.plugin.IndexedFunctionDeclarationContainer<T>
-
public class IndexedFunctionDeclarationContainer<T> extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FmiBuilder.Variable<org.intocps.maestro.ast.node.PStm,?>getArgumentValue(List<FmiBuilder.Variable<org.intocps.maestro.ast.node.PStm,? extends Object>> formalArguments, T index)AFunctionDeclarationgetDecl()
-
-
-
Method Detail
-
getDecl
public AFunctionDeclaration getDecl()
-
getArgumentValue
public FmiBuilder.Variable<org.intocps.maestro.ast.node.PStm,?> getArgumentValue(List<FmiBuilder.Variable<org.intocps.maestro.ast.node.PStm,? extends Object>> formalArguments, T index)
-
-