| Package | Description |
|---|---|
| gudusoft.gsqlparser.ir.bound | |
| gudusoft.gsqlparser.ir.common |
| Modifier and Type | Method and Description |
|---|---|
IRNodeKind |
BoundTypeRef.getKind() |
IRNodeKind |
BoundColumnRef.getKind() |
IRNodeKind |
BoundObjectRef.getKind() |
IRNodeKind |
BoundRoutineRef.getKind() |
| Modifier and Type | Method and Description |
|---|---|
abstract IRNodeKind |
IRNode.getKind()
Returns the node type enumeration value.
|
static IRNodeKind |
IRNodeKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IRNodeKind[] |
IRNodeKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|