Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTTypeParameters
Packages that use ASTTypeParameters
Package
Description
Contains the classes and interfaces modelling the Java AST.
-
Uses of ASTTypeParameters in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return ASTTypeParametersModifier and TypeMethodDescriptiondefault @Nullable ASTTypeParametersTypeParamOwnerNode.getTypeParameters()Returns the type parameter declaration of this node, or null if there is none.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTTypeParameters