| Package | Description |
|---|---|
| gudusoft.gsqlparser.ir.bound |
| Modifier and Type | Method and Description |
|---|---|
EScopeKind |
BoundScope.getKind() |
static EScopeKind |
EScopeKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EScopeKind[] |
EScopeKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BoundScope(EScopeKind kind,
BoundScope parent,
SourceAnchor anchor) |