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 |
---|---|
If |
Recoder2KeYConverter.convert(If arg) |
static If |
KeYJavaASTFactory.ifElse(Expression guard,
Then then,
Else els)
Create an if statement including an else branch.
|
static If |
KeYJavaASTFactory.ifStatement(ExtList parameters)
Create an if statement.
|
static If |
KeYJavaASTFactory.ifThen(Expression guard,
Statement... statements)
Create an if statement with no else branch.
|
static If |
KeYJavaASTFactory.ifThen(Expression guard,
Statement then)
Create an if statement with no else branch.
|
static If |
KeYJavaASTFactory.ifThen(Expression guard,
Then then)
Create an if statement with no else branch.
|
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrinter.printIf(If x) |
void |
PrettyPrinter.printIf(If x,
boolean includeBranches) |
Modifier and Type | Method and Description |
---|---|
void |
Visitor.performActionOnIf(If x) |
void |
OuterBreakContinueAndReturnReplacer.performActionOnIf(If x) |
void |
InnerBreakAndContinueReplacer.performActionOnIf(If x) |
void |
CreatingASTVisitor.performActionOnIf(If x) |
void |
JavaASTVisitor.performActionOnIf(If x) |
Modifier and Type | Method and Description |
---|---|
void |
WhileLoopTransformation.performActionOnIf(If x) |
Copyright © 2003-2019 The KeY-Project.