"

2013 FRC Java API

"

com.sun.squawk.compiler
Interface Linker


public interface Linker

Link the results of a Compiler compilation.


Method Summary
 void addSymbol(String symbol, int address)
           
 byte[] link(int targetAddress)
           
 void print()
           
 byte[] relocate(int targetAddress)
           
 byte[] relocate(String name, int targetAddress)
           
 

Method Detail

addSymbol

void addSymbol(String symbol,
               int address)

relocate

byte[] relocate(int targetAddress)

relocate

byte[] relocate(String name,
                int targetAddress)

link

byte[] link(int targetAddress)

print

void print()

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"