org.jmlspecs.jml4.fspv
Class SideEffectHandler
java.lang.Object
org.jmlspecs.jml4.fspv.theory.TheoryVisitor
org.jmlspecs.jml4.fspv.SideEffectHandler
public class SideEffectHandler
- extends TheoryVisitor
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SideEffectHandler
public SideEffectHandler()
accept
public java.lang.Object accept(Theory theory)
- Overrides:
accept
in class TheoryVisitor
accept
public java.lang.Object accept(TheoryLemma lemma)
- Overrides:
accept
in class TheoryVisitor
accept
public java.lang.Object accept(TheoryVariable theoryVariable)
- Overrides:
accept
in class TheoryVisitor
accept
public java.lang.Object accept(TheoryBlockStatement theoryBlockStatement)
- Overrides:
accept
in class TheoryVisitor
accept
public java.lang.Object accept(TheoryLocalDeclarationBlockStatement theoryLocalDeclarationBlockStatement)
- Overrides:
accept
in class TheoryVisitor
accept
public java.lang.Object accept(TheoryAssignmentStatement theoryAssignmentStatement)
- Overrides:
accept
in class TheoryVisitor
accept
public java.lang.Object accept(TheoryConditionalStatement theoryConditionalStatement)
- Overrides:
accept
in class TheoryVisitor
accept
public java.lang.Object accept(TheoryWhileStatement theoryWhileStatement)
- Overrides:
accept
in class TheoryVisitor
accept
public java.lang.Object accept(TheoryAssignmentExpression theoryAssignmentExpression)
- Overrides:
accept
in class TheoryVisitor
accept
public java.lang.Object accept(TheoryPostfixExpression theoryPostfixExpression)
- Overrides:
accept
in class TheoryVisitor
accept
public java.lang.Object accept(TheoryPrefixExpression theoryPrefixExpression)
- Overrides:
accept
in class TheoryVisitor
accept
public java.lang.Object accept(TheoryBinaryExpression theoryBinaryExpression)
- Overrides:
accept
in class TheoryVisitor
accept
public java.lang.Object accept(TheoryLiteral theoryLiteral)
- Overrides:
accept
in class TheoryVisitor
accept
public java.lang.Object accept(TheoryVariableReference theoryVariableReference)
- Overrides:
accept
in class TheoryVisitor
accept
public java.lang.Object accept(TheoryUnaryExpression theoryUnaryExpression)
- Overrides:
accept
in class TheoryVisitor
accept
public java.lang.Object accept(TheoryExpression theoryExpression)
- Overrides:
accept
in class TheoryVisitor
accept
public java.lang.Object accept(TheoryStatement theoryStatement)
- Overrides:
accept
in class TheoryVisitor
accept
public java.lang.Object accept(TheoryOperator theoryOperator)
- Overrides:
accept
in class TheoryVisitor
accept
public java.lang.Object accept(TheoryType theoryType)
- Overrides:
accept
in class TheoryVisitor