Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evant/android-retrolambda-lombok
/ setPosition
Method
setPosition
src/main/lombok/ast/Node.java:77–77 ·
view source on GitHub ↗
(Position position)
Source
from the content-addressed store, hash-verified
75
void
unparent();
76
77
Node setPosition(Position position);
78
79
void
accept(AstVisitor visitor);
80
Callers
15
visitStringLiteralConcatenation
Method · 0.95
visitIdentifier
Method · 0.95
createAnnotationDeclaration
Method · 0.95
createUnaryPostfixExpression
Method · 0.95
createLabelledStatement
Method · 0.95
visitIntegralLiteral
Method · 0.65
visitBinaryExpression
Method · 0.65
visitBinaryExpression
Method · 0.65
set
Method · 0.65
toVariableDefinition
Method · 0.65
toIdentifier
Method · 0.65
toModifiers
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
3
visitIntegralLiteral
Method · 0.52
visitBinaryExpression
Method · 0.52
visitBinaryExpression
Method · 0.52