Package com.sonar.sslr.impl.channel
Class RegexpChannelBuilder
- java.lang.Object
-
- com.sonar.sslr.impl.channel.RegexpChannelBuilder
-
public final class RegexpChannelBuilder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringANY_CHARstatic StringDIGITstatic StringHEXA_DIGITstatic StringOCTAL_DIGIT
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringand(String... regexpPieces)static StringanyButNot(String... character)static CommentRegexpChannelcommentRegexp(String... regexpPiece)static Stringg(String... regexpPiece)static Stringo2n(String regexpPiece)static Stringone2n(String regexpPiece)static Stringopt(String regexpPiece)static Stringor(String... regexpPiece)static RegexpChannelregexp(TokenType type, String... regexpPiece)
-
-
-
Field Detail
-
DIGIT
public static final String DIGIT
- See Also:
- Constant Field Values
-
ANY_CHAR
public static final String ANY_CHAR
- See Also:
- Constant Field Values
-
OCTAL_DIGIT
public static final String OCTAL_DIGIT
- See Also:
- Constant Field Values
-
HEXA_DIGIT
public static final String HEXA_DIGIT
- See Also:
- Constant Field Values
-
-
Method Detail
-
regexp
public static RegexpChannel regexp(TokenType type, String... regexpPiece)
-
commentRegexp
public static CommentRegexpChannel commentRegexp(String... regexpPiece)
-
-