Package net.sourceforge.plantuml.ebnf
Class UBrexCommandComment
java.lang.Object
net.sourceforge.plantuml.command.UBrexSingleLineCommand2<PSystemEbnf>
net.sourceforge.plantuml.ebnf.UBrexCommandComment
- 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.UBrexSingleLineCommand2
execute, finalVerification, isCommandForbidden, isEligibleFor, isForbidden, isValid, syntaxWithFinalBracket
-
Constructor Details
-
UBrexCommandComment
public UBrexCommandComment()
-
-
Method Details
-
executeArg
protected CommandExecutionResult executeArg(PSystemEbnf diagram, LineLocation location, RegexResult arg, ParserPass currentPass) - Specified by:
executeArgin classUBrexSingleLineCommand2<PSystemEbnf>
-