Uses of Package
uk.co.badgersinfoil.metaas

Packages that use uk.co.badgersinfoil.metaas
uk.co.badgersinfoil.metaas The metaas ActionScript source code generation / manipulation framework. 
 

Classes in uk.co.badgersinfoil.metaas used by uk.co.badgersinfoil.metaas
ASArg
          Definition of a method parameter.
ASBlock
          A code-block, as used for a while-loop body or if-statement branch.
ASField
          Represents an ActionScript field definition within an ActionScript class.
ASIfStatement
          Obtained from StatementContainer.newIf(String), an ASIfStatement allows statements to be added to the 'then' and else' branches.
ASMember
          A member of a type; an ASMethod or ASField.
ASMethod
          Represents an ActionScript method definition within an ActionScript class or interface.
ASMethod.AccessorRole
          Constants defined by this class denote whether a method is actually an acessor 'get' or 'set' function.
ASPackage
          A package-declaration block within an ActionScript compilation-unit.
ASParser
          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.
ASProject
           
ASSwitchStatement
          Obtained from StatementContainer.newSwitch(String), an ASSwitchStatement allows 'case' and 'default' statements to be added to to the 'switch' statement.
ASType
          Superinterface for ASClassType and ASInterfaceType.
ASWriter
          Writes the ActionScript code in the given CompilationUnit to the given Writer.
CompilationUnit
          A 'compilation unit' represents an entire file of ActionScript code.
StatementContainer
          Defines the common services provided by structures which can contain ActionScript 'statements'.
Visibility
          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.
 



Copyright © 2006 null. All Rights Reserved.