| Package | Description |
|---|---|
| gudusoft.gsqlparser.resolver2 | |
| gudusoft.gsqlparser.resolver2.scope |
| Modifier and Type | Method and Description |
|---|---|
static ScopeType |
ScopeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScopeType[] |
ScopeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected ScopeType |
AbstractScope.scopeType
Scope type
|
| Modifier and Type | Method and Description |
|---|---|
ScopeType |
IScope.getScopeType()
Get the scope type
|
ScopeType |
EmptyScope.getScopeType() |
ScopeType |
AbstractScope.getScopeType() |
| Constructor and Description |
|---|
AbstractScope(IScope parent,
TParseTreeNode node,
ScopeType scopeType) |
ListBasedScope(IScope parent,
TParseTreeNode node,
ScopeType scopeType) |