Table of Contents

Class AllPackageClasses.ClassStub.MethodStub

Namespace
MASES.JNet.Reflector.Templates
Assembly
MASES.JNetReflector.dll
public class AllPackageClasses.ClassStub.MethodStub
Inheritance
AllPackageClasses.ClassStub.MethodStub
Inherited Members

Fields

ACTION_LISTENER_EXECUTION_HANDLER_FORMAT

public static readonly string ACTION_LISTENER_EXECUTION_HANDLER_FORMAT

Field Value

string

BLOCK_LISTENER_HANDLER_FORMAT

public static readonly string BLOCK_LISTENER_HANDLER_FORMAT

Field Value

string

DECORATION

public const string DECORATION = "METHOD_STUB_METHOD_DECORATION_PLACEHOLDER"

Field Value

string

DEFAULT_DECORATION

public static readonly string DEFAULT_DECORATION

Field Value

string

EXECUTION

public const string EXECUTION = "METHOD_STUB_EXECUTION_PLACEHOLDER"

Field Value

string

EXECUTION_FORMAT

public const string EXECUTION_FORMAT = "{0}{1}{2}(\"{3}\"{4}{5});"

Field Value

string

EXECUTION_FORMAT_EXCEPTION

public const string EXECUTION_FORMAT_EXCEPTION = "var obj = {0}<MASES.JCOBridge.C2JBridge.JVMInterop.IJavaObject>(\"{1}\"{2}{3}); return MASES.JCOBridge.C2JBridge.JVMBridgeException.New<{4}>(obj);"

Field Value

string

EXTEND_EXCEPTIONS

public const string EXTEND_EXCEPTIONS = "METHOD_STUB_EXTEND_EXCEPTIONS_PLACEHOLDER"

Field Value

string

FUNC_LISTENER_EXECUTION_HANDLER_FORMAT

public static readonly string FUNC_LISTENER_EXECUTION_HANDLER_FORMAT

Field Value

string

HELP

public const string HELP = "METHOD_STUB_METHOD_HELP_PLACEHOLDER"

Field Value

string

HELP_EXCEPTION_DECORATION

public const string HELP_EXCEPTION_DECORATION = "/// <exception cref=\"{0}\"/>"

Field Value

string

HELP_PARAM_DECORATION

public const string HELP_PARAM_DECORATION = "/// <param name=\"{0}\">{1}</param>"

Field Value

string

HELP_PARAM_SEE_DECORATION

public const string HELP_PARAM_SEE_DECORATION = "<see cref=\"{0}\"/>"

Field Value

string

HELP_PARAM_TYPEPARAMREF_DECORATION

public const string HELP_PARAM_TYPEPARAMREF_DECORATION = "<typeparamref name=\"{0}\"/>"

Field Value

string

HELP_REMARK_DEFAULT_METHOD

public const string HELP_REMARK_DEFAULT_METHOD = "/// <remarks>The method invokes the default implementation in the JVM interface</remarks>"

Field Value

string

HELP_REMARK_HANDLER_WITH_DEFAULT

public const string HELP_REMARK_HANDLER_WITH_DEFAULT = "/// <remarks>The method invokes the default implementation in the JVM interface using <see cref=\"{0}\"/>; override the method to implement a different behavior</remarks>"

Field Value

string

HELP_REMARK_STATIC_METHOD

public const string HELP_REMARK_STATIC_METHOD = "/// <remarks>The method invokes the static implementation in the JVM interface</remarks>"

Field Value

string

HELP_RETURN_DECORATION

public const string HELP_RETURN_DECORATION = "/// <returns>{0}</returns>"

Field Value

string

HELP_TYPEPARAM_DECORATION

public const string HELP_TYPEPARAM_DECORATION = "/// <typeparam name=\"{0}\">{1}</typeparam>"

Field Value

string

INSTANCE_EXECUTE

public const string INSTANCE_EXECUTE = "IExecute"

Field Value

string

LISTENER_EXECUTION

public const string LISTENER_EXECUTION = "METHOD_STUB_LISTENER_EXECUTION_PLACEHOLDER"

Field Value

string

LISTENER_EXECUTION_TYPE

public const string LISTENER_EXECUTION_TYPE = "METHOD_STUB_LISTENER_EXECUTION_TYPE_PLACEHOLDER"

Field Value

string

LISTENER_HANDLER_EXECUTION

public const string LISTENER_HANDLER_EXECUTION = "METHOD_STUB_LISTENER_HANDLER_EXECUTION_PLACEHOLDER"

Field Value

string

LISTENER_HANDLER_NAME

public const string LISTENER_HANDLER_NAME = "METHOD_STUB_LISTENER_HANDLER_NAME_PLACEHOLDER"

Field Value

string

MODIFIER

public const string MODIFIER = "METHOD_STUB_MODIFIER_PLACEHOLDER"

Field Value

string

NAME

public const string NAME = "METHOD_STUB_METHOD_NAME_PLACEHOLDER"

Field Value

string

OBSOLETE_DECORATION

public const string OBSOLETE_DECORATION = "[global::System.Obsolete()]"

Field Value

string

PARAMETERS

public const string PARAMETERS = "METHOD_STUB_PARAMETERS_PLACEHOLDER"

Field Value

string

RETURNTYPE

public const string RETURNTYPE = "METHOD_STUB_RETURN_TYPE_PLACEHOLDER"

Field Value

string

SIGNATURE_EXECUTE_TRAILER

public const string SIGNATURE_EXECUTE_TRAILER = "WithSignature"

Field Value

string

SINGLE_ARRAY_EXECUTION_FORMAT

public const string SINGLE_ARRAY_EXECUTION_FORMAT = "new object[] {{ {0} }}"

Field Value

string

SINGLE_LISTENER_HANDLER_FORMAT

public const string SINGLE_LISTENER_HANDLER_FORMAT = "    AddEventHandler(\"{0}\", new global::System.EventHandler<CLRListenerEventArgs<CLREventData<MASES.JNet.Specific.JNetEventResult>>>(METHOD_STUB_LISTENER_HANDLER_NAME_PLACEHOLDEREventHandler));"

Field Value

string

STATIC_EXECUTE

public const string STATIC_EXECUTE = "SExecute"

Field Value

string

STATIC_EXECUTION_FORMAT

public const string STATIC_EXECUTION_FORMAT = "{0}{1}{2}(LocalBridgeClazz, \"{3}\"{4}{5});"

Field Value

string

STATIC_EXECUTION_FORMAT_EXCEPTION

public const string STATIC_EXECUTION_FORMAT_EXCEPTION = "var obj = {0}<MASES.JCOBridge.C2JBridge.JVMInterop.IJavaObject>(LocalBridgeClazz, \"{1}\"{2}{3}); return MASES.JCOBridge.C2JBridge.JVMBridgeException.New<{4}>(obj);"

Field Value

string

SUPERINTERFACE_TYPED_ADAPTER_EXECUTION_FORMAT

public static string SUPERINTERFACE_TYPED_ADAPTER_EXECUTION_FORMAT

Field Value

string

SUPERINTERFACE_TYPED_DEFAULT_EXECUTION_FORMAT

public static string SUPERINTERFACE_TYPED_DEFAULT_EXECUTION_FORMAT

Field Value

string

SUPERINTERFACE_TYPED_LISTENER_BASE_EXECUTION_FORMAT

public const string SUPERINTERFACE_TYPED_LISTENER_BASE_EXECUTION_FORMAT = "return super.{0}({1});"

Field Value

string

SUPERINTERFACE_TYPED_LISTENER_EXECUTION_FORMAT

public const string SUPERINTERFACE_TYPED_LISTENER_EXECUTION_FORMAT = "return {0}.super.{1}({2});"

Field Value

string

SUPERINTERFACE_VOID_ADAPTER_EXECUTION_FORMAT

public static string SUPERINTERFACE_VOID_ADAPTER_EXECUTION_FORMAT

Field Value

string

SUPERINTERFACE_VOID_DEFAULT_EXECUTION_FORMAT

public static string SUPERINTERFACE_VOID_DEFAULT_EXECUTION_FORMAT

Field Value

string

SUPERINTERFACE_VOID_LISTENER_BASE_EXECUTION_FORMAT

public const string SUPERINTERFACE_VOID_LISTENER_BASE_EXECUTION_FORMAT = "super.{0}({1});"

Field Value

string

SUPERINTERFACE_VOID_LISTENER_EXECUTION_FORMAT

public const string SUPERINTERFACE_VOID_LISTENER_EXECUTION_FORMAT = "{0}.super.{1}({2});"

Field Value

string

TYPED_LISTENER_EXECUTION_FORMAT

public static string TYPED_LISTENER_EXECUTION_FORMAT

Field Value

string

VOID_LISTENER_EXECUTION_FORMAT

public static string VOID_LISTENER_EXECUTION_FORMAT

Field Value

string

WHERECLAUSES

public const string WHERECLAUSES = "METHOD_STUB_WHERECLAUSES_PLACEHOLDER"

Field Value

string