summaryrefslogtreecommitdiff
path: root/Source/Core/AbsyExpr.cs
diff options
context:
space:
mode:
authorGravatar akashlal <unknown>2011-02-08 18:20:56 +0000
committerGravatar akashlal <unknown>2011-02-08 18:20:56 +0000
commitaaeb90e3a343bf0d159dc7d6ae6c86114f9fccf4 (patch)
treea4e512508a26a72cc9308c2aec3dc7c1516942a4 /Source/Core/AbsyExpr.cs
parent3718f4836a0a5d80b07f2e9f41cacbebbf7958fe (diff)
Added a new method StratifiedVC for refinement.
Added a method to copy a FunctionCall.
Diffstat (limited to 'Source/Core/AbsyExpr.cs')
-rw-r--r--Source/Core/AbsyExpr.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Core/AbsyExpr.cs b/Source/Core/AbsyExpr.cs
index 3797d551..8627e31a 100644
--- a/Source/Core/AbsyExpr.cs
+++ b/Source/Core/AbsyExpr.cs
@@ -1941,6 +1941,10 @@ namespace Microsoft.Boogie {
Contract.Invariant(name != null);
}
+ public FunctionCall createUnresolvedCopy()
+ {
+ return new FunctionCall(new IdentifierExpr(name.tok, name.Name, name.Type));
+ }
public AI.IFunctionSymbol/*!*/ AIFunctionSymbol {
get {