Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTTypeArguments
Packages that use ASTTypeArguments
Package
Description
Contains the classes and interfaces modelling the Java AST.
-
Uses of ASTTypeArguments in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return ASTTypeArgumentsModifier and TypeMethodDescription@Nullable ASTTypeArgumentsASTConstructorCall.getExplicitTypeArguments()@Nullable ASTTypeArgumentsASTEnumConstant.getExplicitTypeArguments()@Nullable ASTTypeArgumentsASTExplicitConstructorInvocation.getExplicitTypeArguments()@Nullable ASTTypeArgumentsASTMethodCall.getExplicitTypeArguments()@Nullable ASTTypeArgumentsASTMethodReference.getExplicitTypeArguments()Returns the explicit type arguments mentioned after the "::" if they exist.@Nullable ASTTypeArgumentsInvocationNode.getExplicitTypeArguments()Returns the explicit type arguments if they exist.@Nullable ASTTypeArgumentsASTClassType.getTypeArguments()Returns the type arguments of this segment if some are specified.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTTypeArguments