"

2013 FRC Java API

"

com.sun.squawk.compiler
Interface Label


public interface Label

Label in the Compiler interface.


Method Summary
 int getOffset()
          Get the offset to the label in the code buffer.
 boolean isBound()
          Test to see if the label has been bound.
 

Method Detail

isBound

boolean isBound()
Test to see if the label has been bound.

Returns:
true if it is

getOffset

int getOffset()
Get the offset to the label in the code buffer.

Returns:
the offset in bytes

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"