Public Member Functions | Protected Attributes

Symbol Class Reference

Inheritance diagram for Symbol:
Function Procedure TypeSpecifier Unit UserDefinedType Variable ArrayType RealType RecordType ScalarType Constant Field IntegerType IntegerConstant RealConstant

List of all members.

Public Member Functions

 Symbol ()
 Symbol (String name)
String getName ()
void setName (String name)
String toString ()

Protected Attributes

String name

Constructor & Destructor Documentation

Symbol.Symbol (  ) 
Symbol.Symbol ( String  name  ) 

References setName().


Member Function Documentation

String Symbol.getName (  ) 

References name.

Referenced by Scope.addSymbol(), Variable.toString(), and toString().

void Symbol.setName ( String  name  ) 
String Symbol.toString (  ) 

References getName().


Member Data Documentation

String Symbol.name [protected]

Referenced by getName().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties