class TypeProf::Core::AST::SigFuncType::SigTyBaseClassNode

Public Instance Methods

contravariant_vertex0(genv, changes, vtx, subst) click to toggle source
# File typeprof-0.30.1/lib/typeprof/core/ast/sig_type.rb, line 211
def contravariant_vertex0(genv, changes, vtx, subst)
  changes.add_edge(genv, subst[:"*class"], vtx)
end
covariant_vertex0(genv, changes, vtx, subst) click to toggle source
# File typeprof-0.30.1/lib/typeprof/core/ast/sig_type.rb, line 207
def covariant_vertex0(genv, changes, vtx, subst)
  changes.add_edge(genv, subst[:"*class"], vtx)
end
show() click to toggle source
# File typeprof-0.30.1/lib/typeprof/core/ast/sig_type.rb, line 215
def show
  "class"
end