Class ResolvedMethodCall

java.lang.Object
com.weirddev.testme.intellij.resolvers.to.ResolvedMethodCall

public class ResolvedMethodCall extends Object
Date: 16/09/2017
Author:
Yaron Yamin
  • Constructor Details

    • ResolvedMethodCall

      public ResolvedMethodCall(com.intellij.psi.PsiMethod psiMethod, List<MethodCallArg> methodCallArguments)
  • Method Details

    • getPsiMethod

      public com.intellij.psi.PsiMethod getPsiMethod()
    • getMethodCallArguments

      public List<MethodCallArg> getMethodCallArguments()
    • getMethodId

      public String getMethodId()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object