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 CommandExecutionResultexecuteArg(PSystemEbnf diagram, LineLocation location, RegexResult arg, ParserPass currentPass) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, isCommandForbidden, isEligibleFor, isForbidden, isValid, syntaxWithFinalBracket
-
Constructor Details
-
CommandEBnfSingleLine
public CommandEBnfSingleLine()
-
-
Method Details
-
executeArg
protected CommandExecutionResult executeArg(PSystemEbnf diagram, LineLocation location, RegexResult arg, ParserPass currentPass) throws NoSuchColorException - Specified by:
executeArgin classSingleLineCommand2<PSystemEbnf>- Throws:
NoSuchColorException
-