|
||||||||||
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.
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.ASType |
---|
getDocComment, getMethod, getMethods, getName, getVisibility, newMethod, removeMethod, setDocComment, setName, setVisibility |
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 |