Package | Description |
---|---|
de.uka.ilkd.key.java |
This package contains classes that cover the Java programming language.
|
de.uka.ilkd.key.java.recoderext | |
de.uka.ilkd.key.parser.proofjava | |
de.uka.ilkd.key.parser.schemajava |
Modifier and Type | Method and Description |
---|---|
ExecutionContext |
Recoder2KeYConverter.convert(ExecutionContext arg) |
ExecutionContext |
SchemaRecoder2KeYConverter.convert(ExecutionContext ec)
translate exection contexts
|
Modifier and Type | Class and Description |
---|---|
class |
ExecCtxtSVWrapper |
Modifier and Type | Field and Description |
---|---|
protected ExecutionContext |
MethodCallStatement.ec |
Modifier and Type | Method and Description |
---|---|
ExecutionContext |
ExecCtxtSVWrapper.deepClone() |
ExecutionContext |
ExecutionContext.deepClone() |
ExecutionContext |
MethodCallStatement.getExecutionContext()
returns the execution context
|
ExecutionContext |
ContextStatementBlock.getExecutionContext() |
ExecutionContext |
RMethodCallStatement.getExecutionContext() |
Modifier and Type | Method and Description |
---|---|
MethodCallStatement |
ProofJavaProgramFactory.createMethodCallStatement(Expression resVar,
ExecutionContext ec,
StatementBlock block)
Create a
MethodCallStatement . |
RMethodCallStatement |
SchemaJavaProgramFactory.createRMethodCallStatement(ProgramVariableSVWrapper resVar,
ExecutionContext esvw,
Statement st) |
Constructor and Description |
---|
ContextStatementBlock(ExecutionContext ec)
Statement block.
|
MethodCallStatement(Expression resultVar,
ExecutionContext ec,
StatementBlock body)
MethodCallStatement.
|
RMethodCallStatement(ProgramVariableSVWrapper resultVar,
ExecutionContext ecsvw,
Statement body)
Labeled statement.
|
Modifier and Type | Method and Description |
---|---|
static ExecutionContext |
ProofJavaParser.ExecutionContext() |
Modifier and Type | Method and Description |
---|---|
static ExecutionContext |
SchemaJavaParser.ExecutionContext() |
Copyright © 2003-2019 The KeY-Project.