org.jmlspecs.jml4.esc.vc.lang
Class VcArrayAllocationExpression

java.lang.Object
  extended by org.jmlspecs.jml4.esc.vc.lang.VC
      extended by org.jmlspecs.jml4.esc.vc.lang.VcArrayAllocationExpression
All Implemented Interfaces:
java.lang.Comparable

public class VcArrayAllocationExpression
extends VC


Field Summary
 VC[] dims
           
 int[] ids
           
 
Fields inherited from class org.jmlspecs.jml4.esc.vc.lang.VC
EMPTY, NEGLBL, NO_LBL, sourceEnd, sourceStart, type
 
Constructor Summary
VcArrayAllocationExpression(int[] ids, VC[] dims, TypeBinding type, int sourceStart, int sourceEnd)
           
VcArrayAllocationExpression(int[] ids, VC[] dims, TypeBinding type, KindOfAssertion kindOfAssertion, int kindOfLabel, int sourceStart, int sourceEnd, int labelStart)
           
 
Method Summary
 java.lang.String accept(ProverVisitor visitor)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class org.jmlspecs.jml4.esc.vc.lang.VC
acceptAsTerm, addDecl, addDecls, compareTo, decls, declString, endsInImpliesTrue, equals, getName, hasName, isImplication, kindOfAssertion, kindOfLabel, labelStart, markAsImplication, negateLastImplication, setLabel, setName, toStringWithName, visitVarDecls
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ids

public final int[] ids

dims

public final VC[] dims
Constructor Detail

VcArrayAllocationExpression

public VcArrayAllocationExpression(int[] ids,
                                   VC[] dims,
                                   TypeBinding type,
                                   KindOfAssertion kindOfAssertion,
                                   int kindOfLabel,
                                   int sourceStart,
                                   int sourceEnd,
                                   int labelStart)

VcArrayAllocationExpression

public VcArrayAllocationExpression(int[] ids,
                                   VC[] dims,
                                   TypeBinding type,
                                   int sourceStart,
                                   int sourceEnd)
Method Detail

accept

public java.lang.String accept(ProverVisitor visitor)
Specified by:
accept in class VC

hashCode

public int hashCode()
Specified by:
hashCode in class VC

toString

public java.lang.String toString()
Specified by:
toString in class VC