org.jmlspecs.jml4.fspv.theory
Class TheoryAssignmentStatement
java.lang.Object
org.jmlspecs.jml4.fspv.theory.TheoryStatement
org.jmlspecs.jml4.fspv.theory.TheoryAssignmentStatement
public class TheoryAssignmentStatement
- extends TheoryStatement
- Author:
- karabot
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
lhs
public TheoryExpression lhs
rhs
public TheoryExpression rhs
TheoryAssignmentStatement
public TheoryAssignmentStatement(TheoryExpression l,
TheoryExpression r)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
visit
public java.lang.Object visit(TheoryVisitor visitor)
- Overrides:
visit
in class TheoryStatement