Class and Description |
---|
PositionInfo
represents a group of three Positions: relativePosition,
startPosition, endPosition
2019-09-10 Wolfram Pfeifer: work with URIs instead of Strings -> more robust, more general
|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
JavaInfo
an instance serves as representation of a Java model underlying a DL
formula.
|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
JavaInfo
an instance serves as representation of a Java model underlying a DL
formula.
|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Position
The position of a source element, given by its line and column
number.
|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
StatementBlock
Statement block.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
CcatchBreakLabelParameterDeclaration
A "\Break label" parameter declaration of a ccatch clause.
|
CcatchBreakParameterDeclaration
A "\Break" parameter declaration of a ccatch clause.
|
CcatchBreakWildcardParameterDeclaration
A "\Break *" parameter declaration of a ccatch clause.
|
CcatchContinueLabelParameterDeclaration
A "\Continue label" parameter declaration of a ccatch clause.
|
CcatchContinueParameterDeclaration
A "\Continue" parameter declaration of a ccatch clause.
|
CcatchContinueWildcardParameterDeclaration
A "\Continue *" parameter declaration of a ccatch clause.
|
CcatchNonstandardParameterDeclaration
A "non-standard" parameter declaration of a Ccatch clause, e.g., "\Return".
|
CcatchReturnParameterDeclaration
A "\Return" parameter declaration of a ccatch clause.
|
CcatchReturnValParameterDeclaration
A "\Return int v" parameter declaration of a ccatch clause.
|
Comment |
CompilationUnit
A node representing a single source file containing
TypeDeclaration s and an optional PackageSpecification
and an optional set of Import s. |
ConstantExpressionEvaluator |
ContextStatementBlock
In the DL-formulae description of Taclets the program part can have
the following form < pi alpha;...; omega > Phi where pi is a prefix
consisting of open brackets, try's and so on and omega is the rest
of the program.
|
ConvertException
This exception class is mainly thrown by Recoder2KeY and its companions.
|
Expression
Expression
taken from COMPOST and changed to achieve an immutable structure
|
Import
Import.
|
JavaInfo
an instance serves as representation of a Java model underlying a DL
formula.
|
JavaNonTerminalProgramElement
Top level implementation of a Java
NonTerminalProgramElement . |
JavaProgramElement
Top level implementation of a Java
ProgramElement . |
JavaReader |
JavaSourceElement
Top level implementation of a Java
SourceElement . |
KeYJavaASTFactory
The KeYASTFactory helps building KeY Java AST structures.
|
KeYProgModelInfo |
KeYRecoderMapping |
Label |
LoopInitializer
Loop initializer.
|
ModelElement
A semantical part of the software model.
|
NameAbstractionTable
This class is used for the equals modulo renaming method in
SourceElement.
|
NamedModelElement
A model element that carries a name.
|
NonTerminalProgramElement
Non terminal program element.
|
PackageSpecification
Package specification.
|
ParameterContainer
Describes program elements that contain
ParameterDeclaration s. |
ParseExceptionInFile
This exception extends recoder's
ParseException by a filename. |
Position
The position of a source element, given by its line and column
number.
|
PositionInfo
represents a group of three Positions: relativePosition,
startPosition, endPosition
2019-09-10 Wolfram Pfeifer: work with URIs instead of Strings -> more robust, more general
|
PrettyPrinter
A configurable pretty printer for Java source elements originally from COMPOST.
|
ProgramElement
A part of the program syntax that carries semantics in the model.
|
ProgramPrefixUtil.ProgramPrefixInfo |
Recoder2KeY
This class is the bridge between recoder ast data structures and KeY data
structures.
|
Recoder2KeYConverter
Objects of this class can be used to transform an AST returned by the recoder
library to the corresponding yet immutable KeY data structures.
|
Recoder2KeYTypeConverter
provide means to convert recoder types to the corresponding KeY type
structures.
|
SchemaJavaReader |
SchemaRecoder2KeY |
ScopeDefiningElement
The property of a non terminal program element to define a scope.
|
ServiceCaches |
Services
this is a collection of common services to the KeY prover.
|
Services.ITermProgramVariableCollectorFactory |
SingleLineComment
Any non-SingleLineComment is a multi line comment.
|
SourceData
This class keeps track of the next element to match, which is provided by
calling method
SourceData.getSource() . |
SourceElement
A source element is a piece of syntax.
|
Statement
Statement.
|
StatementBlock
Statement block.
|
StatementContainer
Statement container.
|
TerminalProgramElement
Terminal program element.
|
TypeConverter |
TypeScope
The property of a non terminal program element to define a scope for
types.
|
VariableScope
The property of a non terminal program element to define a scope for
variables.
|
Class and Description |
---|
ModelElement
A semantical part of the software model.
|
NamedModelElement
A model element that carries a name.
|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Comment |
Declaration
Declaration.
|
Expression
Expression
taken from COMPOST and changed to achieve an immutable structure
|
ExpressionContainer
Expression container.
|
JavaNonTerminalProgramElement
Top level implementation of a Java
NonTerminalProgramElement . |
JavaProgramElement
Top level implementation of a Java
ProgramElement . |
JavaSourceElement
Top level implementation of a Java
SourceElement . |
LoopInitializer
Loop initializer.
|
ModelElement
A semantical part of the software model.
|
NameAbstractionTable
This class is used for the equals modulo renaming method in
SourceElement.
|
NamedModelElement
A model element that carries a name.
|
NamedProgramElement
Named program element.
|
NonTerminalProgramElement
Non terminal program element.
|
ParameterContainer
Describes program elements that contain
ParameterDeclaration s. |
PositionInfo
represents a group of three Positions: relativePosition,
startPosition, endPosition
2019-09-10 Wolfram Pfeifer: work with URIs instead of Strings -> more robust, more general
|
PrettyPrinter
A configurable pretty printer for Java source elements originally from COMPOST.
|
ProgramElement
A part of the program syntax that carries semantics in the model.
|
ScopeDefiningElement
The property of a non terminal program element to define a scope.
|
Services
this is a collection of common services to the KeY prover.
|
SourceData
This class keeps track of the next element to match, which is provided by
calling method
SourceData.getSource() . |
SourceElement
A source element is a piece of syntax.
|
Statement
Statement.
|
StatementBlock
Statement block.
|
StatementContainer
Statement container.
|
TerminalProgramElement
Terminal program element.
|
TypeScope
The property of a non terminal program element to define a scope for
types.
|
VariableScope
The property of a non terminal program element to define a scope for
variables.
|
Class and Description |
---|
JavaProgramElement
Top level implementation of a Java
ProgramElement . |
JavaSourceElement
Top level implementation of a Java
SourceElement . |
ModelElement
A semantical part of the software model.
|
NonTerminalProgramElement
Non terminal program element.
|
ProgramElement
A part of the program syntax that carries semantics in the model.
|
SourceElement
A source element is a piece of syntax.
|
TerminalProgramElement
Terminal program element.
|
Class and Description |
---|
Expression
Expression
taken from COMPOST and changed to achieve an immutable structure
|
ExpressionContainer
Expression container.
|
JavaNonTerminalProgramElement
Top level implementation of a Java
NonTerminalProgramElement . |
JavaProgramElement
Top level implementation of a Java
ProgramElement . |
JavaSourceElement
Top level implementation of a Java
SourceElement . |
LoopInitializer
Loop initializer.
|
ModelElement
A semantical part of the software model.
|
NonTerminalProgramElement
Non terminal program element.
|
PositionInfo
represents a group of three Positions: relativePosition,
startPosition, endPosition
2019-09-10 Wolfram Pfeifer: work with URIs instead of Strings -> more robust, more general
|
PrettyPrinter
A configurable pretty printer for Java source elements originally from COMPOST.
|
ProgramElement
A part of the program syntax that carries semantics in the model.
|
Services
this is a collection of common services to the KeY prover.
|
SourceData
This class keeps track of the next element to match, which is provided by
calling method
SourceData.getSource() . |
SourceElement
A source element is a piece of syntax.
|
Statement
Statement.
|
TerminalProgramElement
Terminal program element.
|
Class and Description |
---|
Expression
Expression
taken from COMPOST and changed to achieve an immutable structure
|
JavaProgramElement
Top level implementation of a Java
ProgramElement . |
JavaSourceElement
Top level implementation of a Java
SourceElement . |
ModelElement
A semantical part of the software model.
|
NameAbstractionTable
This class is used for the equals modulo renaming method in
SourceElement.
|
PositionInfo
represents a group of three Positions: relativePosition,
startPosition, endPosition
2019-09-10 Wolfram Pfeifer: work with URIs instead of Strings -> more robust, more general
|
PrettyPrinter
A configurable pretty printer for Java source elements originally from COMPOST.
|
ProgramElement
A part of the program syntax that carries semantics in the model.
|
Services
this is a collection of common services to the KeY prover.
|
SourceElement
A source element is a piece of syntax.
|
TerminalProgramElement
Terminal program element.
|
Class and Description |
---|
ConvertException
This exception class is mainly thrown by Recoder2KeY and its companions.
|
Expression
Expression
taken from COMPOST and changed to achieve an immutable structure
|
ExpressionContainer
Expression container.
|
JavaNonTerminalProgramElement
Top level implementation of a Java
NonTerminalProgramElement . |
JavaProgramElement
Top level implementation of a Java
ProgramElement . |
JavaSourceElement
Top level implementation of a Java
SourceElement . |
LoopInitializer
Loop initializer.
|
ModelElement
A semantical part of the software model.
|
NonTerminalProgramElement
Non terminal program element.
|
PositionInfo
represents a group of three Positions: relativePosition,
startPosition, endPosition
2019-09-10 Wolfram Pfeifer: work with URIs instead of Strings -> more robust, more general
|
PrettyPrinter
A configurable pretty printer for Java source elements originally from COMPOST.
|
ProgramElement
A part of the program syntax that carries semantics in the model.
|
Reference
References are uses of names, variables or members.
|
Services
this is a collection of common services to the KeY prover.
|
SourceElement
A source element is a piece of syntax.
|
Statement
Statement.
|
Class and Description |
---|
Expression
Expression
taken from COMPOST and changed to achieve an immutable structure
|
ExpressionContainer
Expression container.
|
JavaNonTerminalProgramElement
Top level implementation of a Java
NonTerminalProgramElement . |
JavaProgramElement
Top level implementation of a Java
ProgramElement . |
JavaSourceElement
Top level implementation of a Java
SourceElement . |
ModelElement
A semantical part of the software model.
|
NonTerminalProgramElement
Non terminal program element.
|
PrettyPrinter
A configurable pretty printer for Java source elements originally from COMPOST.
|
ProgramElement
A part of the program syntax that carries semantics in the model.
|
Services
this is a collection of common services to the KeY prover.
|
SourceElement
A source element is a piece of syntax.
|
Class and Description |
---|
ConvertException
This exception class is mainly thrown by Recoder2KeY and its companions.
|
KeYProgModelInfo |
Class and Description |
---|
Expression
Expression
taken from COMPOST and changed to achieve an immutable structure
|
ExpressionContainer
Expression container.
|
JavaNonTerminalProgramElement
Top level implementation of a Java
NonTerminalProgramElement . |
JavaProgramElement
Top level implementation of a Java
ProgramElement . |
JavaSourceElement
Top level implementation of a Java
SourceElement . |
LoopInitializer
Loop initializer.
|
ModelElement
A semantical part of the software model.
|
NamedModelElement
A model element that carries a name.
|
NamedProgramElement
Named program element.
|
NonTerminalProgramElement
Non terminal program element.
|
PositionInfo
represents a group of three Positions: relativePosition,
startPosition, endPosition
2019-09-10 Wolfram Pfeifer: work with URIs instead of Strings -> more robust, more general
|
PrettyPrinter
A configurable pretty printer for Java source elements originally from COMPOST.
|
ProgramElement
A part of the program syntax that carries semantics in the model.
|
Reference
References are uses of names, variables or members.
|
Services
this is a collection of common services to the KeY prover.
|
SourceData
This class keeps track of the next element to match, which is provided by
calling method
SourceData.getSource() . |
SourceElement
A source element is a piece of syntax.
|
Statement
Statement.
|
TerminalProgramElement
Terminal program element.
|
Class and Description |
---|
CcatchNonstandardParameterDeclaration
A "non-standard" parameter declaration of a Ccatch clause, e.g., "\Return".
|
Comment |
Expression
Expression
taken from COMPOST and changed to achieve an immutable structure
|
ExpressionContainer
Expression container.
|
JavaNonTerminalProgramElement
Top level implementation of a Java
NonTerminalProgramElement . |
JavaProgramElement
Top level implementation of a Java
ProgramElement . |
JavaSourceElement
Top level implementation of a Java
SourceElement . |
Label |
LoopInitializer
Loop initializer.
|
ModelElement
A semantical part of the software model.
|
NameAbstractionTable
This class is used for the equals modulo renaming method in
SourceElement.
|
NamedModelElement
A model element that carries a name.
|
NamedProgramElement
Named program element.
|
NonTerminalProgramElement
Non terminal program element.
|
ParameterContainer
Describes program elements that contain
ParameterDeclaration s. |
PositionInfo
represents a group of three Positions: relativePosition,
startPosition, endPosition
2019-09-10 Wolfram Pfeifer: work with URIs instead of Strings -> more robust, more general
|
PrettyPrinter
A configurable pretty printer for Java source elements originally from COMPOST.
|
ProgramElement
A part of the program syntax that carries semantics in the model.
|
Reference
References are uses of names, variables or members.
|
ScopeDefiningElement
The property of a non terminal program element to define a scope.
|
Services
this is a collection of common services to the KeY prover.
|
SourceData
This class keeps track of the next element to match, which is provided by
calling method
SourceData.getSource() . |
SourceElement
A source element is a piece of syntax.
|
Statement
Statement.
|
StatementBlock
Statement block.
|
StatementContainer
Statement container.
|
TerminalProgramElement
Terminal program element.
|
TypeScope
The property of a non terminal program element to define a scope for
types.
|
VariableScope
The property of a non terminal program element to define a scope for
variables.
|
Class and Description |
---|
CcatchBreakLabelParameterDeclaration
A "\Break label" parameter declaration of a ccatch clause.
|
CcatchBreakParameterDeclaration
A "\Break" parameter declaration of a ccatch clause.
|
CcatchBreakWildcardParameterDeclaration
A "\Break *" parameter declaration of a ccatch clause.
|
CcatchContinueLabelParameterDeclaration
A "\Continue label" parameter declaration of a ccatch clause.
|
CcatchContinueParameterDeclaration
A "\Continue" parameter declaration of a ccatch clause.
|
CcatchContinueWildcardParameterDeclaration
A "\Continue *" parameter declaration of a ccatch clause.
|
CcatchReturnParameterDeclaration
A "\Return" parameter declaration of a ccatch clause.
|
CcatchReturnValParameterDeclaration
A "\Return int v" parameter declaration of a ccatch clause.
|
Comment |
CompilationUnit
A node representing a single source file containing
TypeDeclaration s and an optional PackageSpecification
and an optional set of Import s. |
ContextStatementBlock
In the DL-formulae description of Taclets the program part can have
the following form < pi alpha;...; omega > Phi where pi is a prefix
consisting of open brackets, try's and so on and omega is the rest
of the program.
|
Import
Import.
|
JavaNonTerminalProgramElement
Top level implementation of a Java
NonTerminalProgramElement . |
JavaProgramElement
Top level implementation of a Java
ProgramElement . |
Label |
NonTerminalProgramElement
Non terminal program element.
|
PackageSpecification
Package specification.
|
ProgramElement
A part of the program syntax that carries semantics in the model.
|
Services
this is a collection of common services to the KeY prover.
|
SourceElement
A source element is a piece of syntax.
|
StatementBlock
Statement block.
|
Class and Description |
---|
Expression
Expression
taken from COMPOST and changed to achieve an immutable structure
|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Comment |
Declaration
Declaration.
|
Expression
Expression
taken from COMPOST and changed to achieve an immutable structure
|
ExpressionContainer
Expression container.
|
JavaProgramElement
Top level implementation of a Java
ProgramElement . |
Label |
LoopInitializer
Loop initializer.
|
ModelElement
A semantical part of the software model.
|
NameAbstractionTable
This class is used for the equals modulo renaming method in
SourceElement.
|
NamedModelElement
A model element that carries a name.
|
NamedProgramElement
Named program element.
|
NonTerminalProgramElement
Non terminal program element.
|
Position
The position of a source element, given by its line and column
number.
|
PositionInfo
represents a group of three Positions: relativePosition,
startPosition, endPosition
2019-09-10 Wolfram Pfeifer: work with URIs instead of Strings -> more robust, more general
|
PrettyPrinter
A configurable pretty printer for Java source elements originally from COMPOST.
|
ProgramElement
A part of the program syntax that carries semantics in the model.
|
Reference
References are uses of names, variables or members.
|
Services
this is a collection of common services to the KeY prover.
|
SourceData
This class keeps track of the next element to match, which is provided by
calling method
SourceData.getSource() . |
SourceElement
A source element is a piece of syntax.
|
Statement
Statement.
|
StatementBlock
Statement block.
|
StatementContainer
Statement container.
|
TerminalProgramElement
Terminal program element.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Comment |
Declaration
Declaration.
|
Expression
Expression
taken from COMPOST and changed to achieve an immutable structure
|
ExpressionContainer
Expression container.
|
Label |
LoopInitializer
Loop initializer.
|
ModelElement
A semantical part of the software model.
|
NameAbstractionTable
This class is used for the equals modulo renaming method in
SourceElement.
|
NamedModelElement
A model element that carries a name.
|
NamedProgramElement
Named program element.
|
NonTerminalProgramElement
Non terminal program element.
|
Position
The position of a source element, given by its line and column
number.
|
PositionInfo
represents a group of three Positions: relativePosition,
startPosition, endPosition
2019-09-10 Wolfram Pfeifer: work with URIs instead of Strings -> more robust, more general
|
PrettyPrinter
A configurable pretty printer for Java source elements originally from COMPOST.
|
ProgramElement
A part of the program syntax that carries semantics in the model.
|
Reference
References are uses of names, variables or members.
|
Services
this is a collection of common services to the KeY prover.
|
SourceData
This class keeps track of the next element to match, which is provided by
calling method
SourceData.getSource() . |
SourceElement
A source element is a piece of syntax.
|
Statement
Statement.
|
StatementBlock
Statement block.
|
StatementContainer
Statement container.
|
TerminalProgramElement
Terminal program element.
|
Class and Description |
---|
ProgramElement
A part of the program syntax that carries semantics in the model.
|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
ProgramElement
A part of the program syntax that carries semantics in the model.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
JavaInfo
an instance serves as representation of a Java model underlying a DL
formula.
|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
JavaInfo
an instance serves as representation of a Java model underlying a DL
formula.
|
KeYRecoderMapping |
Services
this is a collection of common services to the KeY prover.
|
TypeConverter |
Class and Description |
---|
PrettyPrinter
A configurable pretty printer for Java source elements originally from COMPOST.
|
ProgramElement
A part of the program syntax that carries semantics in the model.
|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
JavaInfo
an instance serves as representation of a Java model underlying a DL
formula.
|
Position
The position of a source element, given by its line and column
number.
|
ProgramElement
A part of the program syntax that carries semantics in the model.
|
Services
this is a collection of common services to the KeY prover.
|
SourceElement
A source element is a piece of syntax.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
JavaInfo
an instance serves as representation of a Java model underlying a DL
formula.
|
Services
this is a collection of common services to the KeY prover.
|
StatementBlock
Statement block.
|
Class and Description |
---|
ProgramElement
A part of the program syntax that carries semantics in the model.
|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
StatementBlock
Statement block.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
ProgramElement
A part of the program syntax that carries semantics in the model.
|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Expression
Expression
taken from COMPOST and changed to achieve an immutable structure
|
Label |
ModelElement
A semantical part of the software model.
|
ProgramElement
A part of the program syntax that carries semantics in the model.
|
Services
this is a collection of common services to the KeY prover.
|
SourceElement
A source element is a piece of syntax.
|
StatementBlock
Statement block.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
JavaProgramElement
Top level implementation of a Java
ProgramElement . |
ProgramElement
A part of the program syntax that carries semantics in the model.
|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
ProgramElement
A part of the program syntax that carries semantics in the model.
|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
ProgramElement
A part of the program syntax that carries semantics in the model.
|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
JavaProgramElement
Top level implementation of a Java
ProgramElement . |
ProgramElement
A part of the program syntax that carries semantics in the model.
|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Expression
Expression
taken from COMPOST and changed to achieve an immutable structure
|
ExpressionContainer
Expression container.
|
JavaNonTerminalProgramElement
Top level implementation of a Java
NonTerminalProgramElement . |
JavaProgramElement
Top level implementation of a Java
ProgramElement . |
JavaSourceElement
Top level implementation of a Java
SourceElement . |
Label |
ModelElement
A semantical part of the software model.
|
NamedModelElement
A model element that carries a name.
|
NamedProgramElement
Named program element.
|
NonTerminalProgramElement
Non terminal program element.
|
PrettyPrinter
A configurable pretty printer for Java source elements originally from COMPOST.
|
ProgramElement
A part of the program syntax that carries semantics in the model.
|
Reference
References are uses of names, variables or members.
|
Services
this is a collection of common services to the KeY prover.
|
SourceElement
A source element is a piece of syntax.
|
Statement
Statement.
|
StatementBlock
Statement block.
|
StatementContainer
Statement container.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Expression
Expression
taken from COMPOST and changed to achieve an immutable structure
|
Label |
Position
The position of a source element, given by its line and column
number.
|
Services
this is a collection of common services to the KeY prover.
|
StatementBlock
Statement block.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Position
The position of a source element, given by its line and column
number.
|
Services
this is a collection of common services to the KeY prover.
|
StatementBlock
Statement block.
|
Class and Description |
---|
Position
The position of a source element, given by its line and column
number.
|
Class and Description |
---|
JavaInfo
an instance serves as representation of a Java model underlying a DL
formula.
|
Label |
Services
this is a collection of common services to the KeY prover.
|
Statement
Statement.
|
StatementBlock
Statement block.
|
Class and Description |
---|
JavaInfo
an instance serves as representation of a Java model underlying a DL
formula.
|
Label |
Position
The position of a source element, given by its line and column
number.
|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
JavaInfo
an instance serves as representation of a Java model underlying a DL
formula.
|
Position
The position of a source element, given by its line and column
number.
|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
ServiceCaches |
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Expression
Expression
taken from COMPOST and changed to achieve an immutable structure
|
PositionInfo
represents a group of three Positions: relativePosition,
startPosition, endPosition
2019-09-10 Wolfram Pfeifer: work with URIs instead of Strings -> more robust, more general
|
Services
this is a collection of common services to the KeY prover.
|
SourceElement
A source element is a piece of syntax.
|
StatementBlock
Statement block.
|
Class and Description |
---|
Expression
Expression
taken from COMPOST and changed to achieve an immutable structure
|
PositionInfo
represents a group of three Positions: relativePosition,
startPosition, endPosition
2019-09-10 Wolfram Pfeifer: work with URIs instead of Strings -> more robust, more general
|
Services
this is a collection of common services to the KeY prover.
|
SourceElement
A source element is a piece of syntax.
|
StatementBlock
Statement block.
|
Class and Description |
---|
Expression
Expression
taken from COMPOST and changed to achieve an immutable structure
|
PositionInfo
represents a group of three Positions: relativePosition,
startPosition, endPosition
2019-09-10 Wolfram Pfeifer: work with URIs instead of Strings -> more robust, more general
|
Services
this is a collection of common services to the KeY prover.
|
SourceElement
A source element is a piece of syntax.
|
StatementBlock
Statement block.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Position
The position of a source element, given by its line and column
number.
|
Services
this is a collection of common services to the KeY prover.
|
Statement
Statement.
|
StatementBlock
Statement block.
|
StatementContainer
Statement container.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Expression
Expression
taken from COMPOST and changed to achieve an immutable structure
|
ProgramElement
A part of the program syntax that carries semantics in the model.
|
Services
this is a collection of common services to the KeY prover.
|
SourceElement
A source element is a piece of syntax.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
SourceElement
A source element is a piece of syntax.
|
Class and Description |
---|
SourceElement
A source element is a piece of syntax.
|
StatementBlock
Statement block.
|
StatementContainer
Statement container.
|
Class and Description |
---|
PositionInfo
represents a group of three Positions: relativePosition,
startPosition, endPosition
2019-09-10 Wolfram Pfeifer: work with URIs instead of Strings -> more robust, more general
|
ProgramElement
A part of the program syntax that carries semantics in the model.
|
Services
this is a collection of common services to the KeY prover.
|
SourceElement
A source element is a piece of syntax.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
PrettyPrinter
A configurable pretty printer for Java source elements originally from COMPOST.
|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
PositionInfo
represents a group of three Positions: relativePosition,
startPosition, endPosition
2019-09-10 Wolfram Pfeifer: work with URIs instead of Strings -> more robust, more general
|
ProgramElement
A part of the program syntax that carries semantics in the model.
|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
SourceElement
A source element is a piece of syntax.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Class and Description |
---|
Services
this is a collection of common services to the KeY prover.
|
Copyright © 2003-2019 The KeY-Project.