Uses of Interface
net.sourceforge.pmd.lang.java.symbols.JAccessibleElementSymbol
-
Packages that use JAccessibleElementSymbol Package Description net.sourceforge.pmd.lang.java.symbols Prototype of a 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 interfaceJClassSymbolAbstraction over aClassinstance.interfaceJConstructorSymbolRepresents a constructor declaration.interfaceJExecutableSymbolCommon supertype for method and constructor symbols.interfaceJFieldSymbolRepresents a field declaration.interfaceJMethodSymbolReference to a method.interfaceJTypeDeclSymbolA symbol that declares a type.interfaceJTypeParameterOwnerSymbolRepresents a declaration that can declare type parameters, i.e.JClassSymbolorJMethodSymbol.interfaceJTypeParameterSymbolRepresents the declaration of a type variable, ie a type parameter.
-