Class EditOperation
- java.lang.Object
-
- org.spockframework.runtime.condition.EditOperation
-
public class EditOperation extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EditOperation.Kind
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
EditOperation.Kind
getKind()
int
getLength()
int
hashCode()
void
incLength(int amount)
-
-
-
Method Detail
-
getKind
public EditOperation.Kind getKind()
-
getLength
public int getLength()
-
incLength
public void incLength(int amount)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-