| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Method | |
|---|---|
| com.sun.squawk | Provides classes for low level interactions with the Squawk VM. | 
| Uses of Method in com.sun.squawk | 
|---|
| Methods in com.sun.squawk that return Method | |
|---|---|
|  Method | MethodBody.getDefiningMethod()Gets the class that defined this method. | 
|  Method | ExecutionPoint.getMethod()Return the high-level Method object for the (low-level) method refered to by this ExecutionPoint. | 
|  Method | Klass.getMethod(int index,
          boolean isStatic)Gets a method declared by this class based on a given method table index. | 
|  Method | Klass.lookupMethod(String name,
             Klass[] parameterTypes,
             Klass returnType,
             Klass currentClass,
             boolean isStatic)Finds the Methodobject representing a method in
 this class's hierarchy. | 
|  Method | Klass.lookupVirtualMethod(int offset)Finds the Methodobject representing a method in
 this class, given an index in the vtable. | 
| Methods in com.sun.squawk with parameters of type Method | |
|---|---|
| static String | DebuggerSupport.getJNISignature(Method method)Gets the JNI signature of a method's parameters and return type. | 
|  Object | Klass.getMethodObject(Method method)Gets the bytecode array for the given Method object | 
| Constructors in com.sun.squawk with parameters of type Method | |
|---|---|
| MethodBody(Method definingMethod,
           int maxStack,
           Klass[] locals,
           ExceptionHandler[] exceptionTable,
           int[] lnt,
           ScopedLocalVariable[] lvt,
           byte[] code,
           byte[] typeMap,
           boolean reverseParameters,
           boolean inlinedSuperConstructor)Creates a MethodBodyrepresenting the implementation details
 of a method. | |
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||