Class/Object

ru.makkarpov.extjson.generator

Macros

Related Docs: object Macros | package generator

Permalink

class Macros extends Utils with Structured with Miscellaneous

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Macros
  2. Miscellaneous
  3. Structured
  4. Utils
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Macros(c: Context)

    Permalink

Type Members

  1. case class GenerationContext(initial: Boolean, requireImplicit: Boolean, generationStack: List[scala.reflect.macros.Universe.Type]) extends Product with Serializable

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object GenerationContext extends Serializable

    Permalink
  5. def annotationPresent[T](t: scala.reflect.macros.Universe.Symbol)(implicit arg0: scala.reflect.macros.Universe.TypeTag[T]): Boolean

    Permalink
    Definition Classes
    Utils
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val c: Context

    Permalink
  8. val canBuildFrom: scala.reflect.macros.Universe.Select

    Permalink
    Definition Classes
    Miscellaneous
  9. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def generate[T](tag: scala.reflect.macros.Universe.WeakTypeTag[T]): scala.reflect.macros.Universe.Tree

    Permalink
  14. def generate(bt: scala.reflect.macros.Universe.Type, bctx: GenerationContext): scala.reflect.macros.Universe.Tree

    Permalink
  15. def generateCaseClass(ctx: GenerationContext, clazz: scala.reflect.macros.Universe.ClassSymbol): scala.reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    Structured
  16. def generateCollection(ctx: GenerationContext, tpe: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    Miscellaneous
  17. def generateMisc(ctx: GenerationContext, tpe: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    Miscellaneous
  18. def generateSealedClass(ctx: GenerationContext, clazz: scala.reflect.macros.Universe.ClassSymbol): scala.reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    Structured
  19. def generateTuple(ctx: GenerationContext, tuple: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    Structured
  20. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def implicitApplied(t: scala.reflect.macros.Universe.Type)(baseType: scala.reflect.macros.Universe.Type, predefs: Seq[scala.reflect.macros.Universe.Tree]): scala.reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    Utils
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def isTuple(x: scala.reflect.macros.Universe.ClassSymbol): Boolean

    Permalink
    Definition Classes
    Utils
  25. val jsonPkg: scala.reflect.macros.Universe.Select

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. val ownPkg: scala.reflect.macros.Universe.Select

    Permalink
  30. def resolveImplicit(imports: Seq[scala.reflect.macros.Universe.Tree], target: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    Utils
  31. def singleArgAnnotation[T](t: scala.reflect.macros.Universe.Symbol)(implicit arg0: scala.reflect.macros.Universe.TypeTag[T]): scala.reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    Utils
  32. def stringLiteral(t: scala.reflect.macros.Universe.Tree): Option[String]

    Permalink
    Definition Classes
    Utils
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. def toType(x: scala.reflect.macros.Universe.Symbol): scala.reflect.macros.Universe.Type

    Permalink
    Definition Classes
    Utils
  36. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Miscellaneous

Inherited from Structured

Inherited from Utils

Inherited from AnyRef

Inherited from Any

Ungrouped