Package crypto.extractparameter
Class CallSiteWithExtractedValue
- java.lang.Object
-
- crypto.extractparameter.CallSiteWithExtractedValue
-
public class CallSiteWithExtractedValue extends Object
CreatesCallSiteWithExtractedValuea constructor with CallSiteWithParamIndex and ExtractedValue as parameterCallSiteWithParamIndex gives position of the location index of the error
ExtractedValue gives the value of the call site
-
-
Constructor Summary
Constructors Constructor Description CallSiteWithExtractedValue(CallSiteWithParamIndex cs, ExtractedValue val)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)CallSiteWithParamIndexgetCallSite()ExtractedValuegetVal()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
CallSiteWithExtractedValue
public CallSiteWithExtractedValue(CallSiteWithParamIndex cs, ExtractedValue val)
-
-
Method Detail
-
getCallSite
public CallSiteWithParamIndex getCallSite()
-
getVal
public ExtractedValue getVal()
-
-