|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ASInterfaceType
A handle on the definition of an ActionScript interface.
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 |
|---|
getDescriptionString, getDocComment, getDocumentation, setDescription, setDocComment |
| Method Detail |
|---|
java.util.List getSuperInterfaces()
void addSuperInterface(java.lang.String interfaceName)
void removeSuperInterface(java.lang.String interfaceName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||