Kwartz::NodeList
(Class)
In:
kwartz.rb
Parent:
Node
List of
StmtNode
Methods
<<
[]
[]=
deepcopy
each
each_with_index
execute
new
translate
Attributes
list
[R]
Public Class methods
new
(list=[])
Public Instance methods
<<
(node)
[]
(idx)
[]=
(idx,value)
deepcopy
()
each
(&block)
each_with_index
(&block)
execute
(action, arg1=nil, arg2=nil)
for visitor pattern
translate
(translator, code='', level=0)
for translator
[Validate]