Searched defs:addNavigationNode (Results 1 – 6 of 6) sorted by relevance
175 protected function addNavigationNode(ttype:int):void { method in org.antlr.runtime.tree.CommonTreeNodeStream
133 addNavigationNode: function(ttype) { method
189 protected void addNavigationNode(final int ttype) { in addNavigationNode() method in BufferedTreeNodeStream
752 addNavigationNode (pANTLR3_COMMON_TREE_NODE_STREAM ctns, ANTLR3_UINT32 ttype) in addNavigationNode() function
280 …void (*addNavigationNode) (struct ANTLR3_COMMON_TREE_NODE_STREAM_struct * ctns, ANTLR3_UINT32 … member
1910 def addNavigationNode(self, ttype): member in CommonTreeNodeStream