| Package | Description |
|---|---|
| gudusoft.gsqlparser.ir.bound | |
| gudusoft.gsqlparser.ir.builder.common |
| Modifier and Type | Method and Description |
|---|---|
List<BoundArgument> |
BoundRoutineRef.getArguments() |
| Constructor and Description |
|---|
BoundRoutineRef(String originalText,
List<String> nameParts,
EBindingStatus bindingStatus,
BoundRoutineSymbol resolvedRoutine,
List<BoundRoutineSymbol> overloadCandidates,
List<BoundArgument> arguments,
Evidence evidence,
Confidence confidence) |
| Modifier and Type | Method and Description |
|---|---|
protected BoundRoutineRef |
AbstractSymbolCollector.createRoutineRef(String name,
List<String> parts,
List<BoundArgument> args,
Evidence evidence,
Confidence confidence,
SourceAnchor anchor)
Creates a BoundRoutineRef with arguments and adds it to the program.
|