public final class RegexpChannelBuilder extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ANY_CHAR |
static String |
DIGIT |
static String |
HEXA_DIGIT |
static String |
OCTAL_DIGIT |
Modifier and Type | Method and Description |
---|---|
static String |
and(String... regexpPieces) |
static String |
anyButNot(String... character) |
static CommentRegexpChannel |
commentRegexp(String... regexpPiece) |
static String |
g(String... regexpPiece) |
static String |
o2n(String regexpPiece) |
static String |
one2n(String regexpPiece) |
static String |
opt(String regexpPiece) |
static String |
or(String... regexpPiece) |
static RegexpChannel |
regexp(TokenType type,
String... regexpPiece) |
public static final String DIGIT
public static final String ANY_CHAR
public static final String OCTAL_DIGIT
public static final String HEXA_DIGIT
public static RegexpChannel regexp(TokenType type, String... regexpPiece)
public static CommentRegexpChannel commentRegexp(String... regexpPiece)
Copyright © 2009–2017 SonarSource. All rights reserved.