Package fri.patterns.interpreter.parsergenerator.lexer

Interface Summary
LexerSemantic LexerSemantic receives a Rule and its a ResultTree with range.
StrategyFactoryMethod StrategyFactoryMethod creates a new Strategy object for both ConsumerAlternatives and LexerImpl.
 

Class Summary
Consumer.Reference Marker class for references that must be resolved after building consumers.
LexerBuilder Generates a Lexer from a Syntax.
LexerImpl This Lexer must be created using LexerBuilder.
ResultTree Lexer result tree element, holding texts, its line/column range, and result children.
StandardLexerRules Standard lexer rules are building blocks for lexers dealing with text input.
Strategy Strategy is the way how alternative concurrent character consumers are applied to input.
Strategy.Item The List item wrapper for toplevel consumers.
 

Exception Summary
LexerException