Uses of Interface
net.sourceforge.plantuml.regex.IRegex
Packages that use IRegex
Package
Description
Provides classes used to compose regex partials.
-
Uses of IRegex in net.sourceforge.plantuml.cheneer.command
Methods in net.sourceforge.plantuml.cheneer.command that return IRegexModifier and TypeMethodDescriptionprotected static IRegexCommandAssociate.getRegexConcat()protected static IRegexCommandCreateAttribute.getRegexConcat()protected static IRegexCommandCreateEntity.getRegexConcat()protected static IRegexCommandEndGroup.getRegexConcat()protected static IRegexCommandMultiSubclass.getRegexConcat()protected static IRegexCommandSimpleSubclass.getRegexConcat() -
Uses of IRegex in net.sourceforge.plantuml.chronology
Methods in net.sourceforge.plantuml.chronology that return IRegex -
Uses of IRegex in net.sourceforge.plantuml.command
Methods in net.sourceforge.plantuml.command that return IRegexModifier and TypeMethodDescriptionstatic IRegexNameAndCodeParser.codeForClass()static IRegexNameAndCodeParser.codeWithMemberForClass()protected final IRegexCommandMultilines3.getEndingPattern()protected final IRegexCommandMultilines2.getStartingPattern()protected final IRegexCommandMultilines3.getStartingPattern()static IRegexNameAndCodeParser.nameAndCode()static IRegexNameAndCodeParser.nameAndCodeForClassWithGeneric()Constructors in net.sourceforge.plantuml.command with parameters of type IRegexModifierConstructorDescriptionCommandMultilines2(IRegex patternStart, MultilinesStrategy strategy, Trim trimEnd, Lazy<Pattern2> end) CommandMultilines3(IRegex patternStart, MultilinesStrategy strategy, Trim trimEnd, IRegex patternEnd) SingleLineCommand2(boolean doTrim, IRegex pattern) SingleLineCommand2(IRegex pattern) -
Uses of IRegex in net.sourceforge.plantuml.command.note
Constructors in net.sourceforge.plantuml.command.note with parameters of type IRegexModifierConstructorDescriptionCommandFactoryNoteOnEntity(String key, IRegex partialPattern, ParserPass selectedPass) -
Uses of IRegex in net.sourceforge.plantuml.project.lang
Fields in net.sourceforge.plantuml.project.lang declared as IRegexModifier and TypeFieldDescriptionstatic IRegexVerbs.arestatic IRegexVerbs.areColoredstatic IRegexVerbs.displayOnSameRowAsstatic IRegexVerbs.endsstatic IRegexVerbs.happensstatic IRegexVerbs.isstatic IRegexVerbs.isColoredstatic IRegexVerbs.isDeletedstatic IRegexVerbs.isDisplayedAsstatic IRegexVerbs.isOffstatic IRegexVerbs.isOnstatic IRegexVerbs.isOrArestatic IRegexVerbs.isOrAreNamedstatic IRegexVerbs.juststatic IRegexVerbs.linksTostatic IRegexVerbs.occursstatic IRegexVerbs.pausesstatic IRegexVerbs.requiresstatic IRegexVerbs.startsstatic IRegexVerbs.worksOnMethods in net.sourceforge.plantuml.project.lang that return IRegexModifier and TypeMethodDescriptionstatic IRegexstatic IRegexprotected final IRegexSentenceSimple.getAdverbialOrPropositon()SentenceSimple.getVerbRegex()static IRegexWords.namedOneOf(String name, String... words) static IRegexWords.namedSingle(String name, String word) static IRegexDayPattern.toRegex()Sentence.toRegex()SentenceAnd.toRegex()SentenceAndAnd.toRegex()final IRegexSentenceSimple.toRegex()Subject.toRegex()SubjectDayAsDate.toRegex()SubjectDayOfWeek.toRegex()SubjectDaysAsDates.toRegex()SubjectLinks.toRegex()SubjectProject.toRegex()SubjectResource.toRegex()SubjectSeparator.toRegex()SubjectTask.toRegex()SubjectToday.toRegex()Verb.toRegex()static IRegexTimeResolution.toRegexA_DD_MONTH_YYYY(String year, String month, String day) static IRegexTimeResolution.toRegexB_YYYY_MM_DD(String year, String month, String day) static IRegexTimeResolution.toRegexC_MONTH_DD_YYYY(String year, String month, String day) static IRegexWords.zeroOrMore(String... words) Methods in net.sourceforge.plantuml.project.lang with parameters of type IRegexConstructors in net.sourceforge.plantuml.project.lang with parameters of type IRegex -
Uses of IRegex in net.sourceforge.plantuml.regex
Classes in net.sourceforge.plantuml.regex that implement IRegexModifier and TypeClassDescriptionclassfinal classclassclassclassclassclassMethods in net.sourceforge.plantuml.regex that return types with arguments of type IRegexMethods in net.sourceforge.plantuml.regex with parameters of type IRegexConstructors in net.sourceforge.plantuml.regex with parameters of type IRegexModifierConstructorDescriptionRegexComposed(IRegex... partial) RegexConcat(IRegex... partials) RegexOptional(IRegex partial) RegexRepeatedOneOrMore(String name, IRegex partial) RegexRepeatedZeroOrMore(IRegex partial) -
Uses of IRegex in net.sourceforge.plantuml.sequencediagram.command
Fields in net.sourceforge.plantuml.sequencediagram.command declared as IRegexConstructors in net.sourceforge.plantuml.sequencediagram.command with parameters of type IRegex -
Uses of IRegex in net.sourceforge.plantuml.stereo
Methods in net.sourceforge.plantuml.stereo that return IRegex -
Uses of IRegex in net.sourceforge.plantuml.timingdiagram.command
Methods in net.sourceforge.plantuml.timingdiagram.command that return IRegexModifier and TypeMethodDescriptionstatic IRegexTimeTickBuilder.expressionAtWithArobase(String name) static IRegexTimeTickBuilder.expressionAtWithoutArobase(String name) static IRegexTimeTickBuilder.optionalExpressionAtWithArobase(String name) -
Uses of IRegex in net.sourceforge.plantuml.url
Fields in net.sourceforge.plantuml.url declared as IRegex