tangentum technologies    
 

Deutsch

   
   
 
    in-nested-class

in-nested-class

Name

in-nested-class -- Selects methods that are defined in nested classes of a specified set of types (classes or interfaces).

Synopsis

<... ... in-nested-class="type-name (, type-name)*" ... />

Description

This condition-attribute evaluates to true for methods that are defined in classes which are nested in the specified types (classes or interfaces). Inner classes and anonymous classes are fully enclosed in this selection.

The types are given as a comma-separated list of simple type-names. The order of the given type-names is not important. Each type-name should follow the conventions used for naming classes and interfaces in Java.

Fully-qualified type-names: The type-names should be simple class- or interface-names, and not fully-qualified type-names. To select a specific class of a specific package, combine class-selection with package-selection as shown in the example for class-selection.

For an elaborated example please refer to in-class-or-nested-class.