public abstract class ReturnValueConstraint extends java.lang.Object implements IConstraint
Modifier and Type | Field and Description |
---|---|
protected FunctionCall |
funcall
The function call.
|
protected IOperator |
operator
The operator.
|
Constructor and Description |
---|
ReturnValueConstraint(FunctionCall funcall,
IOperator operator)
Create a new return value constraint.
|
Modifier and Type | Method and Description |
---|---|
FunctionCall |
getFunctionCall()
Get the function call.
|
IOperator |
getOperator()
Get the operator.
|
java.util.List |
getVariables()
Get the variables.
|
protected FunctionCall funcall
protected IOperator operator
public ReturnValueConstraint(FunctionCall funcall, IOperator operator)
public IOperator getOperator()
public FunctionCall getFunctionCall()
public java.util.List getVariables()
getVariables
in interface IConstraint