public static class JavaSymbol.WildcardSymbol extends JavaSymbol.TypeJavaSymbol
JavaSymbol.JavaLabelSymbol, JavaSymbol.MethodJavaSymbol, JavaSymbol.PackageJavaSymbol, JavaSymbol.TypeJavaSymbol, JavaSymbol.TypeVariableJavaSymbol, JavaSymbol.VariableJavaSymbol, JavaSymbol.WildcardSymbolSymbol.LabelSymbol, Symbol.MethodSymbol, Symbol.TypeSymbol, Symbol.VariableSymbol| Constructor and Description |
|---|
WildcardSymbol(String name) |
| Modifier and Type | Method and Description |
|---|---|
ClassTree |
declaration()
Declaration node of this symbol.
|
String |
getFullyQualifiedName() |
List<JavaType> |
getInterfaces() |
JavaType |
getSuperclass() |
addTypeParameter, directSuperTypes, interfaces, lookupSymbols, members, memberSymbols, superClass, superTypes, toString, typeParametersaddUsage, complete, enclosingClass, flags, getName, getType, isAbstract, isDeprecated, isEnum, isFinal, isFlag, isInterface, isMethodSymbol, isPackageSymbol, isPackageVisibility, isPrivate, isProtected, isPublic, isStatic, isTypeSymbol, isUnknown, isVariableSymbol, isVolatile, metadata, name, outermostClass, owner, packge, type, usagesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitenclosingClass, isAbstract, isDeprecated, isEnum, isFinal, isInterface, isMethodSymbol, isPackageSymbol, isPackageVisibility, isPrivate, isProtected, isPublic, isStatic, isTypeSymbol, isUnknown, isVariableSymbol, isVolatile, metadata, name, owner, type, usagespublic WildcardSymbol(String name)
@Nullable public ClassTree declaration()
Symboldeclaration in interface Symboldeclaration in interface Symbol.TypeSymboldeclaration in class JavaSymbol.TypeJavaSymbol@Nullable public JavaType getSuperclass()
getSuperclass in class JavaSymbol.TypeJavaSymbolpublic List<JavaType> getInterfaces()
getInterfaces in class JavaSymbol.TypeJavaSymbolpublic String getFullyQualifiedName()
getFullyQualifiedName in class JavaSymbol.TypeJavaSymbolCopyright © 2012–2017 SonarSource. All rights reserved.