Uses of Interface
net.sourceforge.pmd.lang.java.symbols.JAccessibleElementSymbol
-
Packages that use JAccessibleElementSymbol Package Description net.sourceforge.pmd.lang.java.symbols 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.symbols Modifier and Type Interface Description interface
JClassSymbol
Abstraction over aClass
instance.interface
JConstructorSymbol
Represents a constructor declaration.interface
JExecutableSymbol
Common supertype for method and constructor symbols.interface
JFieldSymbol
Represents a field declaration.interface
JMethodSymbol
Reference to a method.interface
JRecordComponentSymbol
Represents a record component.interface
JTypeDeclSymbol
A symbol that declares a type.interface
JTypeParameterOwnerSymbol
Represents a declaration that can declare type parameters, i.e.JClassSymbol
orJMethodSymbol
.interface
JTypeParameterSymbol
Represents the declaration of a type variable, ie a type parameter.
-