|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SymDataType | |
|---|---|
| marf.nlp.Parsing | |
| Uses of SymDataType in marf.nlp.Parsing |
|---|
| Fields in marf.nlp.Parsing declared as SymDataType | |
|---|---|
protected SymDataType |
SymTabEntry.oDataType
Data type of this symbol (e.g. |
protected SymDataType |
FuncSymTabEntry.oRetValType
Return Value Type. |
| Methods in marf.nlp.Parsing that return SymDataType | |
|---|---|
SymDataType |
ClassSymTabEntry.getDataType()
Can return only CLASS. |
SymDataType |
FuncSymTabEntry.getDataType()
Cannot be anything other than FUNCTION. |
SymDataType |
SymTabEntry.getDataType()
Allows querying current data type of the entry. |
SymDataType |
FuncSymTabEntry.getRetValDataType()
Allows getting the data type of the function's return value. |
| Methods in marf.nlp.Parsing with parameters of type SymDataType | |
|---|---|
void |
FuncSymTabEntry.setRetValDataType(SymDataType poSymDataType)
Allows setting the return data type. |
| Constructors in marf.nlp.Parsing with parameters of type SymDataType | |
|---|---|
SymTabEntry(Token poUID,
SymDataType poSymDataType)
Constructs object with the entry symbol, encapsulated as Token, and entry symbol's data type; set the symbol as resolved. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||