Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evant/android-retrolambda-lombok
/ copy
Method
copy
src/main/lombok/ast/Node.java:81–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
void
accept(AstVisitor visitor);
80
81
Node copy();
82
83
String toString();
84
Callers
3
splitAndUnparentVariableDeclaration
Method · 0.65
of
Method · 0.65
getEffectiveTypeReference
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
1
splitAndUnparentVariableDeclaration
Method · 0.52