is

open fun is(c: Class<out Node>, fieldName: String): Boolean(source)

Return

is this the field fieldName on class c?


open fun is(fieldName: String): Boolean(source)

Return

is this fields called fieldName?