|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TypeIF
Interfaz que han de seguir las clases necesarias para representar los tipos
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name. |
ScopeIF |
getScope()
Returns the scope. |
void |
setName(java.lang.String name)
Sets The name. |
void |
setScope(ScopeIF scope)
Sets The scope. |
Method Detail |
---|
java.lang.String getName()
ScopeIF getScope()
void setName(java.lang.String name)
name
- The name to set.void setScope(ScopeIF scope)
scope
- The scope to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |