Uses of Class
com.blackrook.archetext.struct.Lexer
-
Packages that use Lexer Package Description com.blackrook.archetext.struct Additional helper data structures and methods. -
-
Uses of Lexer in com.blackrook.archetext.struct
Subclasses of Lexer in com.blackrook.archetext.struct Modifier and Type Class Description classPreprocessorLexerA lexer that scans for specific directives and affects the stream.Methods in com.blackrook.archetext.struct that return Lexer Modifier and Type Method Description LexerLexer.Parser. getLexer()Gets theLexerthat this Parser uses.Constructors in com.blackrook.archetext.struct with parameters of type Lexer Constructor Description Parser(Lexer lexer)Constructs the parser and binds a Lexer to it.
-