org.spockframework.runtime.condition
Class EditOperation

java.lang.Object
  extended by org.spockframework.runtime.condition.EditOperation

public class EditOperation
extends java.lang.Object


Nested Class Summary
static class EditOperation.Kind
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 EditOperation.Kind getKind()
           
 int getLength()
           
 int hashCode()
           
 void incLength(int amount)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

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 class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2013. All rights reserved