Uses of Interface
net.sourceforge.pmd.lang.java.symbols.JTypeParameterSymbol
Packages that use JTypeParameterSymbol
Package
Description
The new symbol resolution framework
that inter-operates cleanly with type resolution.
Support for compile-time type resolution on the AST.
-
Uses of JTypeParameterSymbol in net.sourceforge.pmd.lang.java.symbols
Methods in net.sourceforge.pmd.lang.java.symbols with parameters of type JTypeParameterSymbolModifier and TypeMethodDescriptiondefault RSymbolVisitor.visitTypeParam(JTypeParameterSymbol sym, P param) Delegates tovisitTypeDecl. -
Uses of JTypeParameterSymbol in net.sourceforge.pmd.lang.java.types
Methods in net.sourceforge.pmd.lang.java.types that return JTypeParameterSymbolModifier and TypeMethodDescription@Nullable JTypeParameterSymbolJTypeVar.getSymbol()Returns the reflected type variable this instance represents, or null if this is a capture variable.Methods in net.sourceforge.pmd.lang.java.types with parameters of type JTypeParameterSymbolModifier and TypeMethodDescriptionTypeSystem.newTypeVar(JTypeParameterSymbol symbol) Returns a new type variable for the given symbol.