|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SymbolIF
Interfaz de la que hereda SymbolBase. Todos los símbolos de la tabla de símbolos han de implementarla, heredando de SymbolBase.
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name. |
ScopeIF |
getScope()
Returns the scope. |
TypeIF |
getType()
Returns the type. |
void |
setName(java.lang.String key)
Sets The name. |
void |
setScope(ScopeIF scope)
Sets The scope. |
void |
setType(TypeIF type)
Sets The type. |
Method Detail |
---|
java.lang.String getName()
ScopeIF getScope()
TypeIF getType()
void setName(java.lang.String key)
name
- The name to set.void setScope(ScopeIF scope)
scope
- The scope to set.void setType(TypeIF type)
type
- The type to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |