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) static booleanexistsWithBadType3(AbstractEntityDiagram diagram, Code code, Ident ident, LeafType type, USymbol usymbol) protected final booleanisForbidden(CharSequence line) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, isCommandForbidden, isValid, syntaxWithFinalBracket
-
Constructor Details
-
CommandCreateElementParenthesis
public CommandCreateElementParenthesis()
-
-
Method Details
-
isForbidden
- Overrides:
isForbiddenin classSingleLineCommand2<ClassDiagram>
-
executeArg
protected CommandExecutionResult executeArg(ClassDiagram diagram, LineLocation location, RegexResult arg) throws NoSuchColorException - Specified by:
executeArgin classSingleLineCommand2<ClassDiagram>- Throws:
NoSuchColorException
-
existsWithBadType3
public static boolean existsWithBadType3(AbstractEntityDiagram diagram, Code code, Ident ident, LeafType type, USymbol usymbol)
-