Package-level declarations
Types
Link copied to clipboard
class OnDemandLexingShasPTokenInputStream(val input: CharacterInputStream) : ShasPLexingBase, ShasPTokenInputStream
Link copied to clipboard
class ShasPTokenBasedInputStream(tokens: Array<ShasPToken>, map: PositionMap) : TokenBasedTokenInputStream<ShasPTokenType, ShasPToken> , ShasPTokenInputStream
Link copied to clipboard
A ShasPTokenInputStream provides the ShasPTokens for a Parser. It is created by a Lexer
Link copied to clipboard
These are the different types of tokens, that the lexer creates