Base::TYPE_NODES
#type
11 12 13
# File 'lib/xdrgen/ast/declarations/array.rb', line 11 def child_type type.text_value end
Returns:
7 8 9
# File 'lib/xdrgen/ast/declarations/array.rb', line 7 def fixed? size_spec.is_a?(Xdrgen::AST::FixedSize) end