org.jvyamlb
Interface Resolver

All Known Implementing Classes:
ResolverImpl

public interface Resolver

Author:
Ola Bini

Method Summary
 void ascendResolver()
           
 boolean checkResolverPrefix(int depth, java.util.List path, java.lang.Class kind, Node currentNode, java.lang.Object currentIndex)
           
 void descendResolver(Node currentNode, java.lang.Object currentIndex)
           
 java.lang.String resolve(java.lang.Class kind, ByteList value, boolean[] implicit)
           
 

Method Detail

descendResolver

public void descendResolver(Node currentNode,
                            java.lang.Object currentIndex)

ascendResolver

public void ascendResolver()

checkResolverPrefix

public boolean checkResolverPrefix(int depth,
                                   java.util.List path,
                                   java.lang.Class kind,
                                   Node currentNode,
                                   java.lang.Object currentIndex)

resolve

public java.lang.String resolve(java.lang.Class kind,
                                ByteList value,
                                boolean[] implicit)


Copyright © 2002-2007 JRuby Team. All Rights Reserved.