Class CallerMethod
java.lang.Object
de.elnarion.util.plantuml.generator.sequencediagram.internal.CallerMethod
The Class CallerMethod.
-
Constructor Summary
ConstructorsConstructorDescriptionCallerMethod(javassist.CtMethod paramMethod, CallerClass paramCallerClass, PlantUMLSequenceDiagramConfig paramConfig) Instantiates a new caller method. -
Method Summary
Modifier and TypeMethodDescriptionGets the callees.Gets the caller class.Gets the diagram participants.Gets the diagram text.Gets the method name.
-
Constructor Details
-
CallerMethod
public CallerMethod(javassist.CtMethod paramMethod, CallerClass paramCallerClass, PlantUMLSequenceDiagramConfig paramConfig) Instantiates a new caller method.- Parameters:
paramMethod- the param methodparamCallerClass- the param caller classparamConfig- the param config
-
-
Method Details
-
getMethodName
Gets the method name.- Returns:
- the method name
-
getCallees
Gets the callees.- Returns:
- the callees
-
getCallerClass
Gets the caller class.- Returns:
- the caller class
-
getDiagramParticipants
Gets the diagram participants.- Returns:
- the diagram participants
-
getDiagramText
Gets the diagram text.- Returns:
- the diagram text
- Throws:
ClassNotFoundException- the class not found exceptionjavassist.NotFoundException- the not found exception
-