public interface IFoldingRegionAcceptor<AdditionalParam>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(int offset,
int length) |
void |
accept(int offset,
int length,
AdditionalParam param) |
void accept(int offset,
int length)
void accept(int offset,
int length,
AdditionalParam param)
offset - of the significant contentlength - of the significant contentparam - used to compute the significant region.Copyright © 2016. All Rights Reserved.