MCPcopy Create free account
hub / github.com/argotorg/solidity / typeClassName

Method typeClassName

libsolidity/experimental/ast/TypeSystem.h:172–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170
171 Type freshVariable(Sort _sort);
172 std::string typeClassName(TypeClass _class) const { return m_typeClasses.at(_class.m_index).name; }
173 Declaration const* typeClassDeclaration(TypeClass _class) const { return m_typeClasses.at(_class.m_index).classDeclaration; }
174 Type typeClassVariable(TypeClass _class) const
175 {

Callers 4

TypeInference.cppFile · 0.80
sortToStringMethod · 0.80
typeToStringMethod · 0.80

Calls 1

atMethod · 0.80

Tested by

no test coverage detected