| Modifier and Type | Method and Description |
|---|---|
Frex |
Frex.andThen(Frex then) |
static Frex |
Frex.any() |
static Frex |
Frex.contains(Frex frex) |
static Frex |
Frex.hexDigit() |
static Frex |
Frex.num() |
static Frex |
Frex.num(String name) |
Frex |
Frex.oneOrMore() |
static Frex |
Frex.or(Frex a,
Frex... bs) |
static Frex |
Frex.startsWith(Frex frex) |
Frex |
Frex.times(int num) |
static Frex |
Frex.txt(String str) |
static Frex |
Frex.txt(String name,
String str) |
static Frex |
Frex.uuid() |
static Frex |
Frex.uuid(String name) |
static Frex |
Frex.var(String name,
Frex frex) |
Frex |
Frex.zeroOrMore() |
| Modifier and Type | Method and Description |
|---|---|
Frex |
Frex.andThen(Frex then) |
static Frex |
Frex.contains(Frex frex) |
static Frex |
Frex.or(Frex a,
Frex... bs) |
static Frex |
Frex.or(Frex a,
Frex... bs) |
static Frex |
Frex.startsWith(Frex frex) |
static Frex |
Frex.var(String name,
Frex frex) |
Copyright © 2015. All rights reserved.