class LogEntrySoundnessTester.ValueCheck extends java.lang.Object implements SoundnessCheck
SoundnessCheck.FailureKind
Constructor and Description |
---|
ValueCheck(dk.au.cs.casa.jer.entries.SourceLocation sourceLocation,
java.lang.String kind,
dk.au.cs.casa.jer.entries.ValueDescription concreteValue,
java.util.Collection<Value> abstractValues,
boolean failure) |
ValueCheck(dk.au.cs.casa.jer.entries.SourceLocation sourceLocation,
java.lang.String kind,
dk.au.cs.casa.jer.entries.ValueDescription concreteValue,
Value abstractValue,
boolean failure) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
SoundnessCheck.FailureKind |
getFailureKind() |
java.lang.String |
getMessage() |
SourceLocation |
getSourceLocation() |
boolean |
hasDataFlow() |
int |
hashCode() |
boolean |
isFailure() |
void |
setFailureKind(SoundnessCheck.FailureKind failureKind) |
public ValueCheck(dk.au.cs.casa.jer.entries.SourceLocation sourceLocation, java.lang.String kind, dk.au.cs.casa.jer.entries.ValueDescription concreteValue, java.util.Collection<Value> abstractValues, boolean failure)
public ValueCheck(dk.au.cs.casa.jer.entries.SourceLocation sourceLocation, java.lang.String kind, dk.au.cs.casa.jer.entries.ValueDescription concreteValue, Value abstractValue, boolean failure)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public SoundnessCheck.FailureKind getFailureKind()
getFailureKind
in interface SoundnessCheck
public java.lang.String getMessage()
getMessage
in interface SoundnessCheck
public SourceLocation getSourceLocation()
getSourceLocation
in interface SoundnessCheck
public boolean hasDataFlow()
hasDataFlow
in interface SoundnessCheck
public int hashCode()
hashCode
in class java.lang.Object
public boolean isFailure()
isFailure
in interface SoundnessCheck
public void setFailureKind(SoundnessCheck.FailureKind failureKind)
Copyright © 2009-2019 Aarhus University