Uses of Class
net.sourceforge.plantuml.regex.Pattern2
Packages that use Pattern2
Package
Description
Contains classes for processing PlantUML source files.
Provides classes used to compose regex partials.
-
Uses of Pattern2 in net.sourceforge.plantuml
Methods in net.sourceforge.plantuml with parameters of type Pattern2 -
Uses of Pattern2 in net.sourceforge.plantuml.command
Fields in net.sourceforge.plantuml.command declared as Pattern2Methods in net.sourceforge.plantuml.command that return Pattern2Modifier and TypeMethodDescriptionprotected final Pattern2CommandMultilines.getEndingPattern()CommandMultilines2.getEndPattern()protected final Pattern2CommandMultilines.getStartingPattern()protected final Pattern2CommandMultilinesBracket.getStartingPattern()Constructors in net.sourceforge.plantuml.command with parameters of type Pattern2Constructor parameters in net.sourceforge.plantuml.command with type arguments of type Pattern2ModifierConstructorDescriptionCommandMultilines2(IRegex patternStart, MultilinesStrategy strategy, Trim trimEnd, Lazy<Pattern2> end) -
Uses of Pattern2 in net.sourceforge.plantuml.klimt.creole
Fields in net.sourceforge.plantuml.klimt.creole declared as Pattern2Methods in net.sourceforge.plantuml.klimt.creole with parameters of type Pattern2 -
Uses of Pattern2 in net.sourceforge.plantuml.regex
Methods in net.sourceforge.plantuml.regex that return Pattern2 -
Uses of Pattern2 in net.sourceforge.plantuml.utils
Fields in net.sourceforge.plantuml.utils declared as Pattern2 -
Uses of Pattern2 in net.sourceforge.plantuml.wbs
Fields in net.sourceforge.plantuml.wbs declared as Pattern2