public interface IFoldingRegionAcceptorExtension<AdditionalParam> extends IFoldingRegionAcceptor<AdditionalParam>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(int offset,
int length,
boolean initiallyFolded) |
void |
accept(int offset,
int length,
boolean initiallyFolded,
AdditionalParam param) |
accept, acceptvoid accept(int offset,
int length,
boolean initiallyFolded)
offset - of the significant contentlength - of the significant contentinitiallyFolded - whether this region should be folded by defaultvoid accept(int offset,
int length,
boolean initiallyFolded,
AdditionalParam param)
offset - of the significant contentlength - of the significant contentinitiallyFolded - whether this region should be folded by defaultparam - used to compute the significant region.Copyright © 2016. All Rights Reserved.