Module: PlcUtil::Awl::AwlGrammar::StructDataTypeNode

Includes:
StructHelpers
Defined in:
lib/plcutil/siemens/awl/treetop_nodes.rb

Instance Method Summary collapse

Methods included from StructHelpers

#struct_visit_helper

Instance Method Details

#visit(declaration) ⇒ Object



81
82
83
84
85
# File 'lib/plcutil/siemens/awl/treetop_nodes.rb', line 81

def visit(declaration)
    declaration[:data_type] = {}.tap do |struct|
      struct[:entries] = struct_visit_helper self
    end
end