pmd-lang-test
Module Contents
alltypes
Module Contents
typealias
Assertions
<
M
>
=
(
M
)
->
Unit
kotlin.reflect.KCallable
Module Contents
infix
fun
<
N
,
V
:
N
>
KCallable
<
N
>
.
shouldBe
(
expected
:
V
?
)
:
Unit
infix
fun
<
N
,
V
:
N
>
KCallable
<
N
>
.
shouldEqual
(
expected
:
V
?
)
:
Unit
infix
fun
<
T
>
KCallable
<
T
>
.
shouldMatch
(
expected
:
T
.
(
)
->
Unit
)
:
Unit
net.sourceforge.pmd.lang.ast.Node
Module Contents
val
Node
.
childIndex
:
Int
fun
Node
.
getChild
(
i
:
Int
)
:
Node
!
val
Node
.
numChildren
:
Int
val
Node
.
parent
:
Node
?
fun
Node
.
safeGetChild
(
i
:
Int
)
:
Node
?
inline
fun
<
reified
N
:
Node
>
Node
?
.
shouldMatchNode
(
ignoreChildren
:
Boolean
=
false
,
noinline
nodeSpec
:
NodeSpec
<
N
>
)
:
Unit
typealias
NodeSpec
<
N
>
=
TreeNodeWrapper
<
Node
,
N
>
.
(
)
->
Unit
object
NodeTreeLikeAdapter
:
TreeLikeAdapter
<
Node
>
Module Contents
fun
getChildren
(
node
:
Node
)
:
List
<
Node
>
fun
nodeName
(
type
:
Class
<
out
Node
>
)
:
String
package
net.sourceforge.pmd.lang.ast.test
Module Contents
typealias
Assertions
<
M
>
=
(
M
)
->
Unit
kotlin.reflect.KCallable
Module Contents
infix
fun
<
N
,
V
:
N
>
KCallable
<
N
>
.
shouldBe
(
expected
:
V
?
)
:
Unit
infix
fun
<
N
,
V
:
N
>
KCallable
<
N
>
.
shouldEqual
(
expected
:
V
?
)
:
Unit
infix
fun
<
T
>
KCallable
<
T
>
.
shouldMatch
(
expected
:
T
.
(
)
->
Unit
)
:
Unit
inline
fun
<
reified
N
:
Node
>
matchNode
(
ignoreChildren
:
Boolean
=
false
,
noinline
nodeSpec
:
NodeSpec
<
N
>
)
:
Assertions
<
Node
?
>
net.sourceforge.pmd.lang.ast.Node
Module Contents
val
Node
.
childIndex
:
Int
fun
Node
.
getChild
(
i
:
Int
)
:
Node
!
val
Node
.
numChildren
:
Int
val
Node
.
parent
:
Node
?
fun
Node
.
safeGetChild
(
i
:
Int
)
:
Node
?
inline
fun
<
reified
N
:
Node
>
Node
?
.
shouldMatchNode
(
ignoreChildren
:
Boolean
=
false
,
noinline
nodeSpec
:
NodeSpec
<
N
>
)
:
Unit
typealias
NodeSpec
<
N
>
=
TreeNodeWrapper
<
Node
,
N
>
.
(
)
->
Unit
object
NodeTreeLikeAdapter
:
TreeLikeAdapter
<
Node
>
Module Contents
fun
getChildren
(
node
:
Node
)
:
List
<
Node
>
fun
nodeName
(
type
:
Class
<
out
Node
>
)
:
String