| 
Groovy 1.8.4 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface ParserPlugin
A simple extension point to allow us to switch between the classic Groovy parser and the new Antlr based parser
| Method Summary | |
|---|---|
            ModuleNode
         | 
        
            buildAST(SourceUnit sourceUnit, ClassLoader classLoader, Reduction cst)
             | 
        
            Reduction
         | 
        
            parseCST(SourceUnit sourceUnit, Reader reader)
             | 
        
| Method Detail | 
|---|
public ModuleNode buildAST(SourceUnit sourceUnit, ClassLoader classLoader, Reduction cst)
public Reduction parseCST(SourceUnit sourceUnit, Reader reader)
Copyright © 2003-2011 The Codehaus. All rights reserved.