org.ablaf.ast
Interface IAstEncoder


public interface IAstEncoder

An AST encoder can write nodes into some internal stream (not part of this API) and can be eventually closed (which should free the resources of that internal stream).

Author:
jpetersen

Method Summary
 void close()
           
 void writeNode(Node node)
           
 

Method Detail

writeNode

public void writeNode(Node node)
               throws java.io.IOException
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException


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