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