메소드 |
설명 |
|
BeDropMethodType ( MethodInfo md ) : bool |
|
|
BeginCodeGen ( ) : void |
|
|
BeginTry ( ) : void |
|
|
CallOpFunction ( string name, int count, string ret ) : void |
|
|
CheckObject ( string head, Type type, string className, int pos ) : void |
|
|
CheckObjectNull ( ) : void |
|
|
Compare ( MethodBase lhs, MethodBase rhs ) : int |
|
|
CompareMethod ( MethodBase l, MethodBase r ) : int |
|
|
CompareParmsCount ( MethodBase l, MethodBase r ) : bool |
|
|
DefaultConstruct ( ) : void |
|
|
EndCodeGen ( string dir ) : void |
|
|
EndTry ( ) : void |
|
|
GenBaseOpFunction ( List list ) : void |
|
|
GenConstructFunction ( ) : void |
|
|
GenDelegateBody ( StringBuilder sb, Type t, string head, bool hasSelf = false ) : void |
|
|
GenEnum ( ) : void |
|
|
GenEventFunctions ( ) : void |
|
|
GenFunction ( MethodInfo m ) : void |
|
|
GenFunctions ( ) : void |
|
|
GenGetEventStr ( string varName, Type varType ) : void |
|
|
GenGetFieldStr ( string varName, Type varType, bool isStatic, bool isByteBuffer, bool beOverride = false ) : void |
|
|
GenIndexFunc ( ) : void |
|
|
GenItemPropertyFunction ( ) : void |
|
|
GenLuaFunctionRetValue ( StringBuilder sb, Type t, string head, string name, bool beDefined = false ) : void |
|
|
GenNewIndexFunc ( ) : void |
|
|
GenOutFunction ( ) : void |
|
|
GenParamTypes ( ParameterInfo p, MethodBase mb ) : string |
|
|
GenPushStr ( Type t, string arg, string head, bool isByteBuffer = false ) : void |
|
|
GenRegisterEventTypes ( ) : void |
|
|
GenRegisterFuncItems ( ) : void |
|
|
GenRegisterFunction ( ) : void |
|
|
GenRegisterOpItems ( ) : void |
|
|
GenRegisterVariables ( ) : void |
|
|
GenSetEventStr ( string varName, Type varType, bool isStatic ) : void |
|
|
GenSetFieldStr ( string varName, Type varType, bool isStatic, bool beOverride = false ) : void |
|
|
GetCountStr ( int count ) : string |
|
|
GetDefaultDelegateBody ( MethodInfo md ) : string |
|
|
GetDelegateParams ( MethodInfo mi ) : string |
|
|
GetDelegateTypeFromMethodParams ( MethodInfo m ) : void |
|
|
GetGenericBaseType ( MethodBase md, Type t ) : Type |
|
|
GetGenericNameSpace ( Type t, string &libName ) : string |
|
|
GetMethodName ( MethodInfo md ) : string |
|
|
GetMethodType ( MethodBase md, PropertyInfo &pi ) : int |
|
|
GetOp ( string name ) : MetaOp |
|
|
GetOptionalParamPos ( ParameterInfo infos ) : int |
|
|
GetPushFunction ( Type t, bool isByteBuffer = false ) : string |
|
|
GetRefBaseType ( Type argType ) : Type |
|
|
GetReturnValue ( Type t ) : string |
|
|
GetTypeOf ( Type t, string sep ) : string |
|
|
HasDecimal ( ParameterInfo pi ) : bool |
|
|
HasOptionalParam ( ParameterInfo infos ) : bool |
|
|
InitCtorList ( ) : void |
|
|
InitMethods ( ) : void |
|
|
InitPropertyList ( ) : void |
|
|
IsExtendFunction ( MethodBase mb ) : bool |
|
|
IsGenericConstraintType ( Type t ) : bool |
|
|
IsGenericConstraints ( Type constraints ) : bool |
|
|
IsGenericMethod ( MethodInfo md ) : bool |
|
|
IsGenericType ( MethodInfo md, Type t ) : bool |
|
|
IsItemThis ( PropertyInfo info ) : bool |
|
|
IsNeedOp ( string name ) : bool |
|
|
IsNumberEnum ( Type t ) : bool |
|
|
IsParams ( ParameterInfo param ) : bool |
|
|
IsThisArray ( MethodInfo md, int count ) : bool |
|
|
ProcessArg ( Type varType, string head, string arg, int stackPos, bool beCheckTypes = false, bool beParams = false, bool beOutArg = false ) : void |
|
|
ProcessEditorExtend ( Type extendType, List list ) : void |
|
|
ProcessExtendType ( Type extendType, List list, List extendList ) : void |
|
|
ProcessExtends ( List list ) : void |
|
|
ProcessParams ( MethodBase md, int tab, bool beConstruct, bool beCheckTypes = false ) : int |
|
|
Push ( List list, MethodInfo r ) : void |
|
|
RemoveChar ( string str, char c ) : string |
|
|
SaveFile ( string file ) : void |
|
|
ToLuaExport ( ) : System |
|
|
ToObject ( string head, Type type, string className, int pos ) : void |
|
|