2010 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[] 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.
 ScopedLocalVariable[] FullMethodMetadata.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, Class[] 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.
 


2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.