Package net.sourceforge.plantuml.ebnf
Class CommandEBnfSingleLine
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<PSystemEbnf>
net.sourceforge.plantuml.ebnf.CommandEBnfSingleLine
- All Implemented Interfaces:
Command<PSystemEbnf>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutionResult
executeArg
(PSystemEbnf diagram, LineLocation location, RegexResult arg) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
Constructor Details
-
CommandEBnfSingleLine
public CommandEBnfSingleLine()
-
-
Method Details
-
executeArg
protected CommandExecutionResult executeArg(PSystemEbnf diagram, LineLocation location, RegexResult arg) throws NoSuchColorException - Specified by:
executeArg
in classSingleLineCommand2<PSystemEbnf>
- Throws:
NoSuchColorException
-