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(java.util.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, java.util.List<? extends org.intocps.maestro.ast.node.AFormalParameter> arguments, org.intocps.maestro.ast.node.PType returnType)
-