coop.plausible.nx.internal

Macros

object Macros extends MacroTypes

No Exceptions macro implementation.

Linear Supertypes
MacroTypes, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Macros
  2. MacroTypes
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Context = scala.reflect.macros.Context

    The blackbox context type for this Scala release.

    The blackbox context type for this Scala release. Refer to http://docs.scala-lang.org/overviews/macros/blackbox-whitebox.html for more details.

    Definition Classes
    MacroTypes
  2. type WhiteboxContext = scala.reflect.macros.Context

    The whitebox context type for this Scala release.

    The whitebox context type for this Scala release. Refer to http://docs.scala-lang.org/overviews/macros/blackbox-whitebox.html for more details.

    Definition Classes
    MacroTypes

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def assertNonThrow[E <: Throwable, T](c: Context)(expr: scala.reflect.macros.Context.Expr[T])(implicit arg0: scala.reflect.macros.Context.WeakTypeTag[E]): scala.reflect.macros.Context.Expr[T]

    Internal implementation of the 'assertNoThrows' macro.

    Internal implementation of the 'assertNoThrows' macro. Refer to nx.assertNonThrow for the public API.

    E

    Asserted exception type.

    T

    Expression type.

    c

    Compiler context.

    expr

    Expression to be evaluated.

    returns

    The expression, wrapped in an appropriate try-assert block for E.

  8. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  11. def exception_checked[T](c: Context)(expr: scala.reflect.macros.Context.Expr[T]): scala.reflect.macros.Context.Expr[T]

    Internal implementation of the nx.

    Internal implementation of the nx.exceptionChecked macro. Refer to nx.exceptionChecked for the public API

    T

    Expression type.

    c

    Compiler context.

    expr

    Expression to be scanned.

    returns

    The original expression, or a compiler error.

  12. def excpetion_checked_config[T](c: Context)(checked: scala.reflect.macros.Context.Expr[CheckedExceptionConfig])(expr: scala.reflect.macros.Context.Expr[T]): scala.reflect.macros.Context.Expr[T]

    Internal implementation of the nx.

    Internal implementation of the nx.exceptionChecked macro. Refer to nx.exceptionChecked for the public API

    T

    Expression type.

    c

    Compiler context.

    checked

    Checked exception configuration, or null to use the standard config.

    expr

    Expression to be scanned.

    returns

    The original expression, or a compiler error.

  13. def finalize(): Unit

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

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

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

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

    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  20. def nx_verify[T](c: Context)(expr: scala.reflect.macros.Context.Expr[T]): scala.reflect.macros.Context.Expr[ValidationResult]

    Private implementation of the nx.

    Private implementation of the nx.verify macro; rather than triggering compilation errors, it simply returns the result of the validation.

    T

    Expression type.

    c

    Compiler context.

    expr

    Expression to be scanned.

    returns

    An expression that will vend the validation results.

  21. def nx_verify_config[T](c: Context)(checked: scala.reflect.macros.Context.Expr[CheckedExceptionConfig])(expr: scala.reflect.macros.Context.Expr[T]): scala.reflect.macros.Context.Expr[ValidationResult]

    Private implementation of the nx.

    Private implementation of the nx.verify macro; rather than triggering compilation errors, it simply returns the result of the validation.

    T

    Expression type.

    c

    Compiler context.

    checked

    Checked exception configuration, or null to use the standard config.

    expr

    Expression to be scanned.

    returns

    An expression that will vend the validation results.

  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  23. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MacroTypes

Inherited from AnyRef

Inherited from Any

Ungrouped