Class: GraphPeriodGlobalDeclarationNode

Inherits:
GlobalDeclarationNode show all
Defined in:
lib/ast_node.rb

Constant Summary

Constants inherited from ASTNode

ASTNode::DEFAULT_GRAPH_PROPERTIES, ASTNode::METRIC_PROC_FUNCTIONS

Instance Attribute Summary

Attributes inherited from ASTNode

#children, #graph_properties, #parent, #properties, #root_node

Instance Method Summary collapse

Methods inherited from GlobalDeclarationNode

#initialize

Methods inherited from ASTNode

#add_child, #children_of_class, #config=, #default_colors, #initialize, #process_variables, #properties_to_url, #root?, #targets, #to_gdash, #url

Constructor Details

This class inherits a constructor from GlobalDeclarationNode

Instance Method Details

#compileObject



182
183
184
185
186
# File 'lib/ast_node.rb', line 182

def compile
  if @raw_data =~ /graph_period (.*)$/
    root_node.properties['graph_period'] = $1
  end
end