Class UsageCallMethod

java.lang.Object
de.firemage.autograder.core.integrated.graph.Usage
de.firemage.autograder.core.integrated.graph.UsageCallMethod

public final class UsageCallMethod extends Usage
  • Constructor Summary

    Constructors
    Constructor
    Description
    UsageCallMethod(spoon.reflect.reference.CtTypeReference<?> start, spoon.reflect.reference.CtTypeReference<?> end, spoon.reflect.declaration.CtMethod<?> method)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UsageCallMethod

      public UsageCallMethod(spoon.reflect.reference.CtTypeReference<?> start, spoon.reflect.reference.CtTypeReference<?> end, spoon.reflect.declaration.CtMethod<?> method)
  • Method Details