nitc :: TransformVisitor :: get_method
location
.
# Get a primitive method or display a fatal error on `location`.
fun get_method(location: AExpr, name: String, recv: MClass): MMethod
do
return phase.toolcontext.modelbuilder.force_get_primitive_method(location, name, recv, mmodule)
end
src/transform.nit:76,2--80,4