1 |
|
---|
2 |
|
---|
3 | BOOL IsVariableTopChar(char c);
|
---|
4 | BOOL IsVariableChar(char c);
|
---|
5 | BOOL IsPtrType(int type);
|
---|
6 | BOOL IsSignedType(int type);
|
---|
7 | BOOL IsNaturalWholeNumberType(int type);
|
---|
8 | BOOL IsWholeNumberType(int type);
|
---|
9 | BOOL IsRealNumberType(int type);
|
---|
10 | BOOL Is64Type(int type);
|
---|
11 | int GetSignedType(int type);
|
---|
12 | int GetUnsignedType(int type);
|
---|
13 | int GetTypeSize(int type,LONG_PTR lpIndex);
|
---|
14 | int GetPtrType(int type);
|
---|
15 | BOOL GetTypeName(int type,LONG_PTR lpIndex,char *name);
|
---|
16 | bool FormatUseProcReturnObject( const char *term, char *procName, char *parameter, CClass::RefType &refType, char *member );
|
---|
17 | BOOL GetVarFormatString(char *buffer,char *array,char *array2,char *NestMember, CClass::RefType &refType );
|
---|
18 | void GetArrayElement( const char *buffer,char *variable,char *array_element);
|
---|
19 | BOOL CheckVarNameError(char *name,int nowLine);
|
---|
20 | int JumpSubScripts(const int *ss);
|
---|
21 | void GetArrange(char *variable,char *variAnswer,int *SubScripts);
|
---|
22 | int GetTypeFromSimpleName(char *variable);
|
---|
23 | bool GetVarType( const char *nameBuffer, Type &resultType, bool isError);
|
---|
24 | bool GetVarOffsetReadOnly(const char *NameBuffer,RELATIVE_VAR *pRelativeVar,Type &resultType,int *pss = NULL );
|
---|
25 | bool GetVarOffsetReadWrite(const char *NameBuffer,RELATIVE_VAR *pRelativeVar,Type &resultType,int *pss = NULL );
|
---|
26 | bool GetDimentionFormat( const char *buffer,
|
---|
27 | char *VarName,
|
---|
28 | int *SubScripts,
|
---|
29 | Type &type,
|
---|
30 | char *InitBuf,
|
---|
31 | char *ConstractParameter );
|
---|
32 | BOOL GetNowStaticVarFullName(char *VarName,char *FullName);
|
---|
33 | void AddGlobalVariable( const char *name,int *SubScripts, const Type &type,char *InitBuf,char *ConstractParameter,DWORD dwFlag);
|
---|
34 | void dim(char *Parameter,DWORD dwFlags);
|
---|
35 | void OpcodeDim(char *Parameter,DWORD dwFlags);
|
---|