Searched refs:Visitors (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/test/psych/visitors/
H A Dtest_depth_first.rb4 module Visitors module in class:Psych
18 visitor = Visitors::DepthFirst.new collector
26 visitor = Visitors::DepthFirst.new collector
34 visitor = Visitors::DepthFirst.new collector
42 visitor = Visitors::DepthFirst.new collector
H A Dtest_yaml_tree.rb4 module Visitors module in class:Psych
8 @v = Visitors::YAMLTree.new
21 v = Visitors::YAMLTree.new({}, e)
H A Dtest_emitter.rb4 module Visitors module in class:Psych
9 @visitor = Visitors::Emitter.new @io
14 visitor = Visitors::Emitter.new io, :indentation => 3
H A Dtest_to_ruby.rb5 module Visitors module in class:Psych
/macosx-10.10.1/ruby-106/ruby/ext/psych/lib/psych/nodes/
H A Dnode.rb27 Visitors::DepthFirst.new(block).accept self
33 # See also Psych::Visitors::ToRuby
35 Visitors::ToRuby.new.accept self
42 # See also Psych::Visitors::Emitter
46 Visitors::Emitter.new(real_io, options).accept self
/macosx-10.10.1/ruby-106/ruby/ext/psych/lib/psych/visitors/
H A Ddepth_first.rb2 module Visitors module in class:Psych
3 class DepthFirst < Psych::Visitors::Visitor
H A Dvisitor.rb2 module Visitors module in class:Psych
H A Djson_tree.rb4 module Visitors module in class:Psych
H A Demitter.rb2 module Visitors module in class:Psych
3 class Emitter < Psych::Visitors::Visitor
H A Dto_ruby.rb8 module Visitors module in class:Psych
11 class ToRuby < Psych::Visitors::Visitor
H A Dyaml_tree.rb2 module Visitors module in class:Psych
6 # builder = Psych::Visitors::YAMLTree.new
10 class YAMLTree < Psych::Visitors::Visitor
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Dpsych_tree.rb2 if defined? ::Psych::Visitors
3 class NoAliasYAMLTree < Psych::Visitors::YAMLTree
H A Dspecification.rb2297 Psych::Visitors::Emitter.new(io).accept(ast)
/macosx-10.10.1/ruby-106/ruby/ext/psych/lib/psych/json/
H A Dstream.rb6 class Stream < Psych::Visitors::JSONTree
/macosx-10.10.1/ruby-106/ruby/ext/psych/lib/psych/
H A Dstream.rb23 class Stream < Psych::Visitors::YAMLTree
/macosx-10.10.1/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/
H A DVisitorFactory.pm46 This object is really just a factory for dispensing Tree::Simple::Visitor::* objects. It is not required to use this package in order to use all the Visitors, it is just a somewhat convienient way to avoid having to type thier long class names.
70 This distibution provides a number of Visitor objects which can be loaded just by giving their name. Below is a description of the available Visitors and a sort description of what they do. I have attempted to classify the Visitors into groups which are related to their use.
72 This factory will load any module contained inside the B<Tree::Simple::Visitor::*> namespace. Given a name, it will attempt to C<require> the module B<Tree::Simple::Visitor::E<lt>I<Name>E<gt>.pm>. This allows others to create Visitors which can be accessed with this factory, without needed to include them in this distrobution.
74 =head2 Search/Path Related Visitors
96 =head2 Traversal Visitors
114 =head2 FileSystem Visitors
128 =head2 Conversion Visitors
150 =head2 Reflective Visitors
160 =head2 Misc. Visitors
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/psych/lib/
H A Dpsych.rb243 visitor = Psych::Visitors::YAMLTree.new options
255 visitor = Psych::Visitors::YAMLTree.new {}
265 visitor = Psych::Visitors::JSONTree.new
/macosx-10.10.1/ruby-106/ruby/test/psych/
H A Dhelper.rb34 v = Visitors::YAMLTree.new
/macosx-10.10.1/CPANInternal-159.1/Tree-Simple-1.18/lib/Tree/Simple/
H A DVisitor.pm168 This object has been revised into what I think is more intelligent approach to Visitor objects. This is now a more suitable base class for building your own Visitors. It is also the base class for the visitors found in the B<Tree::Simple::VisitorFactory> distribution, which includes a number of useful pre-built Visitors.
/macosx-10.10.1/CPANInternal-159.1/Tree-Simple-1.18/lib/Tree/
H A DSimple.pm1219 the tree with (similar to Visitors, but also seem to be to be kind of like

Completed in 185 milliseconds