Trait

com.avsystem.scex.compiler

CachingScexCompiler

Related Doc: package compiler

Permalink

trait CachingScexCompiler extends ScexCompiler

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CachingScexCompiler
  2. ScexCompiler
  3. LoggingUtils
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class LazyLogger(underlying: Logger) extends Product with Serializable

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingUtils
  2. type RawExpression = Expression[ExpressionContext[_, _], Any]

    Permalink
    Attributes
    protected
    Definition Classes
    ScexCompiler
  3. class Reporter extends AbstractReporter

    Permalink
    Definition Classes
    ScexCompiler
  4. class ScexClassLoader extends AbstractFileClassLoader

    Permalink
    Attributes
    protected
    Definition Classes
    ScexCompiler

Abstract Value Members

  1. abstract val settings: ScexSettings

    Permalink
    Definition Classes
    ScexCompiler

Concrete 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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def compile(sourceFile: ScexSourceFile): Either[ScexClassLoader, List[CompileError]]

    Permalink
    Attributes
    protected
    Definition Classes
    ScexCompiler
  7. def compileClass(code: String, name: String): Class[_]

    Permalink

    Compiles arbitrary Scala source file into a dedicated class loader and loads class with given fully qualified name from that class loader.

    Compiles arbitrary Scala source file into a dedicated class loader and loads class with given fully qualified name from that class loader.

    Definition Classes
    ScexCompiler
  8. def compileExpression(exprDef: ExpressionDef): Try[RawExpression]

    Permalink
    Attributes
    protected
    Definition Classes
    CachingScexCompilerScexCompiler
  9. def compileExpressionUtils(source: NamedSource): Try[Option[String]]

    Permalink
    Attributes
    protected
    Definition Classes
    CachingScexCompilerScexCompiler
  10. def compileJavaGetterAdapters(name: String, classes: Seq[Class[_]], full: Boolean): Try[Seq[Option[String]]]

    Permalink
    Attributes
    protected
    Definition Classes
    CachingScexCompilerScexCompiler
  11. def compileProfileObject(profile: ExpressionProfile): Try[Option[String]]

    Permalink
    Attributes
    protected
    Definition Classes
    CachingScexCompilerScexCompiler
  12. def compileSymbolValidator(source: NamedSource): SymbolValidator

    Permalink
    Definition Classes
    CachingScexCompilerScexCompiler
  13. def compileSyntaxValidator(source: NamedSource): SyntaxValidator

    Permalink
    Definition Classes
    CachingScexCompilerScexCompiler
  14. def createLogger[T](implicit arg0: ClassTag[T]): LazyLogger

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingUtils
  15. def createNonSharedClassLoader(sourceFile: ScexSourceFile): ScexClassLoader

    Permalink
    Attributes
    protected
    Definition Classes
    ScexCompiler
  16. final def ensureSetup(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ScexCompiler
  17. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def expressionCode(exprDef: ExpressionDef, noMacroProcessing: Boolean = false): (String, String, Int)

    Permalink
    Attributes
    protected
    Definition Classes
    ScexCompiler
  20. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getCompiledExpression[C <: ExpressionContext[_, _], T](profile: ExpressionProfile, expression: String, variableTypes: Map[String, scala.reflect.api.JavaUniverse.Type] = Map.empty, template: Boolean = true, header: String = "")(implicit ctt: scala.reflect.api.JavaUniverse.TypeTag[C], ttt: scala.reflect.api.JavaUniverse.TypeTag[T]): Expression[C, T]

    Permalink
    Definition Classes
    ScexCompiler
  23. final def getCompiledExpression[C <: ExpressionContext[_, _], T](exprDef: ExpressionDef): Expression[C, T]

    Permalink
    Attributes
    protected
    Definition Classes
    ScexCompiler
  24. def getCompiledSetterExpression[C <: ExpressionContext[_, _], T](profile: ExpressionProfile, expression: String, template: Boolean = true, variableTypes: Map[String, scala.reflect.api.JavaUniverse.Type] = Map.empty, header: String = "")(implicit ctt: scala.reflect.api.JavaUniverse.TypeTag[C], ttt: scala.reflect.api.JavaUniverse.TypeTag[T]): Expression[C, Setter[T]]

    Permalink
    Definition Classes
    ScexCompiler
  25. def getSharedClassLoader: ScexClassLoader

    Permalink
    Attributes
    protected
    Definition Classes
    ScexCompiler
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. def instantiate[T](classLoader: ClassLoader, className: String): T

    Permalink
    Attributes
    protected
    Definition Classes
    ScexCompiler
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def loadCompilerPlugins(global: ScexGlobal): List[Plugin]

    Permalink
    Attributes
    protected
    Definition Classes
    ScexCompiler
  30. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  33. def preprocess(expression: String, template: Boolean): (String, PositionMapping)

    Permalink
    Attributes
    protected
    Definition Classes
    CachingScexCompilerScexCompiler
  34. def reset(): Unit

    Permalink

    Resets internal compiler state by creating completely new instance of Scala compiler and invalidating all internal caches.

    Resets internal compiler state by creating completely new instance of Scala compiler and invalidating all internal caches.

    Definition Classes
    CachingScexCompilerScexCompiler
  35. def runCompiler(global: ScexGlobal, sourceFile: ScexSourceFile): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ScexCompiler
  36. def setup(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ScexCompiler
  37. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  39. def underLock[T](code: ⇒ T): T

    Permalink
    Attributes
    protected
    Definition Classes
    ScexCompiler
  40. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def withGlobal[T](code: (ScexGlobal) ⇒ T): T

    Permalink
    Attributes
    protected
    Definition Classes
    ScexCompiler

Inherited from ScexCompiler

Inherited from LoggingUtils

Inherited from AnyRef

Inherited from Any

Ungrouped