Package | Description |
---|---|
org.joni | |
org.joni.ast |
Modifier and Type | Field and Description |
---|---|
static WarnCallback |
WarnCallback.DEFAULT |
(package private) WarnCallback |
ByteCodePrinter.warnings |
WarnCallback |
Regex.warnings |
Constructor and Description |
---|
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,
org.jcodings.Encoding enc,
WarnCallback warnings) |
Regex(byte[] bytes,
int p,
int end,
int option,
int caseFoldFlag,
org.jcodings.Encoding enc,
Syntax syntax,
WarnCallback warnings) |
Modifier and Type | Method and Description |
---|---|
void |
ConsAltNode.verifyTree(Set<Node> set,
WarnCallback warnings) |
void |
Node.verifyTree(Set<Node> set,
WarnCallback warnings) |
void |
CallNode.verifyTree(Set<Node> set,
WarnCallback warnings) |
Copyright © 2018. All rights reserved.