Class ASTExpectations.MethodCallExpectation

java.lang.Object
io.codemodder.javaparser.ASTExpectations.MethodCallExpectation
Enclosing class:
ASTExpectations

public static class ASTExpectations.MethodCallExpectation extends Object
A type for querying and filtering method call expressions.
  • Constructor Details

    • MethodCallExpectation

      public MethodCallExpectation(Optional<com.github.javaparser.ast.expr.MethodCallExpr> methodCallExpr)
  • Method Details