MSExpr Type
AST for Microsoft mangled expressions.
Union cases
Union case | Description |
Full Usage:
ArrayPtr(MSExpr list, ArrayLength list, MSExpr)
Parameters:
MSExpr list
Item2 : ArrayLength list
Item3 : MSExpr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
FuncPointer(pointers, callingConvention, returnType, interpretationHelperString, parameterTypes, modifiers)
Parameters:
MSExpr list
callingConvention : CallConvention
returnType : MSExpr
interpretationHelperString : InterpHelperString
parameterTypes : MSExpr list
modifiers : (ModifierPrefix list * CVModifier) option
|
|
Full Usage:
FunctionT(callScope, modifiers, callingConvention, functionName, returnType, parameterTypes, returnTypeModifier)
Parameters:
CallScope
modifiers : ModifierPrefix list * CVModifier
callingConvention : CallConvention
functionName : MSExpr
returnType : MSExpr
parameterTypes : MSExpr list
returnTypeModifier : (ModifierPrefix list * CVModifier) option
|
|
Full Usage:
IgnoredType
|
|
|
|
Full Usage:
ModifiedType(MSExpr, ModifierPrefix list * CVModifier)
Parameters:
MSExpr
Item2 : ModifierPrefix list * CVModifier
|
|
Full Usage:
Name string
Parameters:
string
|
|
|
|
|
|
|
|
|
|
Full Usage:
ThunkF(CallConvention, MSExpr, MSExpr, MSExpr)
Parameters:
CallConvention
Item2 : MSExpr
Item3 : MSExpr
Item4 : MSExpr
|
|
Instance members
Instance member | Description |
Full Usage:
this.IsArrayPtr
Returns: bool
|
|
Full Usage:
this.IsArrayType
Returns: bool
|
|
Full Usage:
this.IsComplexT
Returns: bool
|
|
Full Usage:
this.IsConcatT
Returns: bool
|
|
Full Usage:
this.IsConstructedTemplate
Returns: bool
|
|
Full Usage:
this.IsConstructor
Returns: bool
|
|
Full Usage:
this.IsDestructor
Returns: bool
|
|
Full Usage:
this.IsEnumType
Returns: bool
|
|
Full Usage:
this.IsExtendedBuiltInType
Returns: bool
|
|
Full Usage:
this.IsFullName
Returns: bool
|
|
Full Usage:
this.IsFuncPointer
Returns: bool
|
|
Full Usage:
this.IsFunctionT
Returns: bool
|
|
Full Usage:
this.IsIgnoredType
Returns: bool
|
|
Full Usage:
this.IsMangledSymbolPtr
Returns: bool
|
|
Full Usage:
this.IsModifiedType
Returns: bool
|
|
Full Usage:
this.IsName
Returns: bool
|
|
Full Usage:
this.IsNestedFunc
Returns: bool
|
|
Full Usage:
this.IsPointerStrT
Returns: bool
|
|
Full Usage:
this.IsPointerT
Returns: bool
|
|
Full Usage:
this.IsRTTI0
Returns: bool
|
|
Full Usage:
this.IsSimpleBuiltInType
Returns: bool
|
|
Full Usage:
this.IsTemplate
Returns: bool
|
|
Full Usage:
this.IsThunkF
Returns: bool
|
|
Full Usage:
this.IsValueT
Returns: bool
|
|