Lines Matching full:rows
43 $Table(name="Removed Annotation Fields", rows=removed_annotation_fields:{$it.from:ModelElementRow()$})$
48 $Table(name="Added Annotation Fields", rows=added_annotation_fields:{$it.to:ModelElementRow()$})$
53 $Table(name="Changed Annotation Fields", rows=changed_annotation_fields:DeltaTableRow())$
61 $Table(name="Removed Enum Constants", rows=removed_enum_constants:{$it.from:ModelElementRow()$})$
66 $Table(name="Added Enum Constants", rows=added_enum_constants:{$it.to:ModelElementRow()$})$
71 $Table(name="Changed Enum Constants", rows=changed_enum_constants:DeltaTableRow())$
79 $Table(name="Removed Fields", rows=removed_fields:{$it.from:ModelElementRow()$})$
84 $Table(name="Added Fields", rows=added_fields:{$it.to:ModelElementRow()$})$
89 $Table(name="Changed Fields", rows=changed_fields:DeltaTableRow())$
97 $Table(name="Removed Constructors", rows=removed_constructors:{$it.from:ModelElementRow()$})$
102 $Table(name="Added Constructors", rows=added_constructors:{$it.to:ModelElementRow()$})$
107 $Table(name="Changed Constructors", rows=changed_constructors:DeltaTableRow())$
115 $Table(name="Removed Methods", rows=removed_methods:{$it.from:ModelElementRow()$})$
120 $Table(name="Added Methods", rows=added_methods:{$it.to:ModelElementRow()$})$
125 $Table(name="Changed Methods", rows=changed_methods:DeltaTableRow())$