JavaCall Struct Reference

#include <java_helper.h>

Public Member Functions

 JavaCall ()
 
 JavaCall (const Char *memberName, const Char *sig, Bool staticCall)
 

Public Attributes

const Char_memberName
 
const Char_sig
 
Bool _static
 

Constructor & Destructor Documentation

◆ JavaCall() [1/2]

JavaCall ( )

◆ JavaCall() [2/2]

JavaCall ( const Char memberName,
const Char sig,
Bool  staticCall 
)

Member Data Documentation

◆ _memberName

const Char* _memberName

◆ _sig

const Char* _sig

◆ _static

Bool _static