"

2013 FRC Java API

"

Uses of Class
com.sun.squawk.ScopedLocalVariable

Packages that use ScopedLocalVariable
com.sun.squawk Provides classes for low level interactions with the Squawk VM. 
 

Uses of ScopedLocalVariable in com.sun.squawk
 

Methods in com.sun.squawk that return ScopedLocalVariable
 ScopedLocalVariable[] FullMethodMetadata.getLocalVariableTable()
          Gets a table describing the scope, name and type of each local variable in the method.
 ScopedLocalVariable[] Method.getLocalVariableTable()
          Gets a table describing the scope, name and type of each local variable in the method.
 ScopedLocalVariable[] MethodMetadata.getLocalVariableTable()
          Gets a table describing the scope, name and type of each local variable in the method.
 

Constructors in com.sun.squawk with parameters of type ScopedLocalVariable
MethodBody(Method definingMethod, int maxStack, Klass[] locals, ExceptionHandler[] exceptionTable, int[] lnt, ScopedLocalVariable[] lvt, byte[] code, byte[] typeMap, boolean reverseParameters, boolean inlinedSuperConstructor)
          Creates a MethodBody representing the implementation details of a method.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"