| Package | Description |
|---|---|
| org.eclipse.cdt.core.dom.ast | |
| org.eclipse.cdt.core.dom.ast.cpp |
| Modifier and Type | Field and Description |
|---|---|
static IField[] |
IField.EMPTY_FIELD_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
IField |
ICompositeType.findField(java.lang.String name)
Returns the field that matches name, or
null if there is no such field. |
IField[] |
ICompositeType.getFields()
Returns the fields for this type.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICPPField |
interface |
ICPPFieldTemplate
A field template.
|
| Modifier and Type | Method and Description |
|---|---|
IField |
ICPPClassType.findField(java.lang.String name)
The method is restated here to point out that this method looks through the inheritance tree
of this class while looking for a field with the given name.
|
IField[] |
ICPPClassType.getFields()
The method is restated here just to point out that this method returns a list of ICPPField
objects representing all fields, declared or inherited.
|
IField[] |
ICPPClassSpecialization.getFields(IASTNode point)
Deprecated.
Use
ICPPClassType.getFields() instead. |
Copyright (c) IBM Corp. and others 2004, 2019. All Rights Reserved.