Uses of Class
com.blackrook.expression.struct.Lexer
-
Packages that use Lexer Package Description com.blackrook.expression.struct Additional helper data structures and methods. -
-
Uses of Lexer in com.blackrook.expression.struct
Methods in com.blackrook.expression.struct that return Lexer Modifier and Type Method Description Lexer
Lexer.Parser. getLexer()
Gets theLexer
that this Parser uses.Constructors in com.blackrook.expression.struct with parameters of type Lexer Constructor Description Parser(Lexer lexer)
Constructs the parser and binds a Lexer to it.
-