Uses of Class
org.intocps.maestro.ast.AFunctionDeclaration
-
-
Uses of AFunctionDeclaration in org.intocps.maestro.ast
Methods in org.intocps.maestro.ast that return AFunctionDeclaration Modifier and Type Method Description AFunctionDeclarationAFunctionDeclaration. clone()Returns a deep clone of thisAFunctionDeclarationnode.AFunctionDeclarationAFunctionDeclaration. clone(Map<org.intocps.maestro.ast.node.INode,org.intocps.maestro.ast.node.INode> oldToNewMap)Creates a deep clone of thisAFunctionDeclarationnode while putting all old node-new node relations in the mapoldToNewMap.static AFunctionDeclarationMableAstFactory. newAFunctionDeclaration(LexIdentifier name, List<? extends org.intocps.maestro.ast.node.AFormalParameter> arguments, org.intocps.maestro.ast.node.PType returnType)Methods in org.intocps.maestro.ast that return types with arguments of type AFunctionDeclaration Modifier and Type Method Description LinkedList<AFunctionDeclaration>AModuleDeclaration. getFunctions()Method parameters in org.intocps.maestro.ast with type arguments of type AFunctionDeclaration Modifier and Type Method Description voidAModuleDeclaration. setFunctions(List<? extends AFunctionDeclaration> value)Sets the_functionschild of thisAModuleDeclarationnode.Constructor parameters in org.intocps.maestro.ast with type arguments of type AFunctionDeclaration Constructor Description AModuleDeclaration(LexIdentifier name_, List<? extends AFunctionDeclaration> functions_)Deprecated.This method should not be used, use AstFactory instead.
-