Package org.opencypher.tools.g4tree
Interface BnfSymbols.Interleaver
-
- Enclosing class:
- BnfSymbols
public static interface BnfSymbols.Interleaver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasNext()BnfSymbolsnextSymbol()StringnextText()
-
-
-
Method Detail
-
hasNext
boolean hasNext()
-
nextText
String nextText()
-
nextSymbol
BnfSymbols nextSymbol()
-
-