|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectentities.ScopeManagerWrapper
This class is a wrapper for a ScopeManager object. It is also used to propagate to the entities the fact that they are within a extern block.
Constructor Summary | |
ScopeManagerWrapper()
|
Method Summary | |
ScopeManager |
getObject()
|
boolean |
isExtern()
|
boolean |
isTemplate()
|
void |
setExtern(boolean externFlag)
Set a flag to true when a extern block is found |
void |
setObject(ScopeManager obj)
Set the object associated to the scopeManagerWrapper |
void |
setTemplate(boolean templateFlag)
Set a flag to true when a extern block is found |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ScopeManagerWrapper()
Method Detail |
public boolean isExtern()
public boolean isTemplate()
public ScopeManager getObject()
public void setExtern(boolean externFlag)
public void setTemplate(boolean templateFlag)
public void setObject(ScopeManager obj)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |