DefineCase

object DefineCase
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object AbstractDefineCase extends DefineCase
case object EnumDefineCase extends DefineCase
case class ExtendsDefineCase(abs: Boolean, nameGiven: String) extends DefineCase
case class ImplementsDefineCase(abs: Boolean, nameGiven: String) extends DefineCase
case object SimpleDefineCase extends DefineCase

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def getDefineCase(commentString: String): Option[DefineCase]

Extracts the shared objects' additional information given by a preceding comment string. If the string does not start with '@define' (it is no shared object), None is returned.

Extracts the shared objects' additional information given by a preceding comment string. If the string does not start with '@define' (it is no shared object), None is returned.

Value parameters:
commentString

Comment String to parse for additional information

Returns:

An Option on additional information of the shared object

Throws:
ObjectDefinitionException

If the comment string is malformed