|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRegex | |
---|---|
net.sourceforge.plantuml.command.note | |
net.sourceforge.plantuml.command.regex |
Uses of IRegex in net.sourceforge.plantuml.command.note |
---|
Constructors in net.sourceforge.plantuml.command.note with parameters of type IRegex | |
---|---|
FactoryNoteOnEntityCommand(IRegex partialPattern)
|
Uses of IRegex in net.sourceforge.plantuml.command.regex |
---|
Classes in net.sourceforge.plantuml.command.regex that implement IRegex | |
---|---|
class |
RegexComposed
|
class |
RegexConcat
|
class |
RegexLeaf
|
class |
RegexOptional
|
class |
RegexOr
|
Methods in net.sourceforge.plantuml.command.regex that return types with arguments of type IRegex | |
---|---|
protected List<IRegex> |
RegexComposed.getPartials()
|
Constructors in net.sourceforge.plantuml.command.regex with parameters of type IRegex | |
---|---|
RegexComposed(IRegex... partial)
|
|
RegexConcat(IRegex... partial)
|
|
RegexOptional(IRegex partial)
|
|
RegexOr(IRegex... partial)
|
|
RegexOr(String name,
IRegex... partial)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |