public class RuleJustificationBySpec extends java.lang.Object implements RuleJustification
| Constructor and Description |
|---|
RuleJustificationBySpec(Contract spec) |
| Modifier and Type | Method and Description |
|---|---|
Contract |
getSpec() |
boolean |
isAxiomJustification()
Contracts for stubs are considered axioms; other contracts not.
|
private final Contract spec
public RuleJustificationBySpec(Contract spec)
public boolean isAxiomJustification()
isAxiomJustification in interface RuleJustificationpublic Contract getSpec()