class Block

The root of the parsed tree

Public Instance Methods

statements() click to toggle source

Gets the statements in a Steam Language block

@see ClassStatement @see ImportStatement @see EnumStatement

@return Array

# File lib/steamd/nodes/block_node.rb, line 11
def statements
  elements.map(&:statement)
end