Methods
| Modifier and Type |
Method and Description |
CompilationUnit |
doParse(InputSource in,
CompileLog log,
SemicolonInsertionMode semicolonInsertionMode) |
static CompilerError |
error(AstNode node,
String msg) |
static CompilerError |
error(FilePosition symbol,
String msg) |
static CompilerError |
error(String msg) |
static CompilerError |
error(String msg,
File file) |
static CompilerError |
error(String msg,
File file,
Throwable t) |
protected InputSource |
findSource(String qname) |
CompilationUnit |
getCompilationUnit(String qname) |
ParserOptions |
getConfig() |
static String |
getInputSourceFileName(String qname,
InputSource is,
String extension) |
CompileLog |
getLog() |
MxmlComponentRegistry |
getMxmlComponentRegistry() |
List<String> |
getPackageIdes(String packageName) |
CompilationUnit |
importSource(InputSource source) |
protected CompilationUnit |
parse(InputSource in) |
IdeDeclaration |
resolveImport(ImportDirective importDirective) |
void |
setConfig(ParserOptions config) |
void |
setLog(CompileLog log) |
void |
setUp(InputSource sourcePathInputSource,
InputSource classPathInputSource) |
void |
tearDown() |
static void |
warning(FilePosition symbol,
String msg) |
static void |
warning(String msg) |
static void |
warning(String msg,
File file) |