in scala/util/regexp/WordExp-class
class Letter

case class Letter(a: A)
extends RegExp
with ScalaObject
with CaseClass

Field Summary
  val a: A
final val isNullable: Boolean

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, toString, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Methods inherited from scala/CaseClass-class
caseArity, caseElement

Field Detail

a

  val a: A

isNullable

  final val isNullable: Boolean