Package eu.royalsloth.depbuilder.dsl
Class DslLexer
- java.lang.Object
-
- eu.royalsloth.depbuilder.dsl.DslLexer
-
public class DslLexer extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DslLexer.Tokenizer
-
Constructor Summary
Constructors Constructor Description DslLexer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isAlpha(char c)
static boolean
isDigit(char c)
static boolean
isNewline(char c)
static boolean
isSeparator(char c)
-