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 |
---|---|
IntLiteral |
Recoder2KeYConverter.convert(IntLiteral intLit)
convert a recoder IntLiteral to a KeY IntLiteral
|
static IntLiteral |
KeYJavaASTFactory.intLiteral(java.lang.Integer value)
Create an integer literal.
|
static IntLiteral |
KeYJavaASTFactory.zeroLiteral()
Create a literal for the integer zero.
|
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrinter.printIntLiteral(IntLiteral x) |
Modifier and Type | Method and Description |
---|---|
void |
Visitor.performActionOnIntLiteral(IntLiteral x) |
void |
JavaASTVisitor.performActionOnIntLiteral(IntLiteral x) |
Copyright © 2003-2019 The KeY-Project.