topazc
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NAST
 CTypeStructure for describing the type
 CValueStructure for describing the value
 CArgumentStructure for describing the argument (in function or method)
 CStmtBase class of statement
 CExprBase class of expression
 CLiteralBase class of literal
 CBoolLiteralBoolean literal
 CCharacterLiteralCharacter literal
 CShortLiteralShort literal
 CIntLiteralInt literal
 CLongLiteralLong literal
 CFloatLiteralFloat literal
 CDoubleLiteralDouble literal
 CStringLiteralString literal
 CBinaryExprBinary expression container
 CUnaryExprUnary expression container
 CVarExprVariable expression container
 CFuncCallExprFunction calling expression container
 CChainObjectsChain of objects expression container
 CVarDeclStmtStatement of variable declaration
 CVarAsgnStmtStatement of assignment of variable
 CFuncDeclStmtStatement of functions declaration
 CFuncCallStmtStatement of functions calling
 CReturnStmtStatement of 'return'
 CIfElseStmtStatement of control flow operator
 CWhileCycleStmtStatement of while cycle
 CDoWhileCycleStmtStatement of do-while cycle
 CForCycleStmtStatement of for cycle
 CBreakStmtStatement of break
 CContinueStmtStatement of break
 CModuleStmtStatement of module definition
 CUseModuleStmtStatement of import the module
 CExternStmtStatement of extern calls
 CCodeGeneratorCode generator class
 CPathPartStructure of part of path to object
 CLexerLexer class
 CParserParser class
 CSemanticAnalyzer
 CValueStructure of value
 CFunctionInfoStructure of information about function
 CModuleInfoStructure of information about module
 CPathPartStructure of part of path to object
 CTokenToken structure