public static class JavaSymbol.JavaLabelSymbol extends JavaSymbol implements Symbol.LabelSymbol
JavaSymbol.JavaLabelSymbol, JavaSymbol.MethodJavaSymbol, JavaSymbol.PackageJavaSymbol, JavaSymbol.TypeJavaSymbol, JavaSymbol.TypeVariableJavaSymbol, JavaSymbol.VariableJavaSymbol, JavaSymbol.WildcardSymbol
Symbol.LabelSymbol, Symbol.MethodSymbol, Symbol.TypeSymbol, Symbol.VariableSymbol
Constructor and Description |
---|
JavaLabelSymbol(LabeledStatementTree tree) |
Modifier and Type | Method and Description |
---|---|
LabeledStatementTree |
declaration()
Declaration node of this symbol.
|
addUsage, callbackOnceComplete, complete, enclosingClass, flags, getName, getType, isAbstract, isDefault, isDeprecated, isEnum, isFinal, isFlag, isInterface, isMethodSymbol, isPackageSymbol, isPackageVisibility, isPrivate, isProtected, isPublic, isStatic, isTypeSymbol, isUnknown, isVariableSymbol, isVolatile, metadata, name, outermostClass, owner, packge, type, usages
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
name, usages
public JavaLabelSymbol(LabeledStatementTree tree)
public LabeledStatementTree declaration()
Symbol
declaration
in interface Symbol
declaration
in interface Symbol.LabelSymbol
declaration
in class JavaSymbol
Copyright © 2012–2018 SonarSource. All rights reserved.