class Definitions extends AnyRef
Definitions of the attributes that will be tested below. We package them in a class so that each test can have its own instance of the attributes so that there is no shared state.
- Source
- AttributionTests.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Definitions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Definitions()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- lazy val answer: (TestTree) ⇒ Int
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- lazy val cattrDef: (TestTree) ⇒ (Attributable) ⇒ Int
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- lazy val concat: Attribution.CachedParamAttribute[Int, Int, Int]
- lazy val concatDef: (Int) ⇒ (Int) ⇒ Int
- var count: Int
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- lazy val inc: Attribution.CachedAttribute[Int, Int]
- lazy val incDef: (Int) ⇒ Int
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val leafComputed: Attribution.CachedAttribute[TestTree, Boolean]
- lazy val leafComputedDef: (TestTree) ⇒ Boolean
- lazy val maximum: Attribution.CachedAttribute[TestTree, Int]
- lazy val maximumDef: (TestTree) ⇒ Int
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- lazy val pattrDef: (String) ⇒ (Attributable) ⇒ Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )