public class PostWork extends ProgramTransformer
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
POST_WORK |
private boolean |
schema
Whether this transformer is used schematically (i.e., in taclets).
|
| Constructor and Description |
|---|
PostWork(ProgramVariable pv)
Used to create this Java statement programmatically.
|
PostWork(SchemaVariable newObjectSV) |
| Modifier and Type | Method and Description |
|---|---|
ProgramElement[] |
transform(ProgramElement pe,
Services services,
SVInstantiations svInst)
performs the program transformation needed for symbolic program
transformation
|
body, getChildAt, getChildCount, getDimensions, getExpressionAt, getExpressionCount, getKeYJavaType, getKeYJavaType, getKeYJavaType, getLastElement, getName, getPackageReference, getProgramElementName, getReferencePrefix, getStatementAt, getStatementCount, getTypeReferenceAt, getTypeReferenceCount, name, neededInstantiations, needs, prettyPrint, setReferencePrefix, toString, visitcompatibleBlockSize, computeHashCode, equals, equalsModRenaming, getArrayPos, match, matchChildrengetComments, hashCode, prettyPrintMain, reuseSignaturegetEndPosition, getFirstElement, getFirstElementIncludingBlocks, getParentClass, getPositionInfo, getRelativePosition, getStartPosition, setParentClass, toSource, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetComments, matchprivate static final java.lang.String POST_WORK
private final boolean schema
public PostWork(SchemaVariable newObjectSV)
public PostWork(ProgramVariable pv)
pv - The ProgramVariablepublic ProgramElement[] transform(ProgramElement pe, Services services, SVInstantiations svInst)
transform in class ProgramTransformerpe - the ProgramElement on which the execution is performedservices - the Services with all necessary information
about the java programssvInst - the instantiations of the schemavariables