/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
D | DebugEventRepeater.java | 79 public void nilNode(Object t) { listener.nilNode(t); } in nilNode() method in DebugEventRepeater
|
D | DebugEventListener.java | 266 public void nilNode(Object t); in nilNode() method
|
D | BlankDebugEventListener.java | 68 public void nilNode(Object t) {} in nilNode() method in BlankDebugEventListener
|
D | DebugEventHub.java | 244 public void nilNode(Object t) { in nilNode() method in DebugEventHub 247 listener.nilNode(t); in nilNode()
|
D | TraceDebugEventListener.java | 65 public void nilNode(Object t) {System.out.println("nilNode "+adaptor.getUniqueID(t));} in nilNode() method in TraceDebugEventListener
|
D | DebugTreeAdaptor.java | 104 dbg.nilNode(node); in nil()
|
D | DebugEventSocketProxy.java | 266 public void nilNode(Object t) { in nilNode() method in DebugEventSocketProxy
|
D | RemoteDebugEventSocketListener.java | 395 listener.nilNode(node); in dispatch()
|
/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3basetreeadaptor.c | 44 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
|
D | antlr3commontree.c | 493 pANTLR3_STRING nilNode; in toString() local 495 nilNode = tree->strFactory->newPtr(tree->strFactory, (pANTLR3_UINT8)"nil", 3); in toString() 497 return nilNode; in toString()
|
D | antlr3commontreenodestream.c | 476 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()
|
D | antlr3debughandlers.c | 80 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/C/include/ |
D | antlr3debugeventlistener.h | 328 void (*nilNode) (pANTLR3_DEBUG_EVENT_LISTENER delboy, pANTLR3_BASE_TREE t); member
|
D | antlr3basetreeadaptor.h | 73 void * (*nilNode) (struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor); member
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
D | debug.py | 274 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/tool/src/main/resources/org/antlr/codegen/templates/C/ |
D | AST.stg | 131 root_0 = (<ASTLabelType>)(ADAPTOR->nilNode(ADAPTOR));<\n> 271 root_0 = (<ASTLabelType>)(ADAPTOR->nilNode(ADAPTOR)); 427 <ASTLabelType> root_<treeLevel> = (<ASTLabelType>)(ADAPTOR->nilNode(ADAPTOR));
|
D | ASTTreeParser.stg | 87 root_<treeLevel> = (<ASTLabelType>)(ADAPTOR->nilNode(ADAPTOR));
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRDebugEventProxy.m | 336 [self sendToDebugger:[NSString stringWithFormat:@"nilNode %u", hash]];
|
/external/antlr/antlr-3.4/runtime/C/ |
D | ChangeLog | 61 (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
|