|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Member
A marker for a member of a class or interface.
| Method Summary | |
|---|---|
String |
getDocComment()
|
Modifiers |
getModifiers()
|
String |
getName()
Returns the "name" of this node. |
int |
getNameEndOffset()
Returns the end offset of the "name" of this node. |
int |
getNameStartOffset()
Returns the start offset of the "name" of this node. |
TypeDeclaration |
getParentTypeDeclaration()
|
Type |
getType()
|
boolean |
isDeprecated()
|
void |
setParentTypeDeclaration(TypeDeclaration dec)
|
| Method Detail |
|---|
String getDocComment()
int getNameEndOffset()
ASTNode
getNameEndOffset in interface ASTNodeint getNameStartOffset()
ASTNode
getNameStartOffset in interface ASTNodeModifiers getModifiers()
String getName()
ASTNodeCodeBlocks
it will be CodeBlock.NAME.Note that this may not be unique. For example, a class with an overloaded method will have multiple methods with the same "name," just with different signatures.
getName in interface ASTNodeTypeDeclaration getParentTypeDeclaration()
Type getType()
boolean isDeprecated()
void setParentTypeDeclaration(TypeDeclaration dec)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||