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.
|
Modifier and Type | Method and Description |
---|---|
ThisReference |
Recoder2KeYConverter.convert(ThisReference tr)
Convert a this referene.
|
ThisReference |
SchemaRecoder2KeYConverter.convert(ThisReference tr)
for some reason the this and super references have to be treated
differently here.
|
static ThisReference |
KeYJavaASTFactory.thisReference()
Create a reference to
this . |
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrinter.printThisReference(ThisReference x) |
Modifier and Type | Method and Description |
---|---|
void |
Visitor.performActionOnThisReference(ThisReference x) |
void |
CreatingASTVisitor.performActionOnThisReference(ThisReference x) |
void |
JavaASTVisitor.performActionOnThisReference(ThisReference x) |
Copyright © 2003-2019 The KeY-Project.