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

Method typeClassVariable

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

Source from the content-addressed store, hash-verified

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 {
176 return m_typeClasses.at(_class.m_index).typeVariable;
177 }
178
179 TypeClassInfo const& typeClassInfo(TypeClass _class) const
180 {

Callers 1

visitMethod · 0.80

Calls 1

atMethod · 0.80

Tested by

no test coverage detected