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, waitbuildASTpublic Reduction parseCST(SourceUnit sourceUnit, Reader reader)
parseCST in interface ParserPluginpublic ModuleNode buildAST(SourceUnit sourceUnit, ClassLoader classLoader, Reduction cst)
buildAST in interface ParserPlugin