|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.mit.csail.sdg.alloy4compiler.translator.A4Tuple
public final class A4Tuple
Immutable; represents a single Alloy tuple; comparison is by identity rather than by value.
Method Summary | |
---|---|
int |
arity()
Returns the arity. |
java.lang.String |
atom(int i)
Returns the i-th atom in this Tuple. |
Sig.PrimSig |
sig(int i)
Return the most-specific-sig for the i-th atom in this Tuple. |
java.lang.String |
toString()
Prints a human-readable description of this Tuple. |
Type |
type()
Returns the type constructed by taking the product for each sig in this tuple. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int arity()
public Type type()
public java.lang.String atom(int i)
public Sig.PrimSig sig(int i)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |