public interface IField extends IMember
This interface is not intended to be implemented by clients.
Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.CLASS_FILE, EXPORT_CONTAINER, EXPORT_DECLARATION, FIELD, IMPORT_CONTAINER, IMPORT_DECLARATION, INITIALIZER, JAVASCRIPT_MODEL, JAVASCRIPT_PROJECT, JAVASCRIPT_UNIT, LOCAL_VARIABLE, METHOD, PACKAGE_FRAGMENT, PACKAGE_FRAGMENT_ROOT, TYPE
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getElementName()
Returns the simple name of this field.
|
java.lang.String |
getKey()
Returns the binding key for this field.
|
java.lang.String |
getTypeSignature()
Returns the type signature of this field.
|
boolean |
isResolved()
Returns whether this field represents a resolved field.
|
getCategories, getClassFile, getDeclaringType, getFlags, getJavaScriptUnit, getJSdocRange, getNameRange, getOccurrenceCount, getType, getTypeRoot, isBinary
exists, getAncestor, getAttachedJavadoc, getCommonSuperType, getCorrespondingResource, getDisplayName, getElementType, getHandleIdentifier, getHostPath, getJavaScriptModel, getJavaScriptProject, getOpenable, getParent, getPath, getPrimaryElement, getResource, getSchedulingRule, getUnderlyingResource, isReadOnly, isStructureKnown, isVirtual
newNameLookup, newNameLookup, newSearchableNameEnvironment, newSearchableNameEnvironment
exists, getSource, getSourceRange
copy, delete, move, rename
getChildren, hasChildren
java.lang.String getElementName()
getElementName
in interface IJavaScriptElement
java.lang.String getKey()
IBinding.getKey()
,
BindingKey
java.lang.String getTypeSignature() throws JavaScriptModelException
The type signature may be either unresolved (for source types)
or resolved (for binary types), and either basic (for basic types)
or rich (for parameterized types). See Signature
for details.
JavaScriptModelException
- if this element does not exist or if an
exception occurs while accessing its corresponding resourceSignature
boolean isResolved()
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.