Method |
Description |
|
CCE ( string conversion, CodeTypeReference parameters, System.CodeDom.CodeExpression invokeExpression, bool env ) : CodeMethodInvokeExpression |
|
|
CEEC2J ( string prefix, GType paramType, System.CodeDom.CodeExpression invokeExpression ) : CodeMethodInvokeExpression |
|
|
CEEJ2C ( GType paramType, System.CodeDom.CodeExpression invokeExpression, bool param ) : CodeMethodInvokeExpression |
|
|
CreateConversionExpressionC2J ( GType paramType, System.CodeDom.CodeExpression invokeExpression ) : CodeMethodInvokeExpression |
|
|
CreateConversionExpressionC2JParam ( GType paramType, System.CodeDom.CodeExpression invokeExpression ) : CodeMethodInvokeExpression |
|
|
CreateConversionExpressionJ2C ( GType paramType, System.CodeDom.CodeExpression invokeExpression ) : CodeMethodInvokeExpression |
|
|
CreateConversionExpressionJ2CParam ( GType paramType, System.CodeDom.CodeExpression invokeExpression ) : CodeMethodInvokeExpression |
|
|
GenerateCallJ2C ( CodeMemberMethod tgtMethod, GMethod method ) : void |
|
|
GenerateCallParamsJ2C ( GMethod method ) : List |
|
|
GenerateCallStatementC2J ( GMethod method, System.CodeDom.CodeExpression invokeExpression ) : CodeStatement |
|
|
GenerateEndFrameC2J ( CodeStatementCollection tgtStatements ) : void |
|
|
GenerateGetEnvC2J ( GMethod method, CodeStatementCollection tgtStatements ) : void |
|
|
GenerateGetEnvJ2C ( CodeMemberMethod tgtMethod ) : void |
|
|
GenerateInvokeExpressionC2J ( GMethod method, string uName ) : CodeMethodInvokeExpression |
|
|
GenerateMethodCallEpilogJ2C ( CodeMemberMethod tgtMethod, GMethod method ) : void |
|
|
GenerateMethodCallPrologJ2C ( CodeMemberMethod tgtMethod, GMethod method ) : void |
|
|
GenerateMethodIdFieldC2J ( GMethod method, CodeTypeDeclaration tgtType, string uName ) : void |
|
|
GenerateMethodJ2C ( GMethod method, CodeTypeDeclaration tgtType, string uName ) : void |
|
|
GenerateMethodParamsJ2C ( CodeMemberMethod tgtMethod, GMethod method ) : void |
|
|
GenerateMethodRegC2J ( GMethod method, string uName ) : void |
|
|
GenerateMethodRegistrationJ2C ( GMethod method, string uName ) : void |
|
|
GenerateNamespace ( ) : string |
Compile unit |
|
GenerateProxyMethodsC2J ( CodeTypeDeclaration tgtType ) : void |
|
|
GetCallNameC2J ( GMethod method ) : string |
|
|
GetExpressionsC2J ( GMethod method, string uName ) : System.CodeDom.CodeExpression[] |
|
|