public static interface Symbol.VariableSymbol extends Symbol
Symbol.LabelSymbol, Symbol.MethodSymbol, Symbol.TypeSymbol, Symbol.VariableSymbol
Modifier and Type | Method and Description |
---|---|
VariableTree |
declaration()
Declaration node of this symbol.
|
enclosingClass, isAbstract, isDeprecated, isEnum, isFinal, isInterface, isMethodSymbol, isPackageSymbol, isPackageVisibility, isPrivate, isProtected, isPublic, isStatic, isTypeSymbol, isUnknown, isVariableSymbol, isVolatile, metadata, name, owner, type, usages
@Nullable VariableTree declaration()
Symbol
declaration
in interface Symbol
Copyright © 2012–2016 SonarSource. All rights reserved.