Package | Description |
---|---|
org.joni |
Modifier and Type | Field and Description |
---|---|
static Syntax |
Syntax.ASIS |
static Syntax |
Syntax.DEFAULT |
static Syntax |
Syntax.ECMAScript |
static Syntax |
Syntax.Emacs |
static Syntax |
Syntax.GnuRegex |
static Syntax |
Syntax.Grep |
static Syntax |
Syntax.Java |
static Syntax |
Syntax.Perl |
static Syntax |
Syntax.PerlNG |
static Syntax |
Syntax.PosixBasic |
static Syntax |
Syntax.PosixExtended |
static Syntax |
Syntax.RUBY |
Syntax |
ScanEnvironment.syntax |
protected Syntax |
Lexer.syntax |
Modifier and Type | Method and Description |
---|---|
(package private) void |
Regex.nameAdd(byte[] name,
int nameP,
int nameEnd,
int backRef,
Syntax syntax) |
boolean |
Regex.noNameGroupIsActive(Syntax syntax) |
Constructor and Description |
---|
Regex(byte[] bytes,
int p,
int end,
int option,
org.jcodings.Encoding enc,
Syntax syntax) |
Regex(byte[] bytes,
int p,
int end,
int option,
org.jcodings.Encoding enc,
Syntax syntax,
WarnCallback warnings) |
Regex(byte[] bytes,
int p,
int end,
int option,
int caseFoldFlag,
org.jcodings.Encoding enc,
Syntax syntax,
WarnCallback warnings) |
ScanEnvironment(Regex regex,
Syntax syntax) |
Copyright © 2018. All rights reserved.