-
-
Method Summary
boolean
Returns true if and only if this loop is attached with
LoopContract
boolean
Is this the loop enter or exit statement?
Methods inherited from interface dev.civl.mc.model.IF.statement.Statement
calculateConstantValue, calculateDerefs, containsHere, freeVariables, guard, hasDerefs, isPurelyLocal, locationStepString, lowestScope, model, purelyLocalAnalysisOfVariables, reachable, reached, replaceWith, replaceWith, setCIVLSource, setGuard, setModel, setSource, setSourceTemp, setTarget, setTargetTemp, source, statementKind, statementScope, summaryOfSource, target, toStepString, variableAddressedOf, variableAddressedOf
-
Method Details
-
isEnter
boolean isEnter()
Is this the loop enter or exit statement?
- Returns:
- True iff this is the loop enter branch.
-
isContracted
boolean isContracted()
Returns true if and only if this loop is attached with
LoopContract
- Returns:
-