Uses of Interface
org.sonar.plugins.java.api.semantic.Symbol.TypeSymbol
Packages that use Symbol.TypeSymbol
Package
Description
Provides interfaces to represent Java source code as syntax tree.
Provides interfaces to represent Java source code as syntax tree.
-
Uses of Symbol.TypeSymbol in org.sonar.java.model
Fields in org.sonar.java.model declared as Symbol.TypeSymbolMethods in org.sonar.java.model that return Symbol.TypeSymbolModifier and TypeMethodDescriptionJLabelSymbol.enclosingClass()static Symbol.TypeSymbolJUtils.outermostClass(Symbol.TypeSymbol typeSymbol) Methods in org.sonar.java.model with parameters of type Symbol.TypeSymbolModifier and TypeMethodDescriptionstatic booleanJUtils.isAnnotation(Symbol.TypeSymbol typeSymbol) static Symbol.TypeSymbolJUtils.outermostClass(Symbol.TypeSymbol typeSymbol) JUtils.superTypes(Symbol.TypeSymbol typeSymbol) -
Uses of Symbol.TypeSymbol in org.sonar.java.model.declaration
Methods in org.sonar.java.model.declaration that return Symbol.TypeSymbol -
Uses of Symbol.TypeSymbol in org.sonar.plugins.java.api.semantic
Methods in org.sonar.plugins.java.api.semantic that return Symbol.TypeSymbolModifier and TypeMethodDescriptionSymbol.enclosingClass()The closest enclosing class.Symbol.MethodSymbol.returnType()Type.symbol()Symbol of this type. -
Uses of Symbol.TypeSymbol in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree that return Symbol.TypeSymbol