Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTExpression
-
Packages that use ASTExpression Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.dfa net.sourceforge.pmd.lang.java.rule Contains the built-in rules bundled with the Java distribution.net.sourceforge.pmd.lang.java.rule.errorprone net.sourceforge.pmd.lang.java.typeresolution -
-
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 ASTExpressionASTAssertStatement. getDetailMessageNode()Returns the expression that corresponds to the detail message, i.e. the expression after the colon, if it's present.ASTExpressionASTAssertStatement. getGuardExpressionNode()Returns the expression tested by this assert statement.ASTExpressionASTDoStatement. getGuardExpressionNode()Returns the node that represents the guard of this loop.ASTExpressionASTForStatement. getGuardExpressionNode()Returns the node that represents the guard of this loop.ASTExpressionASTIfStatement. getGuardExpressionNode()Returns the node that represents the guard of this conditional.ASTExpressionASTWhileStatement. getGuardExpressionNode()Returns the node that represents the guard of this loop.ASTExpressionASTSwitchStatement. getTestedExpression()Gets the expression tested by this switch.ASTExpressionASTConditionalExpression. getTrueAlternative()Returns the node that represents the expression that will be evaluated if the guard evaluates to true.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)Deprecated.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)Deprecated. -
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.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)
-