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 |
---|---|
Equals |
Recoder2KeYConverter.convert(Equals arg) |
static Equals |
KeYJavaASTFactory.equalsNullOperator(Expression expression)
Create an equality comparison with
null . |
static Equals |
KeYJavaASTFactory.equalsOperator(Expression left,
Expression right)
Create an equals operator.
|
static Equals |
KeYJavaASTFactory.equalsOperator(ExtList operands)
Create an equals operator.
|
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrinter.printEquals(Equals x) |
Modifier and Type | Method and Description |
---|---|
void |
Visitor.performActionOnEquals(Equals x) |
void |
CreatingASTVisitor.performActionOnEquals(Equals x) |
void |
JavaASTVisitor.performActionOnEquals(Equals x) |
Copyright © 2003-2019 The KeY-Project.