Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
transformCompilationUnit_r
Method · 0.95
visitLet
Method · 0.95
toStringTreeHelper
Method · 0.95
generatePrintIds
Method · 0.95
createTryCatchFinally
Method · 0.95
generateFunctionICode
Method · 0.95
visitStatement
Method · 0.95
visitExpression
Method · 0.95
generateCallFunAndThis
Method · 0.95
visitIncDec
Method · 0.95
visitSuperIncDec
Method · 0.95
visitArrayLiteral
Method · 0.95
Calls
no outgoing calls
Tested by
15
inlineCommentForCaseBlock
Method · 0.76
inlinecommentForSt
Method · 0.76
inlineCommentsForIf
Method · 0.76
blockCommentinElse
Method · 0.76
commentsInElseIf
Method · 0.76
autoSemiColonBetweenNames
Method · 0.64
linenoLiteral
Method · 0.64
linenoSwitch
Method · 0.64
linenoReturn
Method · 0.64
linenoInfix
Method · 0.64
linenoPrefix
Method · 0.64
linenoLabel
Method · 0.64