public interface ICPPField extends IField, ICPPMember, ICPPVariable
Modifier and Type | Field and Description |
---|---|
static ICPPField[] |
EMPTY_CPPFIELD_ARRAY |
EMPTY_FIELD_ARRAY
v_private, v_protected, v_public
EMPTY_VARIABLE_ARRAY
EMPTY_BINDING_ARRAY
Modifier and Type | Method and Description |
---|---|
int |
getFieldPosition()
Returns the position of this field within its class owner's declared fields, or -1 if the position
cannot be determined.
|
getCompositeTypeOwner
getClassOwner, getType, getVisibility, isStatic
isConstexpr, isExternC, isMutable
getInitialValue, getType, isAuto, isExtern, isRegister, isStatic
getQualifiedName, getQualifiedNameCharArray, isGloballyQualified
getLinkage, getName, getNameCharArray, getOwner, getScope
static final ICPPField[] EMPTY_CPPFIELD_ARRAY
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.