| Package | Description |
|---|---|
| gudusoft.gsqlparser.ir.bound |
| Modifier and Type | Method and Description |
|---|---|
EObjectRefKind |
BoundObjectRef.getRefKind() |
static EObjectRefKind |
EObjectRefKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EObjectRefKind[] |
EObjectRefKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BoundObjectRef(String originalText,
List<String> nameParts,
EBindingStatus bindingStatus,
BoundSymbol resolvedSymbol,
List<BoundSymbol> candidates,
EObjectRefKind refKind,
Evidence evidence) |