public interface SetsBlockListener extends NexusBlockListener
Modifier and Type | Method and Description |
---|---|
void |
addCharSet(java.lang.String name)
Adds a new character set with the specified name, if not already present.
|
void |
addCharSetInterval(java.lang.String name,
int start,
int end)
Adds the specified interval to the specified character set.
|
beginComment, commentText, endBlock, endComment, endTokenGroup, startBlock
void addCharSet(java.lang.String name)
name
- void addCharSetInterval(java.lang.String name, int start, int end)
name
- start
- end
-