org.rythmengine.internal
Interface IBlockHandler


public interface IBlockHandler

the IBlockHandler declare the interface to handle open/close of code blocks. Usually the implementation should print some special tokens in the 2 methods

Author:
luog

Method Summary
 String closeBlock()
           
 void openBlock()
           
 

Method Detail

openBlock

void openBlock()

closeBlock

String closeBlock()


Copyright © 2013. All Rights Reserved.