Home
last modified time | relevance | path

Searched refs:nilNode (Results 1 – 20 of 20) sorted by relevance

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DDebugEventRepeater.java79 public void nilNode(Object t) { listener.nilNode(t); } in nilNode() method in DebugEventRepeater
DDebugEventHub.java244 public void nilNode(Object t) { in nilNode() method in DebugEventHub
247 listener.nilNode(t); in nilNode()
DBlankDebugEventListener.java68 public void nilNode(Object t) {} in nilNode() method in BlankDebugEventListener
DDebugEventListener.java266 public void nilNode(Object t); in nilNode() method
DTraceDebugEventListener.java65 public void nilNode(Object t) {System.out.println("nilNode "+adaptor.getUniqueID(t));} in nilNode() method in TraceDebugEventListener
DDebugTreeAdaptor.java104 dbg.nilNode(node); in nil()
DDebugEventSocketProxy.java266 public void nilNode(Object t) { in nilNode() method in DebugEventSocketProxy
DRemoteDebugEventSocketListener.java395 listener.nilNode(node); in dispatch()
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3basetreeadaptor.c44 static pANTLR3_BASE_TREE nilNode (pANTLR3_BASE_TREE_ADAPTOR adaptor);
86 adaptor->nilNode = (void * (*)(pANTLR3_BASE_TREE_ADAPTOR)) in antlr3BaseTreeAdaptorInit()
87 nilNode; in antlr3BaseTreeAdaptorInit()
107 adaptor->nilNode = (void * (*)(pANTLR3_BASE_TREE_ADAPTOR)) in antlr3BaseTreeAdaptorInit()
441 nilNode (pANTLR3_BASE_TREE_ADAPTOR adaptor) in nilNode() function
Dantlr3commontree.c493 pANTLR3_STRING nilNode; in toString() local
495 nilNode = tree->strFactory->newPtr(tree->strFactory, (pANTLR3_UINT8)"nil", 3); in toString()
497 return nilNode; in toString()
Dantlr3commontreenodestream.c476 ANTLR3_BOOLEAN nilNode; in fillBuffer() local
480 nilNode = ctns->adaptor->isNilNode(ctns->adaptor, t); in fillBuffer()
485 if (nilNode == ANTLR3_FALSE) in fillBuffer()
495 if (nilNode == ANTLR3_FALSE && nCount>0) in fillBuffer()
512 if (nilNode == ANTLR3_FALSE && nCount > 0) in fillBuffer()
Dantlr3debughandlers.c80 static void nilNode (pANTLR3_DEBUG_EVENT_LISTENER delboy, pANTLR3_BASE_TREE t);
130 delboy->nilNode = nilNode; in antlr3DebugListenerNew()
908 nilNode (pANTLR3_DEBUG_EVENT_LISTENER delboy, pANTLR3_BASE_TREE t) in nilNode() function
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Ddebug.py274 self.dbg.nilNode(node)
657 def nilNode(self, t): member in DebugEventListener
789 def nilNode(self, t): member in TraceDebugEventListener
1067 def nilNode(self, t): member in DebugEventSocketProxy
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3debugeventlistener.h328 void (*nilNode) (pANTLR3_DEBUG_EVENT_LISTENER delboy, pANTLR3_BASE_TREE t); member
Dantlr3basetreeadaptor.h73 void * (*nilNode) (struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor); member
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DAST.stg131 root_0 = (<ASTLabelType>)(ADAPTOR->nilNode(ADAPTOR));<\n>
271 root_0 = (<ASTLabelType>)(ADAPTOR->nilNode(ADAPTOR));
427 <ASTLabelType> root_<treeLevel> = (<ASTLabelType>)(ADAPTOR->nilNode(ADAPTOR));
DASTTreeParser.stg87 root_<treeLevel> = (<ASTLabelType>)(ADAPTOR->nilNode(ADAPTOR));
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRDebugEventProxy.m336 [self sendToDebugger:[NSString stringWithFormat:@"nilNode %u", hash]];
/external/antlr/antlr-3.4/runtime/C/
DChangeLog61 (in the case of rewrtie streams), where the nilNode was just a temporary
64 In these cases we can see that the nilNode would just be left ot rot in
/external/antlr/antlr-3.4/lib/
Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...