Interface Summary |
ASArg |
Definition of a method parameter. |
ASClassType |
A handle on the definition of an ActionScript class
TODO: allow access to fields |
ASInterfaceType |
Placeholder - not implemented yet! |
ASMethod |
Represents an ActionScript method definition within an ActionScript class. |
ASType |
Superinterface for ASClassType and ASInterfaceType . |
CompilationUnit |
A 'compilation unit' represents an entire file of ActionScript code. |
StatementContainer |
Defines the common services provided by structures which can contain
ActionScript 'statements'. |