Package com.google.re2j
Class Options
java.lang.Object
com.google.re2j.Options
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic interfaceInterface for RE2J events listening.static final class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Options.OptionsBuilderbuilder()booleanintintinthashCode()toString()
-
Field Details
-
DEFAULT_OPTIONS
-
-
Constructor Details
-
Options
public Options()
-
-
Method Details
-
getAlgorithm
-
getEventsListener
-
getMaximumNumberOfDFAStates
public int getMaximumNumberOfDFAStates() -
getNumberOfDFARetries
public int getNumberOfDFARetries() -
equals
-
hashCode
public int hashCode() -
toString
-
builder
-