Uses of Interface
net.sourceforge.pmd.lang.java.symbols.JAccessibleElementSymbol
Packages that use JAccessibleElementSymbol
Package
Description
The new symbol resolution framework
that inter-operates cleanly with type resolution.
-
Uses of JAccessibleElementSymbol in net.sourceforge.pmd.lang.java.symbols
Subinterfaces of JAccessibleElementSymbol in net.sourceforge.pmd.lang.java.symbolsModifier and TypeInterfaceDescriptioninterfaceAbstraction over aClassinstance.interfaceRepresents a constructor declaration.interfaceCommon supertype for method and constructor symbols.interfaceRepresents a field declaration.interfaceReference to a method.interfaceRepresents 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.