Class MethodCall

java.lang.Object
org.checkerframework.dataflow.expression.JavaExpression
org.checkerframework.dataflow.expression.MethodCall

public class MethodCall extends JavaExpression
A call to a @Deterministic method.
  • Field Details

  • Constructor Details

    • MethodCall

      public MethodCall(TypeMirror type, ExecutableElement method, JavaExpression receiver, List<JavaExpression> arguments)
      Creates a new MethodCall.
      Parameters:
      type - the type of the method call
      method - the method being called
      receiver - the receiver argument
      arguments - the arguments
  • Method Details