java.lang.Object
de.elnarion.util.plantuml.generator.sequencediagram.internal.CallerMethod

public class CallerMethod extends Object
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

    • getMethodName

      public String getMethodName()
      Gets the method name.
      Returns:
      the method name
    • getCallees

      public List<CallerMethod> getCallees()
      Gets the callees.
      Returns:
      the callees
    • getCallerClass

      public CallerClass getCallerClass()
      Gets the caller class.
      Returns:
      the caller class
    • getDiagramParticipants

      public List<String> getDiagramParticipants()
      Gets the diagram participants.
      Returns:
      the diagram participants
    • getDiagramText

      public Object getDiagramText() throws ClassNotFoundException, javassist.NotFoundException
      Gets the diagram text.
      Returns:
      the diagram text
      Throws:
      ClassNotFoundException - the class not found exception
      javassist.NotFoundException - the not found exception