public interface FineToCoarseMapping
Modifier and Type | Method and Description |
---|---|
String |
coarsify(String symbol)
Maps a nonterminal to its coarser version or itself if there is no coarser
version.
|
int |
numLevels()
Returns the number of coarse to fine levels.
|
String coarsify(String symbol)
symbol
- int numLevels()
Copyright © 2017. All rights reserved.