Package | Description |
---|---|
net.sourceforge.plantuml.command.note | |
net.sourceforge.plantuml.command.regex |
Constructor and Description |
---|
FactoryNoteOnEntityCommand(IRegex partialPattern) |
FactoryTipOnEntityCommand(IRegex partialPattern) |
Modifier and Type | Class and Description |
---|---|
class |
RegexComposed |
class |
RegexConcat |
class |
RegexLeaf |
class |
RegexOptional |
class |
RegexOr |
Modifier and Type | Method and Description |
---|---|
protected List<IRegex> |
RegexComposed.getPartials() |
Constructor and Description |
---|
RegexComposed(IRegex... partial) |
RegexConcat(IRegex... partial) |
RegexOptional(IRegex partial) |
RegexOr(IRegex... partial) |
RegexOr(String name,
IRegex... partial) |
Copyright © 2016. All Rights Reserved.