CSharp module. Neil Cawse version.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4421 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
67ab95ab49
commit
5e63459fd9
2 changed files with 2017 additions and 838 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -1,60 +0,0 @@
|
|||
/*******************************************************************************
|
||||
* Simplified Wrapper and Interface Generator (SWIG)
|
||||
*
|
||||
* Please read the file LICENSE for the copyright and terms by which SWIG
|
||||
* can be used and distributed.
|
||||
*******************************************************************************/
|
||||
|
||||
/**************************************************************************
|
||||
* $Header$
|
||||
*
|
||||
* csharp.h
|
||||
*
|
||||
* Header file for CSharp (C#) module.
|
||||
*
|
||||
* Warning : this work is in progress and for test only.
|
||||
*
|
||||
**************************************************************************/
|
||||
|
||||
/*******************************************************************************
|
||||
* C# (csharp) head file, csharp.h
|
||||
*
|
||||
* Written by Songyan Feng (Tiger)
|
||||
*
|
||||
* Department of Computer Science
|
||||
* University of Chicago
|
||||
* 1100 E 58th Street
|
||||
* Chicago, IL 60637
|
||||
* songyanf@cs.uchicago.edu
|
||||
*
|
||||
*
|
||||
*******************************************************************************/
|
||||
|
||||
class CSHARP : public Language {
|
||||
protected:
|
||||
void add_method(char *name, char *function, int kw);
|
||||
String *csharpcode(String *code, const String *indent);
|
||||
public :
|
||||
// Don't change any of this
|
||||
virtual void main(int, char *argv[]);
|
||||
virtual int top(Node *);
|
||||
virtual int functionWrapper(Node *);
|
||||
virtual int constantWrapper(Node *);
|
||||
virtual int variableWrapper(Node *);
|
||||
virtual int nativeWrapper(Node *);
|
||||
|
||||
virtual int membervariableHandler(Node *);
|
||||
virtual int memberconstantHandler(Node *);
|
||||
virtual int memberfunctionHandler(Node *);
|
||||
virtual int constructorHandler(Node *);
|
||||
virtual int destructorHandler(Node *);
|
||||
virtual int classHandler(Node *);
|
||||
virtual int classforwardDeclaration(Node *);
|
||||
|
||||
virtual int insertDirective(Node *);
|
||||
virtual void import_start(char *);
|
||||
virtual void import_end();
|
||||
|
||||
};
|
||||
|
||||
#define PYSHADOW_MEMBER 0x2
|
||||
Loading…
Add table
Add a link
Reference in a new issue