Package | Description |
---|---|
de.uka.ilkd.key.java.expression.operator |
Elements of the Java syntax tree representing operators and operator-like
expressions.
|
de.uka.ilkd.key.java.reference |
Elements of the Java syntax tree representing implicit or explicit (named)
references to other program elements.
|
de.uka.ilkd.key.rule |
This package contains classes for implementing rules.
|
Modifier and Type | Class and Description |
---|---|
class |
New
The object allocation operator.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConstructorReference
Constructor reference.
|
Modifier and Type | Class and Description |
---|---|
class |
MethodReference
Method reference.
|
class |
SpecialConstructorReference
Occurs in a constructor declaration as the first statement
as this(...) or super(...) reference.
|
class |
SuperConstructorReference
Super constructor reference.
|
class |
ThisConstructorReference
This constructor reference.
|
Modifier and Type | Field and Description |
---|---|
MethodOrConstructorReference |
UseOperationContractRule.Instantiation.mr
TODO
|
Constructor and Description |
---|
Instantiation(Term u,
Term progPost,
Modality mod,
Expression actualResult,
Term actualSelf,
KeYJavaType staticType,
MethodOrConstructorReference mr,
IProgramMethod pm,
ImmutableList<Term> actualParams,
boolean transaction)
Creates a new instantiation for the contract rule and the given variables.
|
Copyright © 2003-2019 The KeY-Project.