Toggle navigation
Home
com.github.javaparser.ast.expr.SimpleName to com.github.javaparser.ast.expr.Expression
No. of Instances - 6
No. of Commits - 1
No. of Projects - {'javaparser'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Variable
label
to
value
label
to
value
label
to
value
label
to
value
label
to
value
label
to
value
label
to
value
label
to
value
label
to
value
label
to
value
getLabel
to
getValue
Cascading Type Change (Similar)
SimpleName
to
Expression
SimpleName
to
Expression
Add or Remove Method invocation
n.getLabel()
to
n.getValue()
n.getLabel().map(s -> (Expression)s.accept(this,arg))
to
n.getValue().map(s -> (Expression)s.accept(this,arg))