case class Source(offset: Int, localMax: BigInt) extends OverridedEqualsHashCode with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Source
- Serializable
- Serializable
- Product
- Equals
- OverridedEqualsHashCode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Source(offset: Int, localMax: BigInt)
Value Members
-
def
equals(obj: Any): Boolean
- Definition Classes
- OverridedEqualsHashCode → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- OverridedEqualsHashCode → AnyRef → Any
- val localMax: BigInt
- val offset: Int
- def offsetNext: Int
- var offsetTmp: Int
-
def
toString(): String
- Definition Classes
- Source → AnyRef → Any
- val width: Int