Uses of Class
com.blackrook.expression.struct.Lexer.Kernel
-
Packages that use Lexer.Kernel Package Description com.blackrook.expression.struct Additional helper data structures and methods. -
-
Uses of Lexer.Kernel in com.blackrook.expression.struct
Constructors in com.blackrook.expression.struct with parameters of type Lexer.Kernel Constructor Description Lexer(Lexer.Kernel kernel, Reader in)
Creates a new lexer around a reader.Lexer(Lexer.Kernel kernel, String in)
Creates a new lexer around a String, that will be wrapped into a StringReader.Lexer(Lexer.Kernel kernel, String name, Reader in)
Creates a new lexer around a reader.Lexer(Lexer.Kernel kernel, String name, String in)
Creates a new lexer around a String, that will be wrapped into a StringReader.
-