Class RegexExpression
- java.lang.Object
-
- net.sourceforge.plantuml.regexdiagram.RegexExpression
-
public class RegexExpression extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RegexExpression()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<ReToken>
parse(CharInspector it)
-
-
-
Method Detail
-
parse
public static java.util.List<ReToken> parse(CharInspector it) throws RegexParsingException
- Throws:
RegexParsingException
-
-