A comprehension clause that can start a comprehension. Examples: for (person in people) “person.firstName
person.lastName
”
if (exists typeArguments = that.typeArguments) for (typeArgument in typeArguments) typeArgument.type
Anything
InitialComprehensionClause
ComprehensionClause
Node
Object
Anything
Initializer |
InitialComprehensionClause() |
Attributes | |
clause | Source Codeshared formal ComprehensionClause clause The following / next / inner comprehension clause. |
Inherited Attributes |
Attributes inherited from: Node |
Attributes inherited from: Object hash , string |
Inherited Methods |
Methods inherited from: Node |
Methods inherited from: Object equals |