| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.squawk.compiler.MethodMap
public class MethodMap
Oopmap table.
| Constructor Summary | |
|---|---|
| MethodMap()The constructor. | |
| Method Summary | |
|---|---|
|  byte[] | getLocalOopMap()Get an oopmap for the local variables. | 
|  int | getLocalSlotCount()Get the count of locals allocaed. | 
|  byte[] | getParameterOopMap()Get an oopmap for the parameter variables. | 
|  int | getParameterSlotCount()Get the count of parameters allocaed. | 
|  void | setup(int localSlotCount,
      byte[] localOopMap,
      int parameterSlotCount,
      byte[] parameterOopMap)Set the contants of the method map from the code generator. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public MethodMap()
| Method Detail | 
|---|
public void setup(int localSlotCount,
                  byte[] localOopMap,
                  int parameterSlotCount,
                  byte[] parameterOopMap)
public int getLocalSlotCount()
public byte[] getLocalOopMap()
public int getParameterSlotCount()
public byte[] getParameterOopMap()
| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||