HyperView2.959 banner Documentation
 
public class ClassFieldLink extends Linkable  implements
 ExternalizerConstants

String name;      // Name of field
                  // Top 3 bits is addressing mode
                  // bottom 5 bits is field type
byte type;        // Address mode    -> 0110 0000
                  // Encrytion Enable-> 1000 0000
                  // Type            -> 0001 1111
int arrayLength0; //  1D array
int arrayLength1; //  2D array
int arrayLength2; //  3D array
                  //------------

Constructors
ClassFieldLink()

ClassFieldLink(byte tType)


ClassFieldLink(int tType)

ClassFieldLink(int tType,String tName)

ClassFieldLink(int tType,int tLength)

ClassFieldLink(int tType,int tWidth,int tHeight)

ClassFieldLink(int tType,int tWidth,int tHeight,int tDepth)