| 241 | |
| 242 | module PFuncSpec |
| 243 | def cpp |
| 244 | CPPFunc::new(nil, (fa.nonterminal? && fa.text_value != "void") ? (fa.a.cpp || []) : [], cvspec.nonterminal? && cvspec.cv.to_symbol, refspec.nonterminal? && refspec.ref.text_value) |
| 245 | end |
| 246 | end |
| 247 | |
| 248 | module PInnerTypeWithCV |