Class CommandDefineStateLong
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<TimingDiagram>
net.sourceforge.plantuml.timingdiagram.command.CommandDefineStateLong
- All Implemented Interfaces:
Command<TimingDiagram>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected final CommandExecutionResult
executeArg
(TimingDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isEligibleFor, isForbidden, isValid, syntaxWithFinalBracket
-
Constructor Details
-
CommandDefineStateLong
public CommandDefineStateLong()
-
-
Method Details
-
executeArg
protected final CommandExecutionResult executeArg(TimingDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) - Specified by:
executeArg
in classSingleLineCommand2<TimingDiagram>
-