level property

int level
final

Recursion nesting level, 0 = top object, 1 = object's property, and so on

Implementation

final int level;