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
CompilationFailedException
ModuleNode buildAST(SourceUnit sourceUnit, ClassLoader classLoader, Reduction cst) throws ParserException
ParserException