Uses of Class
org.codehaus.groovy.ast.ModuleNode

Packages that use ModuleNode
groovy.lang Core Groovy language classes for implementing data structures, closures, metadata and so forth. 
org.codehaus.groovy.ast Groovy AST nodes for the syntax of the language 
org.codehaus.groovy.syntax.parser The main parser of Groovy code into the Groovy AST model (Abstract Syntax Tree)  
org.codehaus.groovy.tools Compiler entry points and miscellaneous development tools. 
 

Uses of ModuleNode in groovy.lang
 

Methods in groovy.lang that return ModuleNode
 ModuleNode GroovyRuntimeException.getModule()
           
 

Methods in groovy.lang with parameters of type ModuleNode
 void GroovyRuntimeException.setModule(ModuleNode module)
           
 

Uses of ModuleNode in org.codehaus.groovy.ast
 

Methods in org.codehaus.groovy.ast that return ModuleNode
 ModuleNode ClassNode.getModule()
           
 

Methods in org.codehaus.groovy.ast with parameters of type ModuleNode
 void ClassNode.setModule(ModuleNode module)
           
 void CompileUnit.addModule(ModuleNode node)
           
 

Uses of ModuleNode in org.codehaus.groovy.syntax.parser
 

Methods in org.codehaus.groovy.syntax.parser that return ModuleNode
 ModuleNode ASTBuilder.build(CSTNode unitRoot)
           
 

Methods in org.codehaus.groovy.syntax.parser with parameters of type ModuleNode
protected  void ASTBuilder.importStatements(ModuleNode node, CSTNode importsRoot)
           
protected  void ASTBuilder.importStatement(ModuleNode node, CSTNode importRoot)
           
protected  void ASTBuilder.datatypeDeclaration(ModuleNode module, java.lang.String packageName, CSTNode datatypeCst)
           
 

Uses of ModuleNode in org.codehaus.groovy.tools
 

Methods in org.codehaus.groovy.tools that return ModuleNode
protected  ModuleNode Compiler.buildAST(CSTNode cst, java.lang.String descriptor)
          Creates an Abstract Syntax Tree (AST) from the CST.
 



Copyright © 2003-2004 The Codehaus. All Rights Reserved.