Uses of Interface
net.sourceforge.plantuml.command.regex.IRegex

Packages that use IRegex
net.sourceforge.plantuml.command.regex   
 

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 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)
           
RegexOr(IRegex... partial)
           
RegexOr(String name, boolean optionnal, IRegex... partial)
           
RegexOr(String name, IRegex... partial)
           
 



Copyright © 2011. All Rights Reserved.