Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Col-E/Recaf
/ getChildren
Method
getChildren
src/main/java/me/coley/recaf/parse/bytecode/ast/AST.java:47–49 ·
view source on GitHub ↗
@return Children nodes.
()
Source
from the content-addressed store, hash-verified
45
* @
return
Children nodes.
46
*/
47
public
List<AST> getChildren() {
48
return
children;
49
}
50
51
/**
52
* @param ast
Callers
15
addChild
Method · 0.95
search
Method · 0.95
testAlias
Method · 0.45
testAliasInAlias
Method · 0.45
testPrevNextLinkage
Method · 0.45
testInsn
Method · 0.45
single
Method · 0.45
map
Method · 0.45
compile
Method · 0.45
getAtLine
Method · 0.45
print
Method · 0.45
visit
Method · 0.45
Calls
no outgoing calls
Tested by
5
testAlias
Method · 0.36
testAliasInAlias
Method · 0.36
testPrevNextLinkage
Method · 0.36
testInsn
Method · 0.36
single
Method · 0.36