|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| ActionScriptParser | Parse an entire ActionScript source file from the given Reader, returning a from CompilationUnit which details of the type contained in the file can be obtained. |
| ActionScriptProject | A container for a set of ActionScript files. |
| ActionScriptWriter | Writes the ActionScript code in the given CompilationUnit to the given Writer. |
| Class Summary | |
|---|---|
| ActionScriptFactory | Core class providing access to metaas functionality. |
| Exception Summary | |
|---|---|
| SyntaxException | Thrown when ActionScript code which is syntactically invalid is encountered. |
The metaas ActionScript source code generation / manipulation framework.
The key class in the framework is ActionScriptFactory, which can:
Many parts of the framework may potentially raise
SyntaxException on encountering invalid
ActionScript. Note that this is limited to checks on syntax; semantic
checking (e.g. type-checks) is not performed.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||