Class CommandCreateElementParenthesis
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand2<ClassDiagram>
-
- net.sourceforge.plantuml.descdiagram.command.CommandCreateElementParenthesis
-
- All Implemented Interfaces:
Command<ClassDiagram>
public class CommandCreateElementParenthesis extends SingleLineCommand2<ClassDiagram>
-
-
Constructor Summary
Constructors Constructor Description CommandCreateElementParenthesis()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResultexecuteArg(ClassDiagram diagram, LineLocation location, RegexResult arg)protected booleanisForbidden(java.lang.CharSequence line)-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Method Detail
-
isForbidden
protected final boolean isForbidden(java.lang.CharSequence line)
- Overrides:
isForbiddenin classSingleLineCommand2<ClassDiagram>
-
executeArg
protected CommandExecutionResult executeArg(ClassDiagram diagram, LineLocation location, RegexResult arg) throws NoSuchColorException
- Specified by:
executeArgin classSingleLineCommand2<ClassDiagram>- Throws:
NoSuchColorException
-
-