A comprehension clause, one component of a Comprehension
.
Examples:
for (person in people) if (person.age > 18) person.age if (isPrime(i)) i
Anything
Object
ComprehensionClause
Node
Object
Anything
Initializer |
ComprehensionClause() |
Inherited Attributes |
Attributes inherited from: Node |
Attributes inherited from: Object hash , string |
Inherited Methods |
Methods inherited from: Node |
Methods inherited from: Object equals |