Class: RKelly::Nodes::FunctionDeclNode

Inherits:
FunctionExprNode show all
Defined in:
lib/rkelly/nodes/function_decl_node.rb

Instance Attribute Summary

Attributes inherited from FunctionExprNode

#arguments, #function_body

Attributes inherited from Node

#comments, #filename, #line, #value

Method Summary

Methods inherited from FunctionExprNode

#initialize

Methods inherited from Node

#==, #===, #each, #initialize, #pointcut, #to_dots, #to_ecma, #to_real_sexp, #to_sexp

Methods included from Visitable

#accept

Constructor Details

This class inherits a constructor from RKelly::Nodes::FunctionExprNode