org.rythmengine.internal
Interface IBlockHandler

All Known Implementing Classes:
AssignParser.AssignToken, BlockCodeToken, BlockToken, BlockToken.LiteralBlock, ForEachCodeToken, IfParser.IfBlockCodeToken, RenderSectionParser.DefaultSectionToken, SectionParser.SectionToken

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 © 2014. All Rights Reserved.