|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfmrisc.Semantics.SymbolTableEntryBase
fmrisc.Semantics.TypeTableEntry
Entries in TypeTable.
Constructor Summary | |
TypeTableEntry(TypeDeclIdentifier ident)
construct type table entry from ident (type is set to null) |
Method Summary | |
Type |
getType()
return type of entry |
TypeDeclIdentifier |
getTypeDeclIdentifier()
return identifier of entry |
void |
setType(Type type)
set type of entry |
Methods inherited from class fmrisc.Semantics.SymbolTableEntryBase |
getIdentifier |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TypeTableEntry(TypeDeclIdentifier ident)
ident
- the identifier of the entryMethod Detail |
public TypeDeclIdentifier getTypeDeclIdentifier()
public Type getType()
public void setType(Type type)
type
- the entry type
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |