"

2013 FRC Java API

"

com.sun.squawk
Class FullMethodMetadata

java.lang.Object
  extended by com.sun.squawk.MethodMetadata
      extended by 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.


Method Summary
 ScopedLocalVariable[] getLocalVariableTable()
          Gets a table describing the scope, name and type of each local variable in the method.
 
Methods inherited from class com.sun.squawk.MethodMetadata
binarySearch, getLineNumberTable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLocalVariableTable

public ScopedLocalVariable[] getLocalVariableTable()
Gets a table describing the scope, name and type of each local variable in the method.

Overrides:
getLocalVariableTable in class MethodMetadata
Returns:
the local variable table or null if there is no local variable information for the method

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"