org.jvyamlb
Class BaseConstructorImpl.YamlMultiAdapter

java.lang.Object
  extended by org.jvyamlb.BaseConstructorImpl.YamlMultiAdapter
All Implemented Interfaces:
Constructor.YamlConstructor
Enclosing class:
BaseConstructorImpl

public static class BaseConstructorImpl.YamlMultiAdapter
extends java.lang.Object
implements Constructor.YamlConstructor


Field Summary
private  Constructor.YamlMultiConstructor ctor
           
private  java.lang.String prefix
           
 
Constructor Summary
BaseConstructorImpl.YamlMultiAdapter(Constructor.YamlMultiConstructor ctor, java.lang.String prefix)
           
 
Method Summary
 java.lang.Object call(Constructor self, Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ctor

private Constructor.YamlMultiConstructor ctor

prefix

private java.lang.String prefix
Constructor Detail

BaseConstructorImpl.YamlMultiAdapter

public BaseConstructorImpl.YamlMultiAdapter(Constructor.YamlMultiConstructor ctor,
                                            java.lang.String prefix)
Method Detail

call

public java.lang.Object call(Constructor self,
                             Node node)
Specified by:
call in interface Constructor.YamlConstructor