Table of Contents
Classes
BalancedTree
Red-black tree for symbol table objects.
BalancedTreeTest
CPL3BlockStackNode
Node class for CPL3BlockStack.
String
String class bearing a surprising resemblance to the one featured in Deitel & Deitel's "C++: How To Program", pp.
SymbolObject
Holds symbol information; used by BalancedTree
SymbolObjectTest
SymbolStack
Stack for holding red-black trees in symbol table
SymbolStackNode
Node class for SymbolStack.
SymbolTable
Symbol table for use by scrim compiler
SymbolTableTest
SyntaxTree
Represents a syntax tree
SyntaxTree_Object
Represents a generic syntax tree object
SyntaxTree_Reference
Represents a reference to a syntax tree
SyntaxTree_Terminal
Represents a syntax tree terminal object
Vector
Generic Vector class for use by SymbolObject and AST
VectorNode
Node for Vector class
nodeType
Node for BalancedTree class
Functions
CPL3Block::CPL3Block
Default constructor
CPL3Block::~CPL3Block
Destroys the object
CPL3BlockStack::peek
CPL3BlockStack::pop
CPL3BlockStack::push
defaultCondition
This handles all sorts of conditional expressions
defaultFunc
Default code generation function.
genCPL3_declaration
This doesn't handle storage class specifiers yet
genCPL3_initializer
upshot: we don't know where we are
getArrayDimensions
Array functions
Enums, Unions, Structs
Primitive
Holds primitive data (int, short, long, char, char*, float, double)
Typedefs
CPL3BlockType
Used to specify type of CPL3Block
SymClass
Storage classes
SymInsertStatus
Used to report result of symbol insertion
SymQualifier
Holds qualifier details
SymTypeEnum
Used to specify symbol type
TempVarType
Used to specify type of temporary variable
colorEnum
Enumeration for red-black tree
keyType
type of key for BalancedTree
recType
user data stored in tree
statusEnum
Status enumeration
Hierarchy of classes
This page was generated with the help of
DOC++
.