|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A member of a type; an ASMethod
or ASField
.
Method Summary | |
java.lang.String |
getDocComment()
Returns the contents of the documentation comment for this method. |
java.lang.String |
getName()
Returns the name of this field. |
java.lang.String |
getType()
Returns the name of the return type of value this ActionScript field may contain, or null if it is untyped. |
Visibility |
getVisibility()
Returns a value representing any protection-against-access defined for this ActionScript field. |
boolean |
isStatic()
Returns true if this ActionScript field is static (i.e. |
void |
setDocComment(java.lang.String text)
Set the contents of the 'documentation comment' for this ActionScript method. |
void |
setName(java.lang.String string)
Changes the name of this ActionScript field to the given value. |
void |
setStatic(boolean s)
Defines this method to be static, or not. |
void |
setType(java.lang.String string)
Defines the name of the type of object this ActionScript field may contain. |
void |
setVisibility(Visibility visibility)
Defines the level of protection-against-external-access for this ActionScript field. |
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String string)
public java.lang.String getType()
public void setType(java.lang.String string)
public Visibility getVisibility()
public void setVisibility(Visibility visibility)
public boolean isStatic()
static
keyword).
public void setStatic(boolean s)
static
keyword, if false, the keyword will be absent.
public java.lang.String getDocComment()
public void setDocComment(java.lang.String text)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |