Package crypto.rules
Class CrySLConstraint
- java.lang.Object
-
- crypto.rules.CrySLConstraint
-
- All Implemented Interfaces:
ICrySLPredicateParameter,ISLConstraint,Serializable
public class CrySLConstraint extends Object implements ISLConstraint
- See Also:
- Serialized Form
-
-
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 Set<String>getInvolvedVarNames()ISLConstraintgetLeft()boomerang.jimple.StatementgetLocation()StringgetName()CrySLConstraint.LogOpsgetOperator()ISLConstraintgetRight()voidsetLocation(boomerang.jimple.Statement location)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 Set<String> getInvolvedVarNames()
- Specified by:
getInvolvedVarNamesin interfaceISLConstraint
-
getName
public String getName()
- Specified by:
getNamein interfaceICrySLPredicateParameter
-
setLocation
public void setLocation(boomerang.jimple.Statement location)
- Specified by:
setLocationin interfaceISLConstraint
-
getLocation
public boomerang.jimple.Statement getLocation()
- Specified by:
getLocationin interfaceISLConstraint
-
-