Nitlanguage.org
  • Nitdoc
  • nitc
  • parser
  • parser_nodes
  • AExternCodeBlock
  • is_c_body

fun is_c_body: Bool

nitc :: AExternCodeBlock :: is_c_body

  • Doc
  • Linearization

Summary

  • Property definitions

  • nitc::light_c$AExternCodeBlock$is_c_body

Property definitions

nitc :: light_c $ AExternCodeBlock :: is_c_body
	fun is_c_body: Bool do return language_name == null or
		language_name_lowered == "c" or language_name_lowered ==  "c body"
src/ffi/light_c.nit:63,2--64,68
Nit tools. Version .