Package

io.fsq

macros

Permalink

package macros

Visibility
  1. Public
  2. All

Type Members

  1. case class CodeRef(file: String, line: Int) extends Product with Serializable

    Permalink

    Holder for file relative to the compiler working directory as a string, and line number of file.

    Holder for file relative to the compiler working directory as a string, and line number of file. Created explicitly with io.fsq.macros.CodeRef.CODEREF or implicitly with io.fsq.macros.CodeRef.materializeCodeRef

  2. class StackElement extends AnyRef

    Permalink

Value Members

  1. object CodeRef extends Serializable

    Permalink
  2. object StackElement

    Permalink

Ungrouped