|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ASMember
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 |
---|
java.lang.String getName()
void setName(java.lang.String string)
java.lang.String getType()
void setType(java.lang.String string)
Visibility getVisibility()
void setVisibility(Visibility visibility)
boolean isStatic()
static
keyword).
void setStatic(boolean s)
static
keyword, if false, the keyword will be absent.
java.lang.String getDocComment()
void setDocComment(java.lang.String text)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |