erjang
Class ETuple4

java.lang.Object
  extended by erjang.EObject
      extended by erjang.ETuple
          extended by erjang.ETuple4
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable<EObject>

public class ETuple4
extends ETuple


Field Summary
 EObject elem1
           
 EObject elem2
           
 EObject elem3
           
 EObject elem4
           
 
Fields inherited from class erjang.EObject
CMP_ORDER_ATOM, CMP_ORDER_BITSTRING, CMP_ORDER_ERJANG_INTERNAL, CMP_ORDER_FUN, CMP_ORDER_LIST, CMP_ORDER_NUMBER, CMP_ORDER_PID, CMP_ORDER_PORT, CMP_ORDER_REFERENCE, CMP_ORDER_TUPLE
 
Constructor Summary
ETuple4()
           
 
Method Summary
 int arity()
           
 ETuple4 blank()
           
static ETuple4 cast(ETuple value)
           
 EObject elm(int i)
           
 void set(int i, EObject term)
           
 
Methods inherited from class erjang.ETuple
bad_nth, clone, compileMatch, emit_const, equals, get_tuple_class, hashCode, make, make, match, read, setelement, testTuple, toString
 
Methods inherited from class erjang.EObject
add, add, add, add, asInt, band, band, band, bnot, bor, bor, bor, bsl, bsl, bsr, bxor, bxor, bxor, collectCharList, collectIOList, compareTo, cons, divide, divide, equals, equalsExactly, ge, idiv, idiv, irem, irem, isBoolean, isNil, multiply, multiply, multiply, multiply, negate, subtract, subtract, testAtom, testBigString, testBinary, testBinMatchState, testBitString, testBoolean, testCons, testFloat, testFunction, testFunction2, testHandle, testInteger, testInternalPID, testInternalPort, testNil, testNonEmptyList, testNumber, testPID, testPort, testPortControl, testReference, testSeq, testSmall, testString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

elem1

public EObject elem1

elem2

public EObject elem2

elem3

public EObject elem3

elem4

public EObject elem4
Constructor Detail

ETuple4

public ETuple4()
Method Detail

cast

public static ETuple4 cast(ETuple value)

blank

public ETuple4 blank()
Specified by:
blank in class ETuple

arity

public int arity()
Specified by:
arity in class ETuple

elm

public EObject elm(int i)
Specified by:
elm in class ETuple

set

public void set(int i,
                EObject term)
Specified by:
set in class ETuple


TBD erjang license note