Package

com.avsystem

scex

Permalink

package scex

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractExpression[-C <: ExpressionContext[_, _], +T] extends AbstractFunction1[C, T] with Expression[C, T]

    Permalink
  2. abstract class AbstractSetter[-T] extends Setter[T]

    Permalink
  3. case class EvaluationException(cause: Throwable) extends RuntimeException with NoStackTrace with Product with Serializable

    Permalink

    Created: 16-06-2014 Author: ghik

  4. trait Expression[-C <: ExpressionContext[_, _], +T] extends (C) ⇒ T

    Permalink
  5. trait ExpressionContext[R, V] extends AnyRef

    Permalink

    Created: 23-09-2013 Author: ghik

  6. class ExpressionDebugInfo extends AnyRef

    Permalink

    Created: 16-06-2014 Author: ghik

  7. class ExpressionProfile extends AnyRef

    Permalink
  8. case class NamedSource(name: String, code: String) extends Product with Serializable

    Permalink

    Represents named source "file".

    Represents named source "file". Used to pass around compilable code fragments in runtime.

    Created: 29-10-2014 Author: ghik

  9. sealed trait NoTag extends AnyRef

    Permalink
  10. trait Setter[-T] extends (T) ⇒ Unit

    Permalink

    Created: 28-11-2013 Author: ghik

  11. final case class SetterConversion[-A, +B](fun: (A) ⇒ B) extends AnyVal with Product with Serializable

    Permalink
    Annotations
    @implicitNotFound( ... )
  12. case class Type(fullRepr: String, erasure: Class[_]) extends Product with Serializable

    Permalink

    Author: ghik Created: 12/10/14.

  13. case class TypeRepr[T](repr: String) extends Product with Serializable

    Permalink

    Author: ghik Created: 26/10/15.

Value Members

  1. object NoTag extends NoTag

    Permalink
  2. object SetterConversion extends Serializable

    Permalink
  3. object Type extends Serializable

    Permalink
  4. object TypeRepr extends Serializable

    Permalink
  5. package compiler

    Permalink
  6. package japi

    Permalink
  7. package parsing

    Permalink
  8. package presentation

    Permalink
  9. package symboldsl

    Permalink
  10. package util

    Permalink
  11. package validation

    Permalink

Ungrouped