Uses of Interface
net.sourceforge.pmd.lang.java.symbols.JTypeParameterOwnerSymbol
Packages that use JTypeParameterOwnerSymbol
Package
Description
Contains the classes and interfaces modelling the Java AST.
The new symbol resolution framework
that inter-operates cleanly with type resolution.
-
Uses of JTypeParameterOwnerSymbol in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return JTypeParameterOwnerSymbol -
Uses of JTypeParameterOwnerSymbol in net.sourceforge.pmd.lang.java.symbols
Subinterfaces of JTypeParameterOwnerSymbol in net.sourceforge.pmd.lang.java.symbolsModifier and TypeInterfaceDescriptioninterfaceAbstraction over aClassinstance.interfaceRepresents a constructor declaration.interfaceCommon supertype for method and constructor symbols.interfaceReference to a method.Methods in net.sourceforge.pmd.lang.java.symbols that return JTypeParameterOwnerSymbolModifier and TypeMethodDescriptionJTypeParameterSymbol.getDeclaringSymbol()Returns theJClassSymbolorJMethodSymbolwhich declared this type parameter.default JTypeParameterOwnerSymbolJClassSymbol.getEnclosingTypeParameterOwner()default @Nullable JTypeParameterOwnerSymbolJTypeParameterOwnerSymbol.getEnclosingTypeParameterOwner()Returns theenclosing methodor theenclosing class, in that order of priority.