java.lang.Object
de.elnarion.util.plantuml.generator.sequencediagram.internal.CallerClass
All Implemented Interfaces:
ICallerClass

public class CallerClass extends Object implements ICallerClass
The Class CallerClass.
  • Constructor Details

    • CallerClass

      public CallerClass(javassist.CtClass paramClass, PlantUMLSequenceDiagramConfig paramConfig, CallerClass paramCallingClass) throws javassist.NotFoundException
      Instantiates a new caller class.
      Parameters:
      paramClass - the param class
      paramConfig - the param config
      paramCallingClass - the param calling class
      Throws:
      javassist.NotFoundException - the not found exception
  • Method Details

    • getName

      public String getName()
      Description copied from interface: ICallerClass
      Gets the name.
      Specified by:
      getName in interface ICallerClass
      Returns:
      the name
    • getParentClassNames

      public List<String> getParentClassNames()
      Description copied from interface: ICallerClass
      Gets the parent classes.
      Specified by:
      getParentClassNames in interface ICallerClass
      Returns:
      the parent classes
    • getDiagramClassName

      public String getDiagramClassName()
      Description copied from interface: ICallerClass
      Gets the diagram class name.
      Specified by:
      getDiagramClassName in interface ICallerClass
      Returns:
      the diagram class name
    • getSuperClasses

      protected List<javassist.CtClass> getSuperClasses()
      Gets the super classes.
      Returns:
      the super classes