| Package | Description |
|---|---|
| gudusoft.gsqlparser.ir.bound |
| Modifier and Type | Method and Description |
|---|---|
EParameterMode |
BoundArgument.getMode() |
EParameterMode |
BoundParameterSymbol.getMode() |
static EParameterMode |
EParameterMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EParameterMode[] |
EParameterMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BoundArgument(String paramName,
String valueText,
EParameterMode mode,
SourceAnchor anchor) |
BoundParameterSymbol(String paramName,
BoundScope declaringScope,
SourceAnchor declarationAnchor,
BoundTypeRef paramType,
EParameterMode mode) |