C# Class QUT.Gplex.CharClassMap

This class maps from a character ordinal to a character class. A well-formed CharClassMap must map to a class for every index in the complete character ordinal range.
Exibir arquivo Open project: spark-shading-language/spark

Private Methods

Method Description
CharClassMap ( Parser part ) : System

Create a well-formed (that is, *complete*) map from a GPLEX.Parser.Partition.

GetEnclosingRange ( int theChar, int &min, int &max ) : void
this ( int theChar ) : int