arrow-analysis-java-plugin
2.0.2-alpha.7
arrow-analysis-java-plugin
/
arrow.meta.plugins.analysis.java
/
Resolver
Resolver
class
Resolver
(
task
:
JavaCompiler.CompilationTask
,
unit
:
CompilationUnitTree
)
Content copied to clipboard
Functions
Properties
Functions
parent
Link copied to clipboard
fun
parent
(
tree
:
Tree
)
:
Tree
?
Content copied to clipboard
parent
Elements
Link copied to clipboard
fun
parentElements
(
tree
:
Tree
)
:
Iterable
<
Element
>
Content copied to clipboard
parent
Trees
Link copied to clipboard
fun
parentTrees
(
tree
:
Tree
)
:
Iterable
<
Tree
>
Content copied to clipboard
path
Link copied to clipboard
fun
path
(
tree
:
Tree
)
:
TreePath
Content copied to clipboard
position
Of
Link copied to clipboard
fun
positionOf
(
tree
:
Tree
)
:
Pair
<
Long
,
Long
>
Content copied to clipboard
resolve
Link copied to clipboard
fun
resolve
(
tree
:
Tree
)
:
Element
?
Content copied to clipboard
resolve
Type
Link copied to clipboard
fun
resolveType
(
tree
:
Tree
)
:
TypeMirror
?
Content copied to clipboard
tree
Link copied to clipboard
fun
tree
(
element
:
Element
)
:
Tree
?
Content copied to clipboard
Properties
topElement
Link copied to clipboard
val
topElement
:
Element
Content copied to clipboard