com.recursivity.commons.bean

scalap

package scalap

Visibility
  1. Public
  2. All
Impl.
  1. Concrete
  2. Abstract

Type Members

  1. case class ClassSignature ( clazz : String , constructor : List[Parameter] , members : List[Member] ) extends Product with Serializable

  2. trait DefType extends AnyRef

    attributes: sealed
  3. case class Member ( defType : DefType , name : String , returnType : GenericTypeDefinition , parameters : List[Parameter] ) extends Product with Serializable

  4. case class Parameter ( name : String , paramType : GenericTypeDefinition ) extends Product with Serializable

Value Members

  1. object ClassSignature extends RegexParsers with Serializable

    Created by IntelliJ IDEA.

  2. object Def extends DefType with Product with Serializable

  3. object MemberDefinition extends AnyRef

  4. object PrimaryConstructor extends AnyRef

  5. object ScalaSigParser extends AnyRef

    This file is largely an extended retro-fit of scala.

  6. object Val extends DefType with Product with Serializable

  7. object Var extends DefType with Product with Serializable