MCPcopy Create free account
hub / github.com/evant/android-retrolambda-lombok / getChildren

Method getChildren

src/main/lombok/ast/Node.java:39–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 boolean hasParent();
38
39 List<Node> getChildren();
40
41 /**
42 * If the provided <em>child</em> node is a child of this node, the child/parent link will be deleted. The replacement node,

Callers 11

setAllPositionsMethod · 0.65
countInnerNodesMethod · 0.65
fillExtendedReportMethod · 0.65
fillReportMethod · 0.65
matchMethod · 0.65
buildSourceStructuresMethod · 0.65
gatherCommentsMethod · 0.65
createWildcardedTypeMethod · 0.65

Implementers 2

AbstractNodesrc/main/lombok/ast/AbstractNode.java
TemporaryNodesrc/main/lombok/ast/grammar/TemporaryN

Calls

no outgoing calls

Tested by

no test coverage detected