public class Antlr4ParserPlugin extends Object implements ParserPlugin
Constructor and Description |
---|
Antlr4ParserPlugin() |
Modifier and Type | Method and Description |
---|---|
ModuleNode |
buildAST(SourceUnit sourceUnit,
ClassLoader classLoader,
Reduction cst) |
Reduction |
parseCST(SourceUnit sourceUnit,
Reader reader) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
buildAST
public Reduction parseCST(SourceUnit sourceUnit, Reader reader)
parseCST
in interface ParserPlugin
public ModuleNode buildAST(SourceUnit sourceUnit, ClassLoader classLoader, Reduction cst)
buildAST
in interface ParserPlugin