C# (CSharp) QUT.Gplex Пространство имен

Пространства имен

QUT.Gplex.Automaton
QUT.Gplex.IncludeResources
QUT.Gplex.Lexer
QUT.Gplex.Parser
QUT.Gplex.Properties

Классы

Имя Описание
CharCategory
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.
CharClassMap.TreeNode Nodes to represent contiguous ranges with same mapping in the Class Map. "value" is the map class ordinal for all indices in the range min..max.
Program
TreeSet A Membership Set ADT implemented as a binary tree. Insert, Delete and Lookup implemented.
TreeSet.Node This class defines nodes for use in a set ADT based on binary trees. In this application we do not need deletion.