|
P4
1
name analysis
|
Public Member Functions | |
| SemSym (String type) | |
| String | getType () |
| String | toString () |
The Sym class represents a symbol containing a String member to represent the type of a declaration
| SemSym.SemSym | ( | String | type | ) |
Constructs Sym with provided type
| type | of declaration |
| String SemSym.getType | ( | ) |
Returns the type associated with the symbol
| String SemSym.toString | ( | ) |
Prints identifier type
1.7.6.1