Snake

com.softwaremill.diffx.instances.string.Snake
final class Snake(i: Int, j: Int, prev: PathNode)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def isSnake: Boolean

Attributes

Definition Classes
PathNode

Inherited methods

final def isBootstrap: Boolean

Attributes

Inherited from:
PathNode (hidden)
final def previousSnake: PathNode

Attributes

Inherited from:
PathNode (hidden)
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
PathNode -> Any
Inherited from:
PathNode (hidden)