Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setAllPositions
Method · 0.65
countInnerNodes
Method · 0.65
fillExtendedReport
Method · 0.65
fillReport
Method · 0.65
match
Method · 0.65
buildSourceStructures
Method · 0.65
gatherComments
Method · 0.65
createMethodDeclaration
Method · 0.65
createUnaryPrefixExpression
Method · 0.65
createUnaryPrefixExpressions
Method · 0.65
createWildcardedType
Method · 0.65
Implementers
2
AbstractNode
src/main/lombok/ast/AbstractNode.java
TemporaryNode
src/main/lombok/ast/grammar/TemporaryN
Calls
no outgoing calls
Tested by
no test coverage detected