public class LocalVarFeatureInfo extends Object implements IFeatureInfo
| Constructor and Description |
|---|
LocalVarFeatureInfo(IIdentifierExpression id) |
LocalVarFeatureInfo(ILocalVarDeclaration decl) |
LocalVarFeatureInfo(IVarStatement decl) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
IFeatureInfo |
getContainer() |
String |
getDescription() |
String |
getDisplayName() |
String |
getName() |
IType |
getOwnersType() |
ISymbol |
getSymbol() |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetLocationInfopublic LocalVarFeatureInfo(IIdentifierExpression id)
public LocalVarFeatureInfo(IVarStatement decl)
public LocalVarFeatureInfo(ILocalVarDeclaration decl)
public ISymbol getSymbol()
public IFeatureInfo getContainer()
getContainer in interface IFeatureInfopublic IType getOwnersType()
getOwnersType in interface IFeatureInfopublic String getName()
getName in interface IFeatureInfopublic String getDisplayName()
getDisplayName in interface IFeatureInfopublic String getDescription()
getDescription in interface IFeatureInfoCopyright © 2018. All rights reserved.