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 ASTExpressionASTSwitchStatement. 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.ObjectJavaParserDecoratedVisitor. visit(ASTExpression node, java.lang.Object data)java.lang.ObjectJavaParserVisitor. visit(ASTExpression node, java.lang.Object data)java.lang.ObjectJavaParserVisitorAdapter. visit(ASTExpression node, java.lang.Object data)java.lang.ObjectJavaParserVisitorDecorator. 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.ObjectStatementAndBraceFinder. 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 intCycloMetric. 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.ObjectAbstractJavaRule. 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.ObjectAssignmentInOperandRule. 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 booleanMethodTypeResolution. isMethodConvertible(JavaTypeDefinition parameter, ASTExpression argument)static booleanMethodTypeResolution. isSubtypeable(JavaTypeDefinition parameter, ASTExpression argument)java.lang.ObjectClassTypeResolver. visit(ASTExpression node, java.lang.Object data)
-