Package quickparse.grammar.symbol
-
Interface Summary Interface Description Symbol.ConstructAction An action that can be executed on aConstructSymbolSymbol.ConstructFunction<R,C> A function that can be executed on aConstructSymbolSymbol.Function<R,C> Represents a function that can be computed on aConstructSymbolor, alternatively, on aTokenSymbol.Symbol.TokenAction An action that can be executed on aTokenSymbolSymbol.TokenFunction<R,C> A function that can be executed on aTokenSymbol -
Class Summary Class Description ConstructSymbol Defines the symbol used in grammars to represent a syntactical construct.
For example, given the grammatical ruleSymbol Defines agrammarsymbol.TokenSymbol Defines the symbol used in grammars to represent a token.
A token is matched against a given pattern, that is expressed as a standard Java Regular Expression.