org.jmlspecs.jml4.fspv.theory
Class TheoryLemma
java.lang.Object
org.jmlspecs.jml4.fspv.theory.TheoryLemma
public class TheoryLemma
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LEMMA_SUFFIX_SEPARATOR
public static final java.lang.String LEMMA_SUFFIX_SEPARATOR
- See Also:
- Constant Field Values
name
public final java.lang.String name
variables
public final TheoryVariable[] variables
pre
public final TheoryExpression pre
block
public final TheoryBlockStatement block
post
public final TheoryExpression post
TheoryLemma
public TheoryLemma(TheoryVariable[] variables,
java.lang.String name,
TheoryExpression pre,
TheoryBlockStatement block,
TheoryExpression post)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
visit
public java.lang.Object visit(TheoryVisitor visitor)