Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/closure-compiler
/ getFirstChild
Method
getFirstChild
src/com/google/javascript/rhino/Node.java:609–611 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
607
}
608
609
public
final
@Nullable Node getFirstChild() {
610
return
first;
611
}
612
613
/**
614
* Get the first child of the first child. This method assumes that the first child exists.
Callers
15
testApplySuggestedFixes_insideJSDoc
Method · 0.95
testApplySuggestedFixes_multipleFixesInJsdoc
Method · 0.95
testApplySuggestedFixes_withOveralppingEqualParts_areAllApplied
Method · 0.95
testDelete
Method · 0.95
testDelete_multipleVarDeclaration
Method · 0.95
testDelete_multipleVarDeclarationWithJSDocComments
Method · 0.95
testDelete_multipleVarDeclarationWithNonJSDocComments
Method · 0.95
testDelete_multipleLetDeclaration
Method · 0.95
testDelete_multipleLetDeclarationWithNonJSDocComment
Method · 0.95
testDelete_multipleConstDeclaration
Method · 0.95
testRemoveCast_return
Method · 0.95
testChangeJsDocType
Method · 0.95
Calls
no outgoing calls
Tested by
15
testApplySuggestedFixes_insideJSDoc
Method · 0.76
testApplySuggestedFixes_multipleFixesInJsdoc
Method · 0.76
testApplySuggestedFixes_withOveralppingEqualParts_areAllApplied
Method · 0.76
testDelete
Method · 0.76
testDelete_multipleVarDeclaration
Method · 0.76
testDelete_multipleVarDeclarationWithJSDocComments
Method · 0.76
testDelete_multipleVarDeclarationWithNonJSDocComments
Method · 0.76
testDelete_multipleLetDeclaration
Method · 0.76
testDelete_multipleLetDeclarationWithNonJSDocComment
Method · 0.76
testDelete_multipleConstDeclaration
Method · 0.76
testRemoveCast_return
Method · 0.76
testChangeJsDocType
Method · 0.76