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.control   
org.codehaus.groovy.syntax.parser The main parser of Groovy code into the Groovy AST model (Abstract Syntax Tree)  
 

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.control
 

Fields in org.codehaus.groovy.control declared as ModuleNode
protected  ModuleNode SourceUnit.ast
           
 

Methods in org.codehaus.groovy.control that return ModuleNode
 ModuleNode SourceUnit.getAST()
          Returns the Abstract Syntax Tree produced during parse()ing and expanded during later phases.
 

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

Methods in org.codehaus.groovy.syntax.parser that return ModuleNode
 ModuleNode ASTBuilder.build(CSTNode input)
          Builds an AST ModuleNode from a Parser.module() Reduction.
 

Methods in org.codehaus.groovy.syntax.parser with parameters of type ModuleNode
protected  void ASTBuilder.importStatements(ModuleNode module, CSTNode container)
          Processes the imports Reduction produced by Parser.module().
protected  void ASTBuilder.importStatement(ModuleNode module, CSTNode reduction)
          Processes the Reduction produced by Parser.importStatement().
protected  void ASTBuilder.topLevelStatement(ModuleNode module, CSTNode reduction)
          Processes the Reduction produced by Parser.topLevelStatement().
 



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