All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
Reader |
createPropertiesClassReader(InputSource in) |
protected static void |
declareValues(Scope scope,
String[] identifiers) |
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(FilePosition symbol,
String msg,
Throwable t) |
static CompilerError |
error(String msg) |
static CompilerError |
error(String msg,
File file) |
static CompilerError |
error(String msg,
File file,
Throwable t) |
static CompilerError |
error(String msg,
Throwable t) |
protected static FilePosition |
fileToSymbol(File file) |
protected InputSource |
findSource(String qname) |
TypeDeclaration |
getAnyType() |
List<String> |
getCompilableSuffixes() |
CompilationUnit |
getCompilationUnit(String qname) |
Collection<CompilationUnit> |
getCompilationUnits() |
ParserOptions |
getConfig() |
InputSource |
getInputSource(CompilationUnit compilationUnit) |
static String |
getInputSourceFileName(String qname,
InputSource is,
String extension) |
CompileLog |
getLog() |
MxmlComponentRegistry |
getMxmlComponentRegistry() |
List<String> |
getPackageIdes(String packageName) |
TypeDeclaration |
getVoidType() |
boolean |
implementsInterface(ClassDeclaration classDeclaration,
String anInterface) |
boolean |
implementsInterface(CompilationUnit classCompilationUnit,
String anInterface) |
CompilationUnit |
importSource(InputSource source) |
boolean |
isClass(String name)
Return true if the argument name identifies a class.
|
CompilationUnit |
resolveCompilationUnit(String fullClassName) |
IdeDeclaration |
resolveImport(ImportDirective importDirective) |
void |
setCompilableSuffixes(List<String> compilableSuffixes) |
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) |