Interface Symbol
- All Known Subinterfaces:
AmbiguousSymbol,ClassSymbol,FunctionSymbol
- All Known Implementing Classes:
AmbiguousSymbolImpl,ClassSymbolImpl,FunctionSymbolImpl,SymbolImpl
public interface Symbol
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturns fully qualified name of the type if anybooleanis(Symbol.Kind... kinds) kind()name()usages()
-
Method Details
-
name
String name() -
usages
-
fullyQualifiedName
-
is
-
kind
Symbol.Kind kind() -
annotatedTypeName
Returns fully qualified name of the type if any
-