Uses of Interface
com.gengoai.parsing.TokenDef
-
Packages that use TokenDef Package Description com.gengoai.parsing -
-
Uses of TokenDef in com.gengoai.parsing
Classes in com.gengoai.parsing that implement TokenDef Modifier and Type Class Description class
CommonTypes
A enum of common Parser Token Types.Methods in com.gengoai.parsing that return TokenDef Modifier and Type Method Description static TokenDef
TokenDef. token(String tag, String pattern)
Constructs a simple token definition using aStringTag
Methods in com.gengoai.parsing with parameters of type TokenDef Modifier and Type Method Description static Lexer
Lexer. create(TokenDef... tokens)
Creates a regular expression based lexer over the given token definitions.
-