public interface IBlockHandler
IBlockHandler declare the interface to handle open/close
of code blocks. Usually the implementation should print some special
tokens in the 2 methods| Modifier and Type | Method and Description |
|---|---|
String |
closeBlock() |
void |
openBlock() |
void openBlock()
String closeBlock()
Copyright 2013-2016, The Rythm Engine project