Package uk.co.badgersinfoil.metaas

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'.
 

Class Summary
ASProtection Represents the access to a class mamber allowed from other classes, as specified by the "public" and "private" modifiers (or lack of) in the member's definition.
ASSourceFactory  
 

Exception Summary
ASParseException