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.Objectpublic SoundnessCheck.FailureKind getFailureKind()
getFailureKind in interface SoundnessCheckpublic java.lang.String getMessage()
getMessage in interface SoundnessCheckpublic SourceLocation getSourceLocation()
getSourceLocation in interface SoundnessCheckpublic boolean hasDataFlow()
hasDataFlow in interface SoundnessCheckpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean isFailure()
isFailure in interface SoundnessCheckpublic void setFailureKind(SoundnessCheck.FailureKind failureKind)
Copyright © 2009-2019 Aarhus University