Simple Machine

ISA
Class AbstractISA.ConstantField

java.lang.Object
  extended by ISA.AbstractISA.SimpleField
      extended by ISA.AbstractISA.ConstantField
All Implemented Interfaces:
AbstractISA.InsLayout
Enclosing class:
AbstractISA

protected class AbstractISA.ConstantField
extends AbstractISA.SimpleField

A field that is always assigned a constant value.


Constructor Summary
AbstractISA.ConstantField(int aLength, java.lang.String aMacFormat, java.lang.String anAsmFormat, java.lang.String aDscFormat, int aValue)
           
 
Method Summary
 
Methods inherited from class ISA.AbstractISA.SimpleField
byteLength, getFirstFieldForClass, getOffsetTo, getValue, getValue, length, toAsm, toDsc, toMac
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractISA.ConstantField

public AbstractISA.ConstantField(int aLength,
                                 java.lang.String aMacFormat,
                                 java.lang.String anAsmFormat,
                                 java.lang.String aDscFormat,
                                 int aValue)

Simple Machine