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

Packages that use ModuleNode
org.codehaus.groovy.ast   
org.codehaus.groovy.control   
org.codehaus.groovy.syntax.parser   
 

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 CompileUnit.addModule(ModuleNode node)
           
 void ClassNode.setModule(ModuleNode module)
           
 

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.
static ModuleNode SourceUnit.createModule(String code)
          to quickly create a ModuleNode from a piece of Groovy code
 

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.