| Package | Description |
|---|---|
| gudusoft.gsqlparser.ir.bound |
| Modifier and Type | Method and Description |
|---|---|
ESymbolKind |
BoundVariableSymbol.getSymbolKind() |
ESymbolKind |
BoundParameterSymbol.getSymbolKind() |
ESymbolKind |
BoundRoutineSymbol.getSymbolKind() |
abstract ESymbolKind |
BoundSymbol.getSymbolKind() |
static ESymbolKind |
ESymbolKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ESymbolKind[] |
ESymbolKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|