Uses of Interface
net.sourceforge.pmd.lang.java.symbols.AnnotableSymbol
Packages that use AnnotableSymbol
Package
Description
The new symbol resolution framework
that inter-operates cleanly with type resolution.
-
Uses of AnnotableSymbol in net.sourceforge.pmd.lang.java.symbols
Subinterfaces of AnnotableSymbol in net.sourceforge.pmd.lang.java.symbolsModifier and TypeInterfaceDescriptioninterfaceRepresents declarations having access modifiers common toJFieldSymbol,JClassSymbol,JMethodSymbol, andJConstructorSymbol.interfaceAbstraction over aClassinstance.interfaceRepresents a constructor declaration.interfaceCommon supertype for method and constructor symbols.interfaceRepresents a field declaration.interfaceRepresents a formal parameter of aJExecutableSymbol.interfaceRepresents all use cases ofASTVariableIdexcept field declarations.interfaceReference to a method.interfaceinterfaceRepresents a record component.interfaceA symbol that declares a type.interfaceRepresents a declaration that can declare type parameters, i.e.JClassSymbolorJMethodSymbol.interfaceRepresents the declaration of a type variable, ie a type parameter.interface