java.lang.Object
de.elnarion.util.plantuml.generator.sequencediagram.internal.CallerMethod
All Implemented Interfaces:
ICallerMethod

public class CallerMethod extends Object implements ICallerMethod
The Class CallerMethod.
  • Constructor Details

    • CallerMethod

      public CallerMethod(javassist.CtMethod paramMethod, CallerClass paramCallerClass, PlantUMLSequenceDiagramConfig paramConfig)
      Instantiates a new caller method.
      Parameters:
      paramMethod - the param method
      paramCallerClass - the param caller class
      paramConfig - the param config
  • Method Details