Class CommandNamespaceSeparator
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand2<AbstractPSystem>
-
- net.sourceforge.plantuml.classdiagram.command.CommandNamespaceSeparator
-
- All Implemented Interfaces:
Command<AbstractPSystem>
public class CommandNamespaceSeparator extends SingleLineCommand2<AbstractPSystem>
-
-
Field Summary
Fields Modifier and Type Field Description static CommandNamespaceSeparator
ME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeArg(AbstractPSystem diagram, LineLocation location, RegexResult arg, ParserPass currentPass)
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isEligibleFor, isForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Field Detail
-
ME
public static final CommandNamespaceSeparator ME
-
-
Method Detail
-
executeArg
protected CommandExecutionResult executeArg(AbstractPSystem diagram, LineLocation location, RegexResult arg, ParserPass currentPass)
- Specified by:
executeArg
in classSingleLineCommand2<AbstractPSystem>
-
-