public class CommandCreateElementFull extends SingleLineCommand2<DescriptionDiagram>
| Modifier and Type | Field and Description |
|---|---|
static String |
ALL_TYPES |
static String |
CODE |
static String |
CODE_WITH_QUOTE |
static String |
DISPLAY |
static String |
DISPLAY_WITHOUT_QUOTE |
| Constructor and Description |
|---|
CommandCreateElementFull() |
| Modifier and Type | Method and Description |
|---|---|
protected CommandExecutionResult |
executeArg(DescriptionDiagram diagram,
RegexResult arg) |
static boolean |
existsWithBadType(DescriptionDiagram diagram,
Code code,
LeafType type,
USymbol usymbol) |
protected boolean |
isForbidden(CharSequence line) |
actionIfCommandValid, execute, getDescription, isCommandForbidden, isValidpublic static final String ALL_TYPES
public static final String CODE
public static final String CODE_WITH_QUOTE
public static final String DISPLAY
public static final String DISPLAY_WITHOUT_QUOTE
protected final boolean isForbidden(CharSequence line)
isForbidden in class SingleLineCommand2<DescriptionDiagram>protected CommandExecutionResult executeArg(DescriptionDiagram diagram, RegexResult arg)
executeArg in class SingleLineCommand2<DescriptionDiagram>public static boolean existsWithBadType(DescriptionDiagram diagram, Code code, LeafType type, USymbol usymbol)
Copyright © 2017. All rights reserved.