Uses of Interface
net.sourceforge.pmd.lang.java.ast.ASTReferenceType
-
Packages that use ASTReferenceType Package Description net.sourceforge.pmd.lang.java.ast 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 ASTReferenceType Modifier and Type Class Description classASTAmbiguousNameAn ambiguous name occurring in any context.classASTArrayTypeRepresents an array type.classASTClassTypeRepresents a class or interface type, possibly parameterised with type arguments.classASTIntersectionTypeRepresents an intersection type.classASTUnionTypeRepresents the type node of a multi-catch statement.classASTWildcardTypeRepresents a wildcard type.Methods in net.sourceforge.pmd.lang.java.ast that return ASTReferenceType Modifier and Type Method Description @Nullable ASTReferenceTypeASTWildcardType. getTypeBoundNode()Returns the type node representing the bound, e.g.ASTReferenceTypeASTRecordPattern. getTypeNode()Return the type of the record.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTReferenceType Modifier and Type Method Description RJavaVisitorBase. visitReferenceType(ASTReferenceType node, P data)
-