Package crypto.rules
Class CrySLConstraint
- java.lang.Object
-
- crypto.rules.CrySLConstraint
-
- All Implemented Interfaces:
ICrySLPredicateParameter,ISLConstraint
public class CrySLConstraint extends Object implements ISLConstraint
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCrySLConstraint.LogOps
-
Constructor Summary
Constructors Constructor Description CrySLConstraint(ISLConstraint l, ISLConstraint r, CrySLConstraint.LogOps op)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getInvolvedVarNames()ISLConstraintgetLeft()boomerang.scene.StatementgetLocation()StringgetName()CrySLConstraint.LogOpsgetOperator()ISLConstraintgetRight()StringtoString()
-
-
-
Constructor Detail
-
CrySLConstraint
public CrySLConstraint(ISLConstraint l, ISLConstraint r, CrySLConstraint.LogOps op)
-
-
Method Detail
-
getOperator
public CrySLConstraint.LogOps getOperator()
- Returns:
- the operator return operator;
-
getLeft
public ISLConstraint getLeft()
- Returns:
- the left
-
getRight
public ISLConstraint getRight()
- Returns:
- the right
-
getInvolvedVarNames
public List<String> getInvolvedVarNames()
- Specified by:
getInvolvedVarNamesin interfaceISLConstraint
-
getName
public String getName()
- Specified by:
getNamein interfaceICrySLPredicateParameter
-
getLocation
public boomerang.scene.Statement getLocation()
- Specified by:
getLocationin interfaceISLConstraint
-
-