|
||||||||||
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 |
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 |
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. |
Methods inherited from interface uk.co.badgersinfoil.metaas.dom.MetaTagable |
---|
getAllMetaTags, getFirstMetatag, getMetaTagsWithName, newMetaTag |
Methods inherited from interface uk.co.badgersinfoil.metaas.dom.Documentable |
---|
getDocComment, setDocComment |
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |