Searched refs:Add (Results 1 - 25 of 6660) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.as69 /** Add a child to the tree t. If child is a flat tree (a list), make all
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
H A DRewriteRuleXxxxStreamFixture.cs196 // Test Add()
197 tokenTest.Add(token1);
234 tokenTest.Add(token2);
262 // Test Add()
263 subtreeTest.Add(tree1);
290 subtreeTest.Add(tree2);
316 // Test Add()
317 nodeTest.Add(tree1);
345 nodeTest.Add(tree2);
384 list.Add(ne
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs396 _insertionOrderList.Add(key);
425 public void Add(object key, object value) method in class:Antlr.Runtime.Collections.HashList
427 _dictionary.Add(key, value);
428 _insertionOrderList.Add(key);
H A DStackList.cs54 Add(item);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugEventHub.cs55 * Add another listener to broadcast events too. Not thread-safe.
60 _listeners.Add(listener);
H A DParseTreeBuilder.cs113 hiddenTokens.Add(token);
H A DProfiler.cs202 decisionEvents.Add(d); // done with decision; track all
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DDoubleKeyMap.cs69 s.Add(v);
H A DFastQueue.cs105 _data.Add(o);
H A DLookaheadStream.cs127 _data.Add(o);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBaseTree.cs160 /** <summary>Add t as child of this node.</summary>
190 this.children.Add(c);
207 children.Add(t);
214 /** <summary>Add all elements of kids list as children of this node</summary> */
295 newChildren.Add(newTree.GetChild(i));
299 newChildren.Add(newTree);
H A DBufferedTreeNodeStream.cs259 nodes.Add(t); // add this node
312 nodes.Add(navNode);
H A DRewriteRuleElementStream.cs94 Add(oneElement);
116 public virtual void Add(object el) { method in class:Antlr.Runtime.Tree.RewriteRuleElementStream
122 elements.Add(el);
131 elements.Add(singleElement);
133 elements.Add(el);
H A DTreeWizard.cs232 elements.Add(t);
246 _nodes.Add(t);
261 _subtrees.Add(t);
576 indexes.Add( streamIndex ); // not there yet, add
583 indexes.Add( streamIndex ); // not there yet, add
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DANTLRStringStream.cs202 markers.Add(null); // depth 0 means no backtracking, leave blank
208 markers.Add(state);
H A DBaseRecognizer.cs770 rules.Add(attributes[0].Name);
830 strings.Add(token.Text);
H A DBitSet.cs79 Add(i);
91 s.Add(el);
97 s.Add(a);
98 s.Add(b);
104 s.Add(a);
105 s.Add(b);
106 s.Add(c);
112 s.Add(a);
113 s.Add(b);
114 s.Add(
130 public void Add(int el) { method in class:Antlr.Runtime.BitSet
[all...]
H A DBufferedTokenStream.cs199 _tokens.Add(t);
235 subset.Add(token);
306 filteredTokens.Add(t);
H A DLegacyCommonTokenStream.cs157 tokens.Add(t);
220 discardSet.Add(ttype, ttype);
263 filteredTokens.Add(t);
H A DTokenRewriteStream.cs222 sublist.Add(@is[i]);
272 rewrites.Add(op);
298 rewrites.Add(op);
598 ops.Add(op);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugEventHub.cs59 * Add another listener to broadcast events too. Not thread-safe.
65 _listeners.Add( listener );
H A DParseTreeBuilder.cs127 hiddenTokens.Add( token );
H A DProfiler.cs106 uniqueRules.Add(grammarFileName + ":" + ruleName, true);
217 decisionEvents.Add(d); // done with decision; track all
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DListExtensions.cs50 list.Add( value );
57 list.Add( value );
63 list.Add( value );
82 list.Add( item );
88 list.Add( item );
95 list.Add( value );
H A DSetExtensions.cs47 return set.Add( item );
54 set.Add( item );

Completed in 428 milliseconds

1234567891011>>