anvil.codec
Class Source.Entry

java.lang.Object
  |
  +--anvil.codec.Source.Entry
Direct Known Subclasses:
Source.Entry4
Enclosing class:
Source

protected static class Source.Entry
extends java.lang.Object


Field Summary
protected  int _address
           
protected  int _index
           
 
Constructor Summary
Source.Entry(int a, int i)
           
 
Method Summary
 void bind(Code code)
           
 void bind(Code code, int address)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_address

protected int _address

_index

protected int _index
Constructor Detail

Source.Entry

public Source.Entry(int a,
                    int i)
Method Detail

bind

public void bind(Code code)

bind

public void bind(Code code,
                 int address)