ap
.
interpolants
StructuredPrograms
Related Doc:
package interpolants
object
StructuredPrograms
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
StructuredPrograms
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
case class
Assertion
(
formula:
IFormula
)
extends
Statement
with
Product
with
Serializable
case class
Assignment
(
lhs:
ConstantTerm
,
rhs:
ITerm
)
extends
Statement
with
Product
with
Serializable
case class
Assumption
(
formula:
IFormula
)
extends
Statement
with
Product
with
Serializable
case class
Choice
(
a:
StructuredProgram
,
b:
StructuredProgram
)
extends
StructuredProgram
with
Product
with
Serializable
type
Renaming
=
Map
[
ConstantTerm
,
ConstantTerm
]
class
RichTerm
extends
AnyRef
case class
Sequence
(
a:
StructuredProgram
,
b:
StructuredProgram
)
extends
StructuredProgram
with
Product
with
Serializable
sealed abstract
class
Statement
extends
StructuredProgram
sealed abstract
class
StructuredProgram
extends
AnyRef
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
object
Assignment
extends
Serializable
object
Skip
extends
Statement
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
assignedVars
(
prog:
StructuredProgram
)
:
Set
[
ConstantTerm
]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equalStates
(
stateVars:
Iterable
[
ConstantTerm
]
,
inst1:
Renaming
,
inst2:
Renaming
)
:
IFormula
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
def
seq
(
stmts:
StructuredProgram
*
)
:
StructuredProgram
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
implicit
def
toRichTerm
(
c:
ConstantTerm
)
(
implicit
voc:
FrameworkVocabulary
)
:
RichTerm
implicit
def
toRichTerm
(
t:
ITerm
)
(
implicit
voc:
FrameworkVocabulary
)
:
RichTerm
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
wp
(
prog:
StructuredProgram
,
in:
Renaming
,
post: (
Renaming
) ⇒ (
IFormula
,
Renaming
)
)
(
implicit
st:
SigTracker
)
: (
IFormula
,
Renaming
)
Deprecated Value Members
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@Deprecated
@deprecated
@throws
(
classOf[java.lang.Throwable]
)
Deprecated
(Since version )
see corresponding Javadoc for more information.
Inherited from
AnyRef
Inherited from
Any
Ungrouped