Uses of Interface
uk.co.badgersinfoil.metaas.dom.ASType

Packages that use ASType
uk.co.badgersinfoil.metaas.dom Interfaces defining the Document Object Model for an ActionScript 3 source code file. 
 

Uses of ASType in uk.co.badgersinfoil.metaas.dom
 

Subinterfaces of ASType in uk.co.badgersinfoil.metaas.dom
 interface ASClassType
          A handle on the definition of an ActionScript class.
 interface ASInterfaceType
          A handle on the definition of an ActionScript interface.
 

Methods in uk.co.badgersinfoil.metaas.dom that return ASType
 ASType ASCompilationUnit.getType()
          Returns the type (ASClassType or ASInterfaceType) which this file defines.
 ASType ASPackage.getType()
          Returns a reference to the first ASClassType or ASInterfaceType in this ActionScript package.
 



Copyright © 2006-2007 David Holroyd. All Rights Reserved.