Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTType
-
Packages that use ASTType Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.rule Contains the built-in rules bundled with the Java distribution.net.sourceforge.pmd.lang.java.typeresolution -
-
Uses of ASTType in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return ASTType Modifier and Type Method Description ASTTypeASTFormalParameter. getTypeNode()Returns the type node of this formal parameter.ASTTypeASTInstanceOfExpression. getTypeNode()Gets the type against which the expression is tested.ASTTypeASTLocalVariableDeclaration. getTypeNode()Gets the type node for this variable declaration statement.ASTTypeASTRecordComponent. getTypeNode()ASTTypeASTTypePattern. getTypeNode()Gets the type against which the expression is tested.ASTTypeASTVariableDeclaratorId. getTypeNode()Determines the type node of this variable id, that is, the type node belonging to the variable declaration of this node (either a FormalParameter, LocalVariableDeclaration or FieldDeclaration).Methods in net.sourceforge.pmd.lang.java.ast that return types with arguments of type ASTType Modifier and Type Method Description List<ASTType>ASTCatchStatement. getCaughtExceptionTypeNodes()Returns the list of type nodes denoting the exception types caught by this catch block.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTType Modifier and Type Method Description ObjectJavaParserDecoratedVisitor. visit(ASTType node, Object data)Deprecated.ObjectJavaParserVisitor. visit(ASTType node, Object data)ObjectJavaParserVisitorAdapter. visit(ASTType node, Object data)ObjectJavaParserVisitorDecorator. visit(ASTType node, Object data)Deprecated. -
Uses of ASTType in net.sourceforge.pmd.lang.java.rule
Methods in net.sourceforge.pmd.lang.java.rule with parameters of type ASTType Modifier and Type Method Description ObjectAbstractJavaRule. visit(ASTType node, Object data) -
Uses of ASTType in net.sourceforge.pmd.lang.java.typeresolution
Methods in net.sourceforge.pmd.lang.java.typeresolution with parameters of type ASTType Modifier and Type Method Description ObjectClassTypeResolver. visit(ASTType node, Object data)Deprecated.
-