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
| Modifier and Type | Method and Description |
|---|---|
String |
closeBlock() |
void |
openBlock() |
void openBlock()
String closeBlock()
Copyright © 2017–2021 OSGL (Open Source General Library). All rights reserved.