MCPcopy 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

addChildMethod · 0.95
searchMethod · 0.95
testAliasMethod · 0.45
testAliasInAliasMethod · 0.45
testPrevNextLinkageMethod · 0.45
testInsnMethod · 0.45
singleMethod · 0.45
mapMethod · 0.45
compileMethod · 0.45
getAtLineMethod · 0.45
printMethod · 0.45
visitMethod · 0.45

Calls

no outgoing calls

Tested by 5

testAliasMethod · 0.36
testAliasInAliasMethod · 0.36
testPrevNextLinkageMethod · 0.36
testInsnMethod · 0.36
singleMethod · 0.36