Method: Emfrp::TypeDef#enum?
- Defined in:
- lib/emfrp/compile/c/syntax_codegen.rb
#enum?(ct) ⇒ Boolean
183 184 185 |
# File 'lib/emfrp/compile/c/syntax_codegen.rb', line 183 def enum?(ct) self[:tvalues].all?{|x| x[:params].length == 0} end |