Class SequenceAnalyzer
java.lang.Object
de.elnarion.util.plantuml.generator.sequencediagram.internal.SequenceAnalyzer
Analyzes the call sequence of methods.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAnalyze the call sequence for the configured starting method.
-
Constructor Details
-
SequenceAnalyzer
-
-
Method Details
-
analyzeCallSequence
public ICallerMethod analyzeCallSequence() throws javassist.NotFoundException, javassist.CannotCompileExceptionAnalyze the call sequence for the configured starting method.- Returns:
- CallerMethod an object representing an abstract form of a method being called in a sequence, capable of generating uml sequence diagram code
- Throws:
javassist.NotFoundExceptionjavassist.CannotCompileException
-