Package | Description |
---|---|
de.uka.ilkd.key.java |
This package contains classes that cover the Java programming language.
|
de.uka.ilkd.key.java.visitor |
contains classes representing visitors traversing the tree
structure of Java programs.
|
de.uka.ilkd.key.rule.metaconstruct |
contains classes representing the meta constructs of
Taclet s. |
Modifier and Type | Method and Description |
---|---|
static CopyAssignment |
KeYJavaASTFactory.assign(Expression lhs,
Expression rhs)
creates an assignment
lhs:=rhs |
static CopyAssignment |
KeYJavaASTFactory.assign(Expression lhs,
Expression rhs,
PositionInfo posInfo)
creates an assignment
lhs:=rhs |
static CopyAssignment |
KeYJavaASTFactory.assign(ExtList parameters)
Create an assignment.
|
static CopyAssignment |
KeYJavaASTFactory.assignArrayField(ProgramVariable variable,
ReferencePrefix array,
Expression index)
Create a statement that assigns an array element to a variable.
|
CopyAssignment |
Recoder2KeYConverter.convert(CopyAssignment arg) |
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrinter.printCopyAssignment(CopyAssignment x) |
Modifier and Type | Method and Description |
---|---|
void |
Visitor.performActionOnCopyAssignment(CopyAssignment x) |
void |
OuterBreakContinueAndReturnReplacer.performActionOnCopyAssignment(CopyAssignment x) |
void |
InnerBreakAndContinueReplacer.performActionOnCopyAssignment(CopyAssignment x) |
void |
CreatingASTVisitor.performActionOnCopyAssignment(CopyAssignment x) |
void |
JavaASTVisitor.performActionOnCopyAssignment(CopyAssignment x) |
Modifier and Type | Method and Description |
---|---|
void |
WhileLoopTransformation.performActionOnCopyAssignment(CopyAssignment x) |
Copyright © 2003-2019 The KeY-Project.