com.sun.squawk
Class FullMethodMetadata
java.lang.Object
   com.sun.squawk.MethodMetadata
com.sun.squawk.MethodMetadata
       com.sun.squawk.FullMethodMetadata
com.sun.squawk.FullMethodMetadata
- public final class FullMethodMetadata 
- extends MethodMetadata
A FullMethodMetadata instance represents the even less frequently used information
 about a method body. This includes the information found in the JVM
 LocalVariableTable class file attributes.
 
 
 
getLocalVariableTable
public ScopedLocalVariable[] getLocalVariableTable()
- Gets a table describing the scope, name and type of each local variable
 in the method.
 
- 
- Overrides:
- getLocalVariableTablein class- MethodMetadata
 
- 
- Returns:
- the local variable table or null if there is no local variable
         information for the method
 
"For updated information see the Java FRC site"