Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast.cpp |
Modifier and Type | Method and Description |
---|---|
ICPPASTEnumerationSpecifier.ScopeStyle |
ICPPASTEnumerationSpecifier.getScopeStyle() |
static ICPPASTEnumerationSpecifier.ScopeStyle |
ICPPASTEnumerationSpecifier.ScopeStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ICPPASTEnumerationSpecifier.ScopeStyle[] |
ICPPASTEnumerationSpecifier.ScopeStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ICPPASTEnumerationSpecifier |
ICPPNodeFactory.newEnumerationSpecifier(ICPPASTEnumerationSpecifier.ScopeStyle scopeStyle,
IASTName name,
ICPPASTDeclSpecifier baseType) |
void |
ICPPASTEnumerationSpecifier.setScopeStyle(ICPPASTEnumerationSpecifier.ScopeStyle scopeStyle)
Not allowed on frozen AST.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.