|
" 2013 FRC Java API " |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodMetadata | |
|---|---|
| com.sun.squawk | Provides classes for low level interactions with the Squawk VM. |
| Uses of MethodMetadata in com.sun.squawk |
|---|
| Subclasses of MethodMetadata in com.sun.squawk | |
|---|---|
class |
FullMethodMetadata
A FullMethodMetadata instance represents the even less frequently used information
about a method body. |
| Methods in com.sun.squawk that return MethodMetadata | |
|---|---|
MethodMetadata |
MethodBody.getMetadata()
Gets the debug information (if any) pertaining to this method body. |
| Methods in com.sun.squawk with parameters of type MethodMetadata | |
|---|---|
static int |
MethodMetadata.binarySearch(MethodMetadata[] a,
int keyOffset)
Search through the array of MethodMetadata looking for the metadata for the method with vtable/stable index keyOffset. |
|
" 2013 FRC Java API " |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||