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