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.antlr   
org.codehaus.groovy.ast Groovy AST nodes for the syntax of the language 
org.codehaus.groovy.control   
org.codehaus.groovy.syntax Lexer, parser and trees. 
 

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

Methods in org.codehaus.groovy.antlr that return ModuleNode
 ModuleNode AntlrParserPlugin.buildAST(SourceUnit sourceUnit, ClassLoader classLoader, Reduction cst)
           
 

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

Uses of ModuleNode in org.codehaus.groovy.syntax
 

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



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