Package net.sourceforge.plantuml.command
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommandControlprotected final Pattern2final voidprotected final Pattern2protected booleanbooleanisEligibleFor(ParserPass pass) final CommandControl
-
Constructor Details
-
CommandMultilines
-
-
Method Details
-
getPatternEnd
public final void getPatternEnd() -
isValid
-
isCommandForbidden
protected boolean isCommandForbidden() -
finalVerification
-
getStartingPattern
-
getEndingPattern
-
isEligibleFor
- Specified by:
isEligibleForin interfaceCommand<S extends Diagram>
-