Java org.apache.lucene.util.automaton RegExp fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.util.automaton RegExp fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.util.automaton RegExp.

The text is from its open source code.

Field

intALL
Syntax flag, enables all optional regexp syntax.
intNONE
Syntax flag, enables no optional regexp syntax.

Constructor

RegExp(String s)
Constructs new RegExp from a string.
RegExp(String s, int syntax_flags)
Constructs new RegExp from a string.

Method

AutomatontoAutomaton()
Constructs new Automaton from this RegExp.