Class CommandSimpleSubclass
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<ChenEerDiagram>
net.sourceforge.plantuml.cheneer.command.CommandSimpleSubclass
- All Implemented Interfaces:
Command<ChenEerDiagram>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutionResult
executeArg
(ChenEerDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected static IRegex
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isEligibleFor, isForbidden, isValid, syntaxWithFinalBracket
-
Constructor Details
-
CommandSimpleSubclass
public CommandSimpleSubclass()
-
-
Method Details
-
getRegexConcat
-
executeArg
protected CommandExecutionResult executeArg(ChenEerDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) throws NoSuchColorException - Specified by:
executeArg
in classSingleLineCommand2<ChenEerDiagram>
- Throws:
NoSuchColorException
-