Package | Description |
---|---|
de.uka.ilkd.key.java |
This package contains classes that cover the Java programming language.
|
de.uka.ilkd.key.java.statement |
Elements of the Java syntax tree representing pure statements.
|
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 |
---|---|
LoopInit |
Recoder2KeYConverter.convertLoopInitializers(LoopStatement ls)
helper for convert(x) with x a LoopStatement.
|
Constructor and Description |
---|
EnhancedFor(LoopInit init,
Guard guard,
Statement statement,
ExtList comments,
PositionInfo info)
Used for the Recoder2KeY transformation.
|
Modifier and Type | Method and Description |
---|---|
void |
Visitor.performActionOnLoopInit(LoopInit x) |
void |
CreatingASTVisitor.performActionOnLoopInit(LoopInit x) |
void |
JavaASTVisitor.performActionOnLoopInit(LoopInit x) |
Constructor and Description |
---|
ForInitUnfoldTransformer(LoopInit loopInit) |
Copyright © 2003-2019 The KeY-Project.