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

java.lang.Object
  extended by org.jmlspecs.jml4.esc.vc.lang.VC
      extended by org.jmlspecs.jml4.esc.vc.lang.VcThisReference
All Implemented Interfaces:
java.lang.Comparable
Direct Known Subclasses:
VcSuperReference

public class VcThisReference
extends VC


Field Summary
 
Fields inherited from class org.jmlspecs.jml4.esc.vc.lang.VC
EMPTY, NEGLBL, NO_LBL, sourceEnd, sourceStart, type
 
Constructor Summary
VcThisReference(TypeBinding type, int sourceStart, int sourceEnd)
           
VcThisReference(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
 

Constructor Detail

VcThisReference

public VcThisReference(TypeBinding type,
                       KindOfAssertion kindOfAssertion,
                       int kindOfLabel,
                       int sourceStart,
                       int sourceEnd,
                       int labelStart)

VcThisReference

public VcThisReference(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