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