Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTConditionalExpression
Packages that use ASTConditionalExpression
Package
Description
Contains the classes and interfaces modelling the Java AST.
-
Uses of ASTConditionalExpression in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTConditionalExpressionModifier and TypeMethodDescriptionstatic booleanInternalApiBridge.isStandaloneInternal(ASTConditionalExpression node) static voidInternalApiBridge.setStandaloneTernary(ASTConditionalExpression node) default RJavaVisitor.visit(ASTConditionalExpression node, P data) JavaVisitorBase.visit(ASTConditionalExpression node, P data) -
Uses of ASTConditionalExpression in net.sourceforge.pmd.lang.java.rule.codestyle
Methods in net.sourceforge.pmd.lang.java.rule.codestyle with parameters of type ASTConditionalExpressionModifier and TypeMethodDescriptionConfusingTernaryRule.visit(ASTConditionalExpression node, Object data) -
Uses of ASTConditionalExpression in net.sourceforge.pmd.lang.java.rule.errorprone
Methods in net.sourceforge.pmd.lang.java.rule.errorprone with parameters of type ASTConditionalExpressionModifier and TypeMethodDescriptionIdenticalConditionalBranchesRule.visit(ASTConditionalExpression node, Object data)