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 classAn ambiguous name occurring in any context.final classRepresents an array type.final classRepresents a class or interface type, possibly parameterised with type arguments.final classRepresents an intersection type.final classRepresents the type node of a multi-catch statement.final classRepresents a wildcard type.Methods in net.sourceforge.pmd.lang.java.ast that return ASTReferenceTypeModifier and TypeMethodDescription@Nullable ASTReferenceTypeASTWildcardType.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)