|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Superinterface for ASClassType
and ASInterfaceType
.
Method Summary | |
java.util.List |
getMethods()
Returns a list of ASMethod objects. |
java.lang.String |
getName()
Returns the name of this class or interface, excluding any package prefix. |
ASMethod |
newMethod(java.lang.String name,
ASProtection protection,
java.lang.String returnType)
Creates a new ActionScript method definition, adds it to the list of methods supported by this tyoe, and returns a reference to the method. |
Method Detail |
public java.lang.String getName()
public java.util.List getMethods()
ASMethod
objects. Don't attempt to change
the type by modifying the list.
public ASMethod newMethod(java.lang.String name, ASProtection protection, java.lang.String returnType)
name
- The name of the method to be createdprotection
- an object representing the alloed access to the
new method by other ActionScript codereturnType
- The name of this method's return type, or null, if
this method's return value is untyped.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |