entities
Class ScopeInfo

java.lang.Object
  extended byentities.ScopeInfo

public class ScopeInfo
extends java.lang.Object

This class gathers information about the scopes of the ScopeManager entities.


Field Summary
 ScopeManager fCurrentScope
           
 ScopeManager fFirstScope
           
 ScopeManager fParScope
           
 
Constructor Summary
ScopeInfo(ScopeManager firstScope, ScopeManager parScope, ScopeManager currentScope)
           
 
Method Summary
 void print(java.lang.String indentation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fFirstScope

public ScopeManager fFirstScope

fParScope

public ScopeManager fParScope

fCurrentScope

public ScopeManager fCurrentScope
Constructor Detail

ScopeInfo

public ScopeInfo(ScopeManager firstScope,
                 ScopeManager parScope,
                 ScopeManager currentScope)
Method Detail

print

public void print(java.lang.String indentation)