| Package | Description |
|---|---|
| claw.wani.language |
| Modifier and Type | Method and Description |
|---|---|
ClawConstraint |
ClawPragma.getConstraintClauseValue()
Get the constraint clause value.
|
static ClawConstraint |
ClawConstraint.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClawConstraint[] |
ClawConstraint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClawPragma.setConstraintClauseValue(ClawConstraint value)
Set the constraint clause value and the update clause usage flag to true.
|