Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast.cpp |
Modifier and Type | Method and Description |
---|---|
ICPPASTClassVirtSpecifier.SpecifierKind |
ICPPASTClassVirtSpecifier.getKind()
Return the kind of this class-virt-specifier.
|
static ICPPASTClassVirtSpecifier.SpecifierKind |
ICPPASTClassVirtSpecifier.SpecifierKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ICPPASTClassVirtSpecifier.SpecifierKind[] |
ICPPASTClassVirtSpecifier.SpecifierKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ICPPASTClassVirtSpecifier |
ICPPNodeFactory.newClassVirtSpecifier(ICPPASTClassVirtSpecifier.SpecifierKind kind) |
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.