Nitlanguage.org
  • Nitdoc
  • nitc
  • semantize
  • flow
  • FlowVisitor
  • make_unreachable_flow

private fun make_unreachable_flow: FlowContext

nitc :: FlowVisitor :: make_unreachable_flow

  • Doc
  • Linearization

Summary

  • Property definitions

  • nitc::flow$FlowVisitor$make_unreachable_flow

Property definitions

nitc $ FlowVisitor :: make_unreachable_flow
	fun make_unreachable_flow: FlowContext
	do
		var flow = new FlowContext
		flows.add(flow)
		flow.node = current_node
		flow.add_previous(self.current_flow_context)
		flow.is_marked_unreachable = true
		self.current_flow_context = flow
		return flow
	end
src/semantize/flow.nit:154,2--163,4
Nit tools. Version .