Uses of Interface
net.sourceforge.pmd.lang.java.symbols.JTypeParameterOwnerSymbol
-
Packages that use JTypeParameterOwnerSymbol Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.symbols 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 Modifier and Type Method Description JTypeParameterOwnerSymbolTypeParamOwnerNode. getSymbol() -
Uses of JTypeParameterOwnerSymbol in net.sourceforge.pmd.lang.java.symbols
Subinterfaces of JTypeParameterOwnerSymbol 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.interfaceJMethodSymbolReference to a method.Methods in net.sourceforge.pmd.lang.java.symbols that return JTypeParameterOwnerSymbol Modifier and Type Method Description JTypeParameterOwnerSymbolJTypeParameterSymbol. getDeclaringSymbol()Returns theJClassSymbolorJMethodSymbolwhich declared this type parameter.default JTypeParameterOwnerSymbolJClassSymbol. getEnclosingTypeParameterOwner()default @Nullable JTypeParameterOwnerSymbolJTypeParameterOwnerSymbol. getEnclosingTypeParameterOwner()Returns theenclosing methodor theenclosing class, in that order of priority.
-