MCPcopy Create free account
hub / github.com/congo-cc/congo-parser-generator / children

Method children

examples/java/testfiles/Node.java:179–179  ·  view source on GitHub ↗

@return a List containing this node's child nodes The default implementation returns a copy, so modifying the list that is returned has no effect on this object. Most implementations of this should similarly return a copy or possibly immutable wrapper around the list.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

transformTypeMethod · 0.95
reapMethod · 0.95
injectedFieldNamesMethod · 0.65
reapMethod · 0.65
test_not_notFunction · 0.65
skipFunction · 0.65
operand_childrenFunction · 0.65
all_childrenFunction · 0.65
operator_token_countFunction · 0.65
leaf_imageFunction · 0.65

Implementers 2

Tokenexamples/java/testfiles/Token.java
BaseNodeexamples/java/testfiles/BaseNode.java

Calls

no outgoing calls

Tested by 15

test_not_notFunction · 0.52
skipFunction · 0.52
operand_childrenFunction · 0.52
all_childrenFunction · 0.52
operator_token_countFunction · 0.52
leaf_imageFunction · 0.52
eq_opsFunction · 0.52
cmp_opsFunction · 0.52
add_opsFunction · 0.52
mult_opsFunction · 0.52
unary_opFunction · 0.52
validate_recursiveFunction · 0.52