uk.co.badgersinfoil.metaas.dom
Interface ASInterfaceType

All Superinterfaces:
ASType, Documentable, MetaTagable

public interface ASInterfaceType
extends ASType

A handle on the definition of an ActionScript interface.

See Also:
ActionScriptFactory.newInterface(String)

Method Summary
 void addSuperInterface(java.lang.String interfaceName)
          Adds the given ActionScript interface name to the list of interfaces which this ActionScript interface extends.
 java.util.List getSuperInterfaces()
          Returns a list of Strings which are the names of ActionScript interfaces which this ActionScript interface extends.
 void removeSuperInterface(java.lang.String interfaceName)
          Removes the given ActionScript interface name from the list of interfaces which this ActionScript interface extends.
 
Methods inherited from interface uk.co.badgersinfoil.metaas.dom.ASType
getMethod, getMethods, getName, getVisibility, newMethod, removeMethod, setName, setVisibility
 
Methods inherited from interface uk.co.badgersinfoil.metaas.dom.MetaTagable
getAllMetaTags, getFirstMetatag, getMetaTagsWithName, newMetaTag
 
Methods inherited from interface uk.co.badgersinfoil.metaas.dom.Documentable
getDocComment, setDocComment
 

Method Detail

getSuperInterfaces

java.util.List getSuperInterfaces()
Returns a list of Strings which are the names of ActionScript interfaces which this ActionScript interface extends.


addSuperInterface

void addSuperInterface(java.lang.String interfaceName)
Adds the given ActionScript interface name to the list of interfaces which this ActionScript interface extends.


removeSuperInterface

void removeSuperInterface(java.lang.String interfaceName)
Removes the given ActionScript interface name from the list of interfaces which this ActionScript interface extends.



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