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

public class SequenceAnalyzer extends Object
Analyzes the call sequence of methods.
  • Constructor Details

  • Method Details

    • analyzeCallSequence

      public ICallerMethod analyzeCallSequence() throws javassist.NotFoundException, javassist.CannotCompileException
      Analyze 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.NotFoundException
      javassist.CannotCompileException