public abstract class AbstractParser
extends java.lang.Object
Constructor and Description |
---|
AbstractParser() |
Modifier and Type | Method and Description |
---|---|
protected abstract CompilerConfiguration |
getCompilerConfiguration() |
ModuleNode |
parse(java.io.File file) |
ModuleNode |
parse(SourceUnit sourceUnit) |
ModuleNode |
parse(java.lang.String name,
java.lang.String text) |
public ModuleNode parse(java.io.File file)
public ModuleNode parse(java.lang.String name, java.lang.String text)
public ModuleNode parse(SourceUnit sourceUnit)
protected abstract CompilerConfiguration getCompilerConfiguration()