Package | Description |
---|---|
de.uka.ilkd.key.java |
This package contains classes that cover the Java programming language.
|
de.uka.ilkd.key.java.expression.literal |
This package contains representations for the various Java literal types.
|
de.uka.ilkd.key.java.visitor |
contains classes representing visitors traversing the tree
structure of Java programs.
|
Modifier and Type | Method and Description |
---|---|
NullLiteral |
Recoder2KeYConverter.convert(NullLiteral nullLit)
convert a recoder NullLiteral to a KeY NullLiteral
|
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrinter.printNullLiteral(NullLiteral x) |
Modifier and Type | Field and Description |
---|---|
static NullLiteral |
NullLiteral.NULL |
Modifier and Type | Method and Description |
---|---|
void |
Visitor.performActionOnNullLiteral(NullLiteral x) |
void |
JavaASTVisitor.performActionOnNullLiteral(NullLiteral x) |
Copyright © 2003-2019 The KeY-Project.