MCPcopy Create free account
hub / github.com/beefytech/Beef / TypeToString

Method TypeToString

IDEHelper/Compiler/CeDebugger.cpp:270–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270String CeDebugger::TypeToString(const BfTypedValue& typedValue)
271{
272 if (typedValue.mType == NULL)
273 return "null";
274 if (typedValue.IsReadOnly())
275 return String("readonly ") + mCeMachine->mCeModule->TypeToString(typedValue.mType);
276 return mCeMachine->mCeModule->TypeToString(typedValue.mType);
277}
278
279String CeDebugger::TypeToString(BfType* type, CeTypeModKind typeModKind)
280{

Callers 15

AddTypeDefMethod · 0.45
AddFieldMethod · 0.45
AddPropMethod · 0.45
GetMethodInfoMethod · 0.45
CheckVarResolutionMethod · 0.45
AddTypeInstanceEntryMethod · 0.45
CheckInterfaceFixitMethod · 0.45
FixitAddMemberMethod · 0.45
FixitGetParamStringMethod · 0.45
ConstantToStringMethod · 0.45
FixitAddMethodMethod · 0.45
FixitAddConstructorMethod · 0.45

Calls 2

StringClass · 0.85
IsReadOnlyMethod · 0.80

Tested by

no test coverage detected