Package crypto.rules
Class CrySLLiteral
- java.lang.Object
-
- crypto.rules.CrySLLiteral
-
- All Implemented Interfaces:
ICrySLPredicateParameter,ISLConstraint,Serializable
- Direct Known Subclasses:
CrySLArithmeticConstraint,CrySLComparisonConstraint,CrySLPredicate,CrySLValueConstraint
public abstract class CrySLLiteral extends Object implements ISLConstraint
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CrySLLiteral()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boomerang.jimple.StatementgetLocation()voidsetLocation(boomerang.jimple.Statement location)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface crypto.interfaces.ICrySLPredicateParameter
getName
-
Methods inherited from interface crypto.interfaces.ISLConstraint
getInvolvedVarNames
-
-
-
-
Method Detail
-
setLocation
public void setLocation(boomerang.jimple.Statement location)
- Specified by:
setLocationin interfaceISLConstraint
-
getLocation
public boomerang.jimple.Statement getLocation()
- Specified by:
getLocationin interfaceISLConstraint
-
-