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 |
---|---|
BooleanLiteral |
Recoder2KeYConverter.convert(BooleanLiteral booleanLit)
convert a recoder BooleanLiteral to a KeY BooleanLiteral
|
static BooleanLiteral |
KeYJavaASTFactory.falseLiteral()
Create a literal for the truth value
false . |
static BooleanLiteral |
KeYJavaASTFactory.trueLiteral()
Create a literal for the truth value
true . |
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrinter.printBooleanLiteral(BooleanLiteral x) |
Modifier and Type | Field and Description |
---|---|
static BooleanLiteral |
BooleanLiteral.FALSE |
static BooleanLiteral |
BooleanLiteral.TRUE |
Modifier and Type | Method and Description |
---|---|
static BooleanLiteral |
BooleanLiteral.getBooleanLiteral(boolean val)
get boolean literal for the given
value . |
Modifier and Type | Method and Description |
---|---|
void |
Visitor.performActionOnBooleanLiteral(BooleanLiteral x) |
void |
JavaASTVisitor.performActionOnBooleanLiteral(BooleanLiteral x) |
Copyright © 2003-2019 The KeY-Project.