Uses of Class
net.sf.jsqlparser.util.cnfexpression.CNFConverter.Mule
Packages that use CNFConverter.Mule
-
Uses of CNFConverter.Mule in net.sf.jsqlparser.util.cnfexpression
Method parameters in net.sf.jsqlparser.util.cnfexpression with type arguments of type CNFConverter.MuleModifier and TypeMethodDescriptionprivate void
CNFConverter.pushAnd
(Stack<CNFConverter.Mule> stack) This helper function is used to deal with pushing and up: generally, pop the top element out of the stack, use BFS to traverse the tree and push and up.