Uses of Interface
net.sourceforge.pmd.lang.java.ast.ASTReferenceType
Packages that use ASTReferenceType
Package
Description
Contains the classes and interfaces modelling the Java AST.
-
Uses of ASTReferenceType in net.sourceforge.pmd.lang.java.ast
Classes in net.sourceforge.pmd.lang.java.ast that implement ASTReferenceTypeModifier and TypeClassDescriptionfinal class
An ambiguous name occurring in any context.final class
Represents an array type.final class
Represents a class or interface type, possibly parameterised with type arguments.final class
Represents an intersection type.final class
Represents the type node of a multi-catch statement.final class
Represents a wildcard type.Methods in net.sourceforge.pmd.lang.java.ast that return ASTReferenceTypeModifier and TypeMethodDescription@Nullable ASTReferenceType
ASTWildcardType.getTypeBoundNode()
Returns the type node representing the bound, e.g.ASTRecordPattern.getTypeNode()
Return the type of the record.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTReferenceTypeModifier and TypeMethodDescriptionJavaVisitorBase.visitReferenceType
(ASTReferenceType node, P data)