Class CommandMultilines<S extends Diagram>

java.lang.Object
net.sourceforge.plantuml.command.CommandMultilines<S>
All Implemented Interfaces:
Command<S>
Direct Known Subclasses:
CommandMultilinesCaption, CommandMultilinesComment, CommandMultilinesFooter, CommandMultilinesHeader, CommandMultilinesTitle, CommandReferenceMultilinesOverSeveral

public abstract class CommandMultilines<S extends Diagram> extends Object implements Command<S>
  • Constructor Details

    • CommandMultilines

      public CommandMultilines(Pattern2 starting, Pattern2 ending)
  • Method Details

    • getPatternEnd

      public final void getPatternEnd()
    • isValid

      public final CommandControl isValid(BlocLines lines)
      Specified by:
      isValid in interface Command<S extends Diagram>
    • isCommandForbidden

      protected boolean isCommandForbidden()
    • finalVerification

      protected CommandControl finalVerification()
    • getStartingPattern

      protected final Pattern2 getStartingPattern()
    • getEndingPattern

      protected final Pattern2 getEndingPattern()
    • isEligibleFor

      public boolean isEligibleFor(ParserPass pass)
      Specified by:
      isEligibleFor in interface Command<S extends Diagram>