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 Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeArg(ClassDiagram diagram, LineLocation location, RegexResult arg)
static boolean
existsWithBadType3(AbstractEntityDiagram diagram, Code code, Ident ident, LeafType type, USymbol usymbol)
protected boolean
isForbidden(java.lang.CharSequence line)
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, isCommandForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Method Detail
-
isForbidden
protected final boolean isForbidden(java.lang.CharSequence line)
- Overrides:
isForbidden
in classSingleLineCommand2<ClassDiagram>
-
executeArg
protected CommandExecutionResult executeArg(ClassDiagram diagram, LineLocation location, RegexResult arg)
- Specified by:
executeArg
in classSingleLineCommand2<ClassDiagram>
-
existsWithBadType3
public static boolean existsWithBadType3(AbstractEntityDiagram diagram, Code code, Ident ident, LeafType type, USymbol usymbol)
-
-