Class CommandCreateElementFull
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<DescriptionDiagram>
net.sourceforge.plantuml.descdiagram.command.CommandCreateElementFull
- All Implemented Interfaces:
Command<DescriptionDiagram>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutionResultexecuteArg(DescriptionDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) static booleanexistsWithBadType3(AbstractEntityDiagram diagram, Quark<Entity> code, LeafType type, USymbol usymbol) protected final booleanisForbidden(CharSequence line) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, isCommandForbidden, isEligibleFor, isValid, syntaxWithFinalBracket
-
Field Details
-
ALL_TYPES
- See Also:
-
CODE
- See Also:
-
CODE_WITH_QUOTE
- See Also:
-
DISPLAY
- See Also:
-
DISPLAY_WITHOUT_QUOTE
- See Also:
-
-
Constructor Details
-
CommandCreateElementFull
public CommandCreateElementFull()
-
-
Method Details
-
isForbidden
- Overrides:
isForbiddenin classSingleLineCommand2<DescriptionDiagram>
-
executeArg
protected CommandExecutionResult executeArg(DescriptionDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) throws NoSuchColorException - Specified by:
executeArgin classSingleLineCommand2<DescriptionDiagram>- Throws:
NoSuchColorException
-
existsWithBadType3
public static boolean existsWithBadType3(AbstractEntityDiagram diagram, Quark<Entity> code, LeafType type, USymbol usymbol)
-