Package com.api.jsonata4java.expressions
Class RegularExpression
- java.lang.Object
-
- com.api.jsonata4java.expressions.RegularExpression
-
public class RegularExpression extends Object
A helper class to store information about a parsed regular expression.- Author:
- Martin Bluemel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRegularExpression.Type
-
Constructor Summary
Constructors Constructor Description RegularExpression(RegularExpression.Type type, String regex)RegularExpression(String string)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatterngetPattern()RegularExpression.TypegetType()StringtoString()
-
-
-
Constructor Detail
-
RegularExpression
public RegularExpression(String string)
-
RegularExpression
public RegularExpression(RegularExpression.Type type, String regex)
-
-
Method Detail
-
getType
public RegularExpression.Type getType()
-
getPattern
public Pattern getPattern()
-
-