Package editor.search
Class LocalVarFeatureInfo
java.lang.Object
editor.search.LocalVarFeatureInfo
- All Implemented Interfaces:
IFeatureInfo
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionbooleanprivate IFeatureInfoprivate ISymbolfindRootSymbol(ISymbol symbol) Get this feature's containing feature.A full description of this feature.Gets the display name of this feature.getName()Gets the programmatic name or identifier of this feature.Get this feature's owner's type.inthashCode()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gw.lang.reflect.IFeatureInfo
getLocationInfo
-
Field Details
-
_symbol
-
_container
-
-
Constructor Details
-
LocalVarFeatureInfo
-
LocalVarFeatureInfo
-
LocalVarFeatureInfo
-
-
Method Details
-
getSymbol
-
getContainer
Description copied from interface:IFeatureInfoGet this feature's containing feature. May be null.- Specified by:
getContainerin interfaceIFeatureInfo
-
getOwnersType
Description copied from interface:IFeatureInfoGet this feature's owner's type. If this feature has no owner, this is the type of the feature itself. Typically, the only kind of feature w/o an owner is an ITypeInfo, so properties, methods, params, etc. s/b considered owned. Hence, ultimately an ITypeInfo's type will be the owner's type for any given feature.- Specified by:
getOwnersTypein interfaceIFeatureInfo
-
getName
Description copied from interface:IFeatureInfoGets the programmatic name or identifier of this feature. Note this name should follow Java identifier naming conventions (alpha-num and underscores, but can't start with a digit).- Specified by:
getNamein interfaceIFeatureInfo
-
getDisplayName
Description copied from interface:IFeatureInfoGets the display name of this feature. There is no guarantee this display name is localized.- Specified by:
getDisplayNamein interfaceIFeatureInfo
-
getDescription
Description copied from interface:IFeatureInfoA full description of this feature.- Specified by:
getDescriptionin interfaceIFeatureInfo
-
findRootSymbol
-
findMethodInfo
-
equals
-
hashCode
public int hashCode()
-