Uses of Class
org.intocps.maestro.ast.AFunctionDeclaration
-
Uses of AFunctionDeclaration in org.intocps.maestro.ast
Methods in org.intocps.maestro.ast that return AFunctionDeclarationModifier and TypeMethodDescriptionAFunctionDeclaration.clone()Returns a deep clone of thisAFunctionDeclarationnode.AFunctionDeclaration.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 AFunctionDeclarationMethod parameters in org.intocps.maestro.ast with type arguments of type AFunctionDeclarationModifier and TypeMethodDescriptionvoidAModuleDeclaration.setFunctions(List<? extends AFunctionDeclaration> value) Sets the_functionschild of thisAModuleDeclarationnode.Constructor parameters in org.intocps.maestro.ast with type arguments of type AFunctionDeclarationModifierConstructorDescriptionAModuleDeclaration(LexIdentifier name_, List<? extends AFunctionDeclaration> functions_) Deprecated.This method should not be used, use AstFactory instead.