public class ExecCtxtSVWrapper extends ExecutionContext implements KeYRecoderExtension, SVWrapper
ProgramElement.TreeStructureSourceElement.Position| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
(package private) SchemaVariable |
sv |
commentsfactorySTRUCTURAL_EQUALITY, STRUCTURAL_HASH_CODE| Constructor and Description |
|---|
ExecCtxtSVWrapper(SchemaVariable sv) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(SourceVisitor v) |
ExecutionContext |
deepClone() |
SourceElement |
getFirstElement() |
SchemaVariable |
getSV()
returns the schema variable of this type sv wrapper
|
void |
setSV(SchemaVariable sv)
sets the schema variable of sort label
|
getASTParent, getChildAt, getChildCount, getChildPositionCode, getExpressionAt, getExpressionCount, getMethodContext, getRuntimeInstance, getTypeReference, getTypeReferenceAt, getTypeReferenceCount, makeParentRoleValid, prettyPrint, replaceChild, setParentgetIndexOfChild, getIndexOfChild, getRoleOfChild, makeAllParentRolesValid, validateAllgetComments, setComments, validategetEndPosition, getFactory, getLastElement, getRelativePosition, getStartPosition, setEndPosition, setRelativePosition, setStartPosition, toSourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIndexOfChild, getIndexOfChild, getRoleOfChild, makeAllParentRolesValid, validateAllgetComments, setCommentsgetEndPosition, getFactory, getLastElement, getRelativePosition, getStartPosition, setEndPosition, setRelativePosition, setStartPosition, toSourcevalidateprivate static final long serialVersionUID
SchemaVariable sv
public ExecCtxtSVWrapper(SchemaVariable sv)
public void setSV(SchemaVariable sv)
public SchemaVariable getSV()
public SourceElement getFirstElement()
getFirstElement in interface SourceElementgetFirstElement in class JavaSourceElementpublic ExecutionContext deepClone()
deepClone in interface SourceElementdeepClone in class ExecutionContextpublic void accept(SourceVisitor v)
accept in interface SourceElementaccept in class ExecutionContext