getKind

abstract fun getKind(): Int(source)

Returns the encoded type of the access rule. The meaning of the values:

  • 0: the rule defines accessible paths
  • 1: the rule defines inaccessible paths
  • 2: the rule defines discouraged paths

Return

The type of this access rule.