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