Package crypto.rules
Class CrySLArithmeticConstraint
- java.lang.Object
-
- crypto.rules.CrySLLiteral
-
- crypto.rules.CrySLArithmeticConstraint
-
- All Implemented Interfaces:
ICrySLPredicateParameter,ISLConstraint,Serializable
public class CrySLArithmeticConstraint extends CrySLLiteral
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCrySLArithmeticConstraint.ArithOp
-
Constructor Summary
Constructors Constructor Description CrySLArithmeticConstraint(ICrySLPredicateParameter l, ICrySLPredicateParameter r, CrySLArithmeticConstraint.ArithOp op)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getInvolvedVarNames()ICrySLPredicateParametergetLeft()StringgetName()CrySLArithmeticConstraint.ArithOpgetOperator()ICrySLPredicateParametergetRight()StringtoString()-
Methods inherited from class crypto.rules.CrySLLiteral
getLocation, setLocation
-
-
-
-
Constructor Detail
-
CrySLArithmeticConstraint
public CrySLArithmeticConstraint(ICrySLPredicateParameter l, ICrySLPredicateParameter r, CrySLArithmeticConstraint.ArithOp op)
-
-
Method Detail
-
getOperator
public CrySLArithmeticConstraint.ArithOp getOperator()
- Returns:
- the operator
-
getLeft
public ICrySLPredicateParameter getLeft()
- Returns:
- the left
-
getRight
public ICrySLPredicateParameter getRight()
- Returns:
- the right
-
getName
public String getName()
-
-