public boolean isNested ()

Does this constant correspond to a nested type element? A nested type element is any that is not top-level. More specifically, an inner type element is any nested type element that is not static.

Returns:  whether or not the constant is nested

@jls 14.3 Inner Classes and Enclosing Instances