public BoogieBoundVariable(Microsoft.Boogie.Variable boogieVariable, IType type)
        {
            Debug.Assert(boogieVariable != null);

            this.boogieVariable = boogieVariable;
            this.type           = type;
        }
Example #2
0
 public abstract string getVarUName(Microsoft.Boogie.Variable v);