Object

com.concurrentthought.cla

Elems

Related Doc: package cla

Permalink

object Elems

A set of "Elements", used for convenient access from clients.

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

Type Members

  1. case class ByteTypeElem(ivs: String) extends TypeElem[Byte] with Product with Serializable

    Permalink
  2. case class CharTypeElem(ivs: String) extends TypeElem[Char] with Product with Serializable

    Permalink
  3. case class DoubleTypeElem(ivs: String) extends TypeElem[Double] with Product with Serializable

    Permalink
  4. sealed trait Elem extends AnyRef

    Permalink
  5. case class FlagElem(flag: String) extends Elem with Product with Serializable

    Permalink
  6. case class FlagTypeElem(ivs: String) extends TypeElem[Boolean] with Product with Serializable

    Permalink
  7. case class FlagsAndTypeElem(flags: FlagsElem, typ: TypeElem[_]) extends FlagsAndType_Or_RemainingElem with Product with Serializable

    Permalink
  8. abstract class FlagsAndType_Or_RemainingElem extends Elem

    Permalink
  9. case class FlagsElem(flags: Seq[FlagElem]) extends Elem with Product with Serializable

    Permalink
  10. case class FloatTypeElem(ivs: String) extends TypeElem[Float] with Product with Serializable

    Permalink
  11. case class IntTypeElem(ivs: String) extends TypeElem[Int] with Product with Serializable

    Permalink
  12. case class LongTypeElem(ivs: String) extends TypeElem[Long] with Product with Serializable

    Permalink
  13. case class OptElem(optional: Boolean, flags_remaining: FlagsAndType_Or_RemainingElem, help: String) extends Elem with Product with Serializable

    Permalink
  14. case class PathTypeElem(ivs: String) extends TypeElem[String] with Product with Serializable

    Permalink
  15. case class RemainingElem(name: String) extends FlagsAndType_Or_RemainingElem with Product with Serializable

    Permalink
  16. case class SeqTypeElem(delimiter: String, ivs: String) extends TypeElem[String] with Product with Serializable

    Permalink
  17. case class StringElem(text: String) extends Elem with Product with Serializable

    Permalink
  18. case class StringTypeElem(ivs: String) extends TypeElem[String] with Product with Serializable

    Permalink
  19. abstract class TypeElem[T] extends Elem

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  16. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped