Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTExpression
-
-
Uses of ASTExpression in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return ASTExpression Modifier and Type Method Description ASTExpression
ASTSwitchStatement. getTestedExpression()
Gets the expression tested by this switch.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTExpression Modifier and Type Method Description java.lang.Object
JavaParserDecoratedVisitor. visit(ASTExpression node, java.lang.Object data)
java.lang.Object
JavaParserVisitor. visit(ASTExpression node, java.lang.Object data)
java.lang.Object
JavaParserVisitorAdapter. visit(ASTExpression node, java.lang.Object data)
java.lang.Object
JavaParserVisitorDecorator. visit(ASTExpression node, java.lang.Object data)
-
Uses of ASTExpression in net.sourceforge.pmd.lang.java.dfa
Methods in net.sourceforge.pmd.lang.java.dfa with parameters of type ASTExpression Modifier and Type Method Description java.lang.Object
StatementAndBraceFinder. visit(ASTExpression node, java.lang.Object data)
-
Uses of ASTExpression in net.sourceforge.pmd.lang.java.metrics.impl
Methods in net.sourceforge.pmd.lang.java.metrics.impl with parameters of type ASTExpression Modifier and Type Method Description static int
CycloMetric. booleanExpressionComplexity(ASTExpression expr)
Evaluates the number of paths through a boolean expression. -
Uses of ASTExpression in net.sourceforge.pmd.lang.java.rule
Methods in net.sourceforge.pmd.lang.java.rule with parameters of type ASTExpression Modifier and Type Method Description java.lang.Object
AbstractJavaRule. visit(ASTExpression node, java.lang.Object data)
-
Uses of ASTExpression in net.sourceforge.pmd.lang.java.rule.errorprone
Methods in net.sourceforge.pmd.lang.java.rule.errorprone with parameters of type ASTExpression Modifier and Type Method Description java.lang.Object
AssignmentInOperandRule. visit(ASTExpression node, java.lang.Object data)
-
Uses of ASTExpression in net.sourceforge.pmd.lang.java.typeresolution
Methods in net.sourceforge.pmd.lang.java.typeresolution with parameters of type ASTExpression Modifier and Type Method Description static boolean
MethodTypeResolution. isMethodConvertible(JavaTypeDefinition parameter, ASTExpression argument)
static boolean
MethodTypeResolution. isSubtypeable(JavaTypeDefinition parameter, ASTExpression argument)
java.lang.Object
ClassTypeResolver. visit(ASTExpression node, java.lang.Object data)
-