| Package | Description |
|---|---|
| gudusoft.gsqlparser.ir.bound | |
| gudusoft.gsqlparser.ir.builder.common |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
protected BoundObjectRef |
AbstractSymbolCollector.createObjectRef(String name,
List<String> parts,
EObjectRefKind kind,
SourceAnchor anchor)
Creates a BoundObjectRef and adds it to the program.
|