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.
|
de.uka.ilkd.key.rule.metaconstruct |
contains classes representing the meta constructs of
Taclet s. |
Modifier and Type | Method and Description |
---|---|
New |
Recoder2KeYConverter.convert(New n)
converts a New.
|
static New |
KeYJavaASTFactory.newOperator(KeYJavaType type)
Create an object allocation without arguments.
|
static New |
KeYJavaASTFactory.newOperator(ReferencePrefix referencePrefix,
KeYJavaType type)
Create an object allocation without arguments.
|
static New |
KeYJavaASTFactory.newOperator(ReferencePrefix referencePrefix,
KeYJavaType type,
Expression[] args)
Create an object allocation.
|
static New |
KeYJavaASTFactory.newOperator(ReferencePrefix referencePrefix,
TypeReference typeReference,
Expression[] args)
Create an object allocation.
|
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrinter.printNew(New x) |
Modifier and Type | Method and Description |
---|---|
void |
Visitor.performActionOnNew(New x) |
void |
CreatingASTVisitor.performActionOnNew(New x) |
void |
JavaASTVisitor.performActionOnNew(New x) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Statement> |
ConstructorCall.constructorCallSequence(New constructorReference,
KeYJavaType classType,
SVInstantiations svInst,
Services services)
returns a sequence of statements modelling the Java constructor call
semantics explicitly
|
Constructor and Description |
---|
ConstructorCall(ProgramVariable pv,
New n)
Used to programmatically produce this statement.
|
Copyright © 2003-2019 The KeY-Project.