Packages

object IDCounter

Used for allocating unique integer IDs

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IDCounter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val MAP_SEPARATOR: String
  5. def apply(n: Int): AngelStrategy
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clear(): Unit
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def contains(n: Int): Boolean
  10. var count: Int
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. var fullSourceFile: Option[String]
  15. def get(n: Int): Option[AngelStrategy]
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getLocation(n: Int): Option[(Int, Int)]
  18. def getOriginal(n: Int): Option[AngelStrategy]
  19. def hasOriginal(n: Int): Boolean
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. var idMap: Map[Int, AngelStrategy]
  22. def idMapString: String
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def loadIdMap(idMapString: String): Unit
  25. def loadOriginMap(originMapString: String): Unit
  26. def loadSourceLocMap(locMapString: String): Unit
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def next(as: AngelStrategy): Int
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. var originMap: Map[Int, AngelStrategy]
  32. def originMapString: String
  33. def original(n: Int): AngelStrategy
  34. def prettyIndex(int: Int): (Int, Int)
  35. def set(i: Int, as: AngelStrategy): Unit
  36. def setOriginal(n: Int, as: AngelStrategy): Unit
  37. def setSourceFile(str: String): Unit
  38. var sourceFile: List[String]
  39. def sourceLocMapString: String
  40. var sourceLocationMap: Map[Int, (Int, Int)]
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped