|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ASArg
Definition of a method parameter.
ASMethod.addParam(String, String)
,
ASMethod.getArgs()
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of this ActionScript method argument |
java.lang.String |
getType()
Returns the name of this parameter's type, or null if the parameter is untyped. |
void |
setDefault(java.lang.String string)
Specifies the compile-time-constant value that will be the default for the argument if no value is provided by the calling code. |
void |
setType(java.lang.String string)
Defines the name of the type of object this parameter may reference. |
Method Detail |
---|
java.lang.String getName()
java.lang.String getType()
void setType(java.lang.String string)
void setDefault(java.lang.String string)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |