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

Method getNext

rhino/src/main/java/org/mozilla/javascript/Node.java:210–212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208 }
209
210 public Node getNext() {
211 return next;
212 }
213
214 public Node getChildBefore(Node child) {
215 if (child == first) return null;

Callers 15

visitLetMethod · 0.95
toStringTreeHelperMethod · 0.95
generatePrintIdsMethod · 0.95
createTryCatchFinallyMethod · 0.95
generateFunctionICodeMethod · 0.95
visitStatementMethod · 0.95
visitExpressionMethod · 0.95
visitIncDecMethod · 0.95
visitSuperIncDecMethod · 0.95
visitArrayLiteralMethod · 0.95

Calls

no outgoing calls

Tested by 15

inlinecommentForStMethod · 0.76
inlineCommentsForIfMethod · 0.76
blockCommentinElseMethod · 0.76
commentsInElseIfMethod · 0.76
linenoLiteralMethod · 0.64
linenoSwitchMethod · 0.64
linenoReturnMethod · 0.64
linenoInfixMethod · 0.64
linenoPrefixMethod · 0.64
linenoLabelMethod · 0.64