|
Eclipse CDT Pre-release 3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICPPASTVisibilityLabel
C++ allows for visibility labels to be mixed interdeclaration in class specifiers.
| Field Summary | |
|---|---|
static int |
v_private
v_private == private: |
static int |
v_protected
v_protected == protected: |
static int |
v_public
v_public == public: |
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTDeclaration |
|---|
EMPTY_DECLARATION_ARRAY |
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
|---|
EMPTY_NODE_ARRAY |
| Method Summary | |
|---|---|
ICPPASTVisibilityLabel |
copy()
Returns a mutable copy of the tree rooted at this node. |
int |
getVisibility()
Get the visibility. |
void |
setVisibility(int visibility)
Set visibility. |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
|---|
accept, contains, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getSyntax, getTrailingSyntax, getTranslationUnit, isActive, isFrozen, isPartOfTranslationUnitFile, setParent, setPropertyInParent |
| Field Detail |
|---|
static final int v_public
v_public == public:
static final int v_protected
v_protected == protected:
static final int v_private
v_private == private:
| Method Detail |
|---|
int getVisibility()
void setVisibility(int visibility)
visibility - intICPPASTVisibilityLabel copy()
IASTNode
copy.getParent() == null
copy.getPropertyInParent() == null
copy.isFrozen() == false
Preprocessor nodes do not currently support being copied.
Implicit name nodes are not copied, instead they can be regenerated
if required.
copy in interface IASTDeclarationcopy in interface IASTNode
|
Eclipse CDT Pre-release 3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||