public interface MemberDeclaration extends Declaration, NonTerminalProgramElement
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isPrivate()
Test whether the declaration is private. 
 | 
boolean | 
isProtected()
Test whether the declaration is protected. 
 | 
boolean | 
isPublic()
Test whether the declaration is public. 
 | 
boolean | 
isStatic()
Test whether the declaration is static. 
 | 
boolean | 
isStrictFp()
Test whether the declaration is strictfp. 
 | 
getModifiersgetChildAt, getChildCountgetComments, matchequalsModRenaming, getEndPosition, getFirstElement, getFirstElementIncludingBlocks, getLastElement, getPositionInfo, getRelativePosition, getStartPosition, prettyPrint, visitboolean isPrivate()
boolean isProtected()
boolean isPublic()
boolean isStatic()
boolean isStrictFp()