Searched refs:nilNode (Results 1 - 18 of 18) sorted by relevance

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DDebugEventRepeater.java79 public void nilNode(Object t) { listener.nilNode(t); } method in class:DebugEventRepeater
H A DBlankDebugEventListener.java68 public void nilNode(Object t) {} method in class:BlankDebugEventListener
H A DDebugEventListener.java266 public void nilNode(Object t); method in interface:DebugEventListener
H A DTraceDebugEventListener.java65 public void nilNode(Object t) {System.out.println("nilNode "+adaptor.getUniqueID(t));} method in class:TraceDebugEventListener
H A DDebugEventHub.java244 public void nilNode(Object t) { method in class:DebugEventHub
247 listener.nilNode(t);
H A DDebugTreeAdaptor.java104 dbg.nilNode(node);
H A DDebugEventSocketProxy.java266 public void nilNode(Object t) { method in class:DebugEventSocketProxy
268 transmit("nilNode\t"+ID);
H A DRemoteDebugEventSocketListener.java392 else if ( elements[0].equals("nilNode") ) {
395 listener.nilNode(node);
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3debugeventlistener.h328 void (*nilNode) (pANTLR3_DEBUG_EVENT_LISTENER delboy, pANTLR3_BASE_TREE t); member in struct:ANTLR3_DEBUG_EVENT_LISTENER_struct
H A Dantlr3basetreeadaptor.h73 void * (*nilNode) (struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor); member in struct:ANTLR3_BASE_TREE_ADAPTOR_struct
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3basetreeadaptor.c44 static pANTLR3_BASE_TREE nilNode (pANTLR3_BASE_TREE_ADAPTOR adaptor);
86 adaptor->nilNode = (void * (*)(pANTLR3_BASE_TREE_ADAPTOR))
87 nilNode;
107 adaptor->nilNode = (void * (*)(pANTLR3_BASE_TREE_ADAPTOR))
441 nilNode (pANTLR3_BASE_TREE_ADAPTOR adaptor) function
659 // Reclaim the old nilNode()
708 // Keep track of the root we are given. If it is a nilNode, then we
H A Dantlr3commontree.c493 pANTLR3_STRING nilNode; local
495 nilNode = tree->strFactory->newPtr(tree->strFactory, (pANTLR3_UINT8)"nil", 3);
497 return nilNode;
H A Dantlr3commontreenodestream.c476 ANTLR3_BOOLEAN nilNode; local
480 nilNode = ctns->adaptor->isNilNode(ctns->adaptor, t);
485 if (nilNode == ANTLR3_FALSE)
495 if (nilNode == ANTLR3_FALSE && nCount>0)
512 if (nilNode == ANTLR3_FALSE && nCount > 0)
H A Dantlr3debughandlers.c80 static void nilNode (pANTLR3_DEBUG_EVENT_LISTENER delboy, pANTLR3_BASE_TREE t);
130 delboy->nilNode = nilNode;
908 nilNode (pANTLR3_DEBUG_EVENT_LISTENER delboy, pANTLR3_BASE_TREE t) function
911 sprintf(buffer, "nilNode\t%d\n", delboy->adaptor->getUniqueID(delboy->adaptor, t));
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DAST.stg131 root_0 = (<ASTLabelType>)(ADAPTOR->nilNode(ADAPTOR));<\n>
271 root_0 = (<ASTLabelType>)(ADAPTOR->nilNode(ADAPTOR));
427 <ASTLabelType> root_<treeLevel> = (<ASTLabelType>)(ADAPTOR->nilNode(ADAPTOR));
H A DASTTreeParser.stg87 root_<treeLevel> = (<ASTLabelType>)(ADAPTOR->nilNode(ADAPTOR));
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Ddebug.py274 self.dbg.nilNode(node)
657 def nilNode(self, t): member in class:DebugEventListener
789 def nilNode(self, t): member in class:TraceDebugEventListener
790 self.record("nilNode %s" % self.adaptor.getUniqueID(t))
1067 def nilNode(self, t): member in class:DebugEventSocketProxy
1068 self.transmit("nilNode\t%d" % self.adaptor.getUniqueID(t))
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 404 milliseconds