|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SymbolTable.Scope | |
|---|---|
| xtc.type | |
| xtc.util | |
| Uses of SymbolTable.Scope in xtc.type |
|---|
| Constructors in xtc.type with parameters of type SymbolTable.Scope | |
|---|---|
CFactory(java.lang.String prefix,
SymbolTable.Scope scope)
Create a new C factory. |
|
| Uses of SymbolTable.Scope in xtc.util |
|---|
| Fields in xtc.util declared as SymbolTable.Scope | |
|---|---|
protected SymbolTable.Scope |
SymbolTable.current
The current scope. |
protected SymbolTable.Scope |
SymbolTable.root
The root scope. |
| Methods in xtc.util that return SymbolTable.Scope | |
|---|---|
SymbolTable.Scope |
SymbolTable.current()
Get the current scope. |
SymbolTable.Scope |
SymbolTable.Scope.getNested(java.lang.String name)
Get the nested scope with the specified unqualified name. |
SymbolTable.Scope |
SymbolTable.Scope.getParent()
Get this scope's parent. |
SymbolTable.Scope |
SymbolTable.getScope(java.lang.String name)
Get the scope with the specified qualified name. |
SymbolTable.Scope |
SymbolTable.Scope.lookupBoundScope(java.lang.String symbol)
Get the scope named by the specified unqualified symbol, which is nested in the scope defining the symbol. |
SymbolTable.Scope |
SymbolTable.lookupScope(java.lang.String symbol)
Get the scope for the specified symbol. |
SymbolTable.Scope |
SymbolTable.Scope.lookupScope(java.lang.String symbol)
Get the scope defining the specified unqualified symbol. |
SymbolTable.Scope |
SymbolTable.root()
Get the root scope. |
| Methods in xtc.util with parameters of type SymbolTable.Scope | |
|---|---|
void |
SymbolTable.setScope(SymbolTable.Scope scope)
Set the current scope to the specified scope. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||