| Class | Description |
|---|---|
| Definition |
Super class of all possible identifier definitions
|
| Field |
An object of class Field is used if an identifier
denotes a field.
|
| Nesting |
This class is used to handle the hidden definition
of an identifier.
|
| Parameter |
An object of class Parameter is used if an identifier
is declared as variable.
|
| SymbolTable |
The symbol table handling declared identifies.
|
| TypeName |
An object of class TypeName is used if an identifier
is declared as class name (using an import statement).
|
| Variable |
An object of class Variable is used if an identifier
is declared as variable.
|
Copyright © 2017. All rights reserved.