public abstract class ConstraintImpl extends java.lang.Object implements Constraint
| Constructor and Description |
|---|
ConstraintImpl(ConstrainedStatement pStatement)
Creates a new instance of ConstraintImpl.
|
| Modifier and Type | Method and Description |
|---|---|
ConstrainedStatement |
getConstrainedStatement()
Returns the enclosing
ConstrainedStatement. |
public ConstraintImpl(ConstrainedStatement pStatement)
Creates a new instance of ConstraintImpl.
public ConstrainedStatement getConstrainedStatement()
ConstraintReturns the enclosing ConstrainedStatement.
getConstrainedStatement in interface Constraint