MCPcopy Create free account
hub / github.com/mozilla/rhino / iterator

Method iterator

rhino/src/main/java/org/mozilla/javascript/Node.java:378–381  ·  view source on GitHub ↗

Returns an java.util.Iterator over the node's children.

()

Source from the content-addressed store, hash-verified

376
377 /** Returns an {@link java.util.Iterator} over the node's children. */
378 @Override
379 public Iterator<Node> iterator() {
380 return new NodeIterator();
381 }
382
383 private static String propToString(int propType) {
384 if (!Token.printTrees) {

Callers 15

joinMethod · 0.45
js_iteratorMethod · 0.45
equalListsMethod · 0.45
sortedEntriesMethod · 0.45
processMethod · 0.45
NativeJavaMapIteratorMethod · 0.45
JavaIterableIteratorMethod · 0.45
getJavaIteratorMethod · 0.45
liveConnectSignatureMethod · 0.45
js_iteratorMethod · 0.45

Calls

no outgoing calls