Package editor.search
Class LocalVarFeatureInfo
- java.lang.Object
-
- editor.search.LocalVarFeatureInfo
-
- All Implemented Interfaces:
IFeatureInfo
public class LocalVarFeatureInfo extends Object implements IFeatureInfo
-
-
Constructor Summary
Constructors Constructor Description LocalVarFeatureInfo(IIdentifierExpression id)LocalVarFeatureInfo(ILocalVarDeclaration decl)LocalVarFeatureInfo(IVarStatement decl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IFeatureInfogetContainer()StringgetDescription()StringgetDisplayName()StringgetName()ITypegetOwnersType()ISymbolgetSymbol()inthashCode()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface gw.lang.reflect.IFeatureInfo
getLocationInfo
-
-
-
-
Constructor Detail
-
LocalVarFeatureInfo
public LocalVarFeatureInfo(IIdentifierExpression id)
-
LocalVarFeatureInfo
public LocalVarFeatureInfo(IVarStatement decl)
-
LocalVarFeatureInfo
public LocalVarFeatureInfo(ILocalVarDeclaration decl)
-
-
Method Detail
-
getSymbol
public ISymbol getSymbol()
-
getContainer
public IFeatureInfo getContainer()
- Specified by:
getContainerin interfaceIFeatureInfo
-
getOwnersType
public IType getOwnersType()
- Specified by:
getOwnersTypein interfaceIFeatureInfo
-
getName
public String getName()
- Specified by:
getNamein interfaceIFeatureInfo
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceIFeatureInfo
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceIFeatureInfo
-
-