Class CommandEndGroup
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand2<ChenEerDiagram>
-
- net.sourceforge.plantuml.cheneer.command.CommandEndGroup
-
- All Implemented Interfaces:
Command<ChenEerDiagram>
public class CommandEndGroup extends SingleLineCommand2<ChenEerDiagram>
-
-
Constructor Summary
Constructors Constructor Description CommandEndGroup()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeArg(ChenEerDiagram diagram, LineLocation location, RegexResult arg)
protected static IRegex
getRegexConcat()
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Method Detail
-
getRegexConcat
protected static IRegex getRegexConcat()
-
executeArg
protected CommandExecutionResult executeArg(ChenEerDiagram diagram, LineLocation location, RegexResult arg)
- Specified by:
executeArg
in classSingleLineCommand2<ChenEerDiagram>
-
-