Class Normaliser
- java.lang.Object
-
- org.opencypher.tools.g4processors.Normaliser
-
public class Normaliser extends Object
modify a grammar tree to be what it would be for xml. Can't be done during creation of each rule as it has to look ahead to other rules Could be done at end of listening
-
-
Constructor Summary
Constructors Constructor Description Normaliser()
-
-
-
Method Detail
-
normalise
public Map<String,Rule> normalise(GrammarTop top)
-
-