interpreter_exports.h File Reference


Detailed Description

Export interfaces provided by the interpreter.

The current DRLVM implementation describes how the interpreter exports its enumeration, stack trace generation and JVMTI support functions via a single method table, to create the Interpreter interface.


Classes

struct  Interpreter
 Interpreter table. More...

Typedefs

typedef FrameHandle FrameHandle

Functions

VMEXPORT Interpreterinterpreter_table ()
 Returns the interpreter table.


Typedef Documentation

typedef struct FrameHandle FrameHandle


Function Documentation

VMEXPORT Interpreter* interpreter_table (  ) 

Returns the interpreter table.

Returns:
The interpreter table.


Genereated on Tue Mar 11 19:25:22 2008 by Doxygen.

(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.