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 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
          The root of the Abstract Syntax Tree for the source
 

Methods in org.codehaus.groovy.control that return ModuleNode
 ModuleNode ParserPlugin.buildAST(SourceUnit sourceUnit, ClassLoader classLoader, Reduction cst)
           
 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
 ModuleNode ClassicParserPlugin.buildAST(SourceUnit sourceUnit, ClassLoader classLoader, Reduction cst)
           
 

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

Fields in org.codehaus.groovy.syntax.parser declared as ModuleNode
protected  ModuleNode ASTHelper.output
           
 

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.topLevelStatement(ModuleNode module, CSTNode reduction)
          Processes the Reduction produced by Parser.topLevelStatement().
 



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