JavaScope(JavaContext &context, int capacity)
Construct a new JavaScope for the given JavaContext and local reference capacity. ...
Definition: JavaScope.h++:62
void popLocalFrame()
Destroy the topmost local reference frame.
Definition: JavaContext.c++:1827
When the Invocation Interface is being used (that is, when a C++ program calls into Java code)...
Definition: JavaContext.h++:67
void pushLocalFrame(uint_t capacity=8)
Create a new local reference frame.
Definition: JavaContext.c++:1816