OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nilNode
(Results
1 - 19
of
19
) sorted by null
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventRepeater.java
79
public void
nilNode
(Object t) { listener.
nilNode
(t); }
BlankDebugEventListener.java
68
public void
nilNode
(Object t) {}
DebugEventListener.java
266
public void
nilNode
(Object t);
TraceDebugEventListener.java
65
public void
nilNode
(Object t) {System.out.println("
nilNode
"+adaptor.getUniqueID(t));}
DebugEventHub.java
244
public void
nilNode
(Object t) {
247
listener.
nilNode
(t);
DebugTreeAdaptor.java
104
dbg.
nilNode
(node);
DebugEventSocketProxy.java
266
public void
nilNode
(Object t) {
268
transmit("
nilNode
\t"+ID);
RemoteDebugEventSocketListener.java
392
else if ( elements[0].equals("
nilNode
") ) {
395
listener.
nilNode
(node);
/external/antlr/antlr-3.4/runtime/C/include/
antlr3debugeventlistener.h
328
void (*
nilNode
) (pANTLR3_DEBUG_EVENT_LISTENER delboy, pANTLR3_BASE_TREE t);
antlr3basetreeadaptor.h
73
void * (*
nilNode
) (struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor);
/external/antlr/antlr-3.4/runtime/C/src/
antlr3basetreeadaptor.c
44
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)
659
// Reclaim the old
nilNode
()
708
// Keep track of the root we are given. If it is a
nilNode
, then we
antlr3commontree.c
493
pANTLR3_STRING
nilNode
;
495
nilNode
= tree->strFactory->newPtr(tree->strFactory, (pANTLR3_UINT8)"nil", 3);
497
return
nilNode
;
antlr3commontreenodestream.c
476
ANTLR3_BOOLEAN
nilNode
;
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)
antlr3debughandlers.c
80
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)
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/
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));
ASTTreeParser.stg
87
root_<treeLevel> = (<ASTLabelType>)(ADAPTOR->
nilNode
(ADAPTOR));
/external/antlr/antlr-3.4/runtime/Python/antlr3/
debug.py
274
self.dbg.
nilNode
(node)
657
def
nilNode
(self, t):
789
def
nilNode
(self, t):
790
self.record("
nilNode
%s" % self.adaptor.getUniqueID(t))
1067
def
nilNode
(self, t):
1068
self.transmit("
nilNode
\t%d" % self.adaptor.getUniqueID(t))
[
all
...]
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
/prebuilts/misc/common/antlr/
antlr-3.4-complete.jar
Completed in 3180 milliseconds