Searched refs:singleElement (Results 1 - 12 of 12) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DRewriteRuleElementStream.cs57 * Cursor 0..n-1. If singleElement!=null, cursor is 0 until you next(),
64 protected object singleElement; field in class:Antlr.Runtime.Tree.RewriteRuleElementStream
100 this.singleElement = null;
125 if (singleElement == null) { // no elements yet, track w/o list
126 singleElement = el;
131 elements.Add(singleElement);
132 singleElement = null;
170 return ToTree(singleElement);
176 if (singleElement != null) {
178 return ToTree(singleElement);
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DRewriteRuleElementStream.cs59 * Cursor 0..n-1. If singleElement!=null, cursor is 0 until you next(),
66 protected object singleElement; field in class:Antlr.Runtime.Tree.RewriteRuleElementStream
105 this.singleElement = null;
134 if ( singleElement == null )
136 singleElement = el;
141 elements.Add( singleElement );
142 singleElement = null;
186 return ToTree( singleElement );
192 if ( singleElement != null )
195 return ToTree( singleElement );
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DRewriteRuleElementStream.java47 /** Cursor 0..n-1. If singleElement!=null, cursor is 0 until you next(),
53 protected Object singleElement; field in class:RewriteRuleElementStream
97 this.singleElement = null;
120 if ( singleElement == null ) { // no elements yet, track w/o list
121 singleElement = el;
126 elements.add(singleElement);
127 singleElement = null;
161 return toTree(singleElement);
167 if ( singleElement!=null ) {
169 return toTree(singleElement);
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DRewriteRuleElementStream.as44 /** Cursor 0..n-1. If singleElement!=null, cursor is 0 until you next(),
50 protected var singleElement:Object;
106 if ( singleElement == null ) { // no elements yet, track w/o list
107 singleElement = el;
112 elements.push(singleElement);
113 singleElement = null;
148 return toTree(singleElement);
154 if ( singleElement!=null ) {
156 return toTree(singleElement);
181 return (singleElement !
[all...]
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
H A DRewriteRuleElementStream.js15 /** Cursor 0..n-1. If singleElement!=null, cursor is 0 until you next(),
34 this.singleElement = null;
61 if ( !org.antlr.lang.isValue(this.singleElement) ) { // no elements yet, track w/o list
62 this.singleElement = el;
67 this.elements.push(this.singleElement);
68 this.singleElement = null;
103 return this.toTree(this.singleElement);
109 if ( org.antlr.lang.isValue(this.singleElement) ) {
111 return this.toTree(this.singleElement);
130 return (org.antlr.lang.isValue(this.singleElement)
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRRewriteRuleElementStream.h35 id singleElement; variable
45 @property (assign) id singleElement; variable
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3rewritestreams.c154 if (stream->singleElement != NULL)
156 tree = (pANTLR3_BASE_TREE)(stream->singleElement);
163 stream->singleElement = NULL;
237 stream->singleElement = NULL;
537 if (stream->singleElement == NULL)
539 stream->singleElement = el;
555 stream->elements->add (stream->elements, stream->singleElement, freePtr);
557 stream->singleElement = NULL;
647 return stream->toTree(stream, stream->singleElement);
659 if (stream->singleElement !
[all...]
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3rewritestreams.h65 /// Cursor 0..n-1. If singleElement!=NULL, cursor is 0 until you next(),
72 void * singleElement; member in struct:ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtree.py2581 # Cursor 0..n-1. If singleElement!=null, cursor is 0 until you next(),
2586 self.singleElement = None
2606 self.singleElement = None
2634 if self.singleElement is None: # no elements yet, track w/o list
2635 self.singleElement = el
2640 self.elements.append(self.singleElement)
2641 self.singleElement = None
2680 return self.toTree(self.singleElement)
2686 if self.singleElement is not None:
2688 return self.toTree(self.singleElement)
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas1488 /// Cursor 0..n-1. If singleElement!=null, cursor is 0 until you next(),
/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/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 1315 milliseconds