public interface ParserPlugin
| Modifier and Type | Method and Description | 
|---|---|
ModuleNode | 
buildAST(SourceUnit sourceUnit,
        ClassLoader classLoader,
        Reduction cst)  | 
Reduction | 
parseCST(SourceUnit sourceUnit,
        Reader reader)  | 
Reduction parseCST(SourceUnit sourceUnit, Reader reader) throws CompilationFailedException
CompilationFailedExceptionModuleNode buildAST(SourceUnit sourceUnit, ClassLoader classLoader, Reduction cst) throws ParserException
ParserException