uk.co.badgersinfoil.metaas
Interface CompilationUnit


public interface CompilationUnit

A 'compilation unit' represents an entire file of ActionScript code.


Method Summary
 java.lang.String getPackage()
          Returns the name of the package, or null if the contents of the file are in the 'default' (top-level) package.
 ASType getType()
          Returns the type (ASClassType or ASInterfaceType) which this file defines.
 

Method Detail

getPackage

public java.lang.String getPackage()
Returns the name of the package, or null if the contents of the file are in the 'default' (top-level) package.


getType

public ASType getType()
Returns the type (ASClassType or ASInterfaceType) which this file defines.