Class

com.avsystem.scex.japi

XmlFriendlyJavaScexCompiler

Related Doc: package japi

Permalink

class XmlFriendlyJavaScexCompiler extends ScexCompiler with ScexPresentationCompiler with ClassfileReusingScexCompiler with TemplateOptimizingScexCompiler with XmlFriendlyScexCompiler with CachingScexCompiler with CachingScexPresentationCompiler with WeakReferenceWrappingScexCompiler with JavaScexCompiler

Created: 17-09-2013 Author: ghik

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XmlFriendlyJavaScexCompiler
  2. JavaScexCompiler
  3. WeakReferenceWrappingScexCompiler
  4. CachingScexPresentationCompiler
  5. CachingScexCompiler
  6. XmlFriendlyScexCompiler
  7. TemplateOptimizingScexCompiler
  8. ClassfileReusingScexCompiler
  9. ScexPresentationCompiler
  10. ScexCompiler
  11. LoggingUtils
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new XmlFriendlyJavaScexCompiler(settings: ScexSettings)

    Permalink

Type Members

  1. class Completer extends AnyRef

    Permalink
    Definition Classes
    ScexPresentationCompiler
  2. class CompleterBuilder extends Fluent

    Permalink
    Definition Classes
    JavaScexCompiler
  3. class ExpressionBuilder[C <: JavaExpressionContext[_, _], T] extends Fluent

    Permalink
    Definition Classes
    JavaScexCompiler
  4. case class LazyLogger(underlying: Logger) extends Product with Serializable

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

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

    Permalink
    Definition Classes
    ScexCompiler
  7. class ScexClassLoader extends AbstractFileClassLoader

    Permalink
    Attributes
    protected
    Definition Classes
    ScexCompiler
  8. case class TypeMembersCacheKey(profile: ExpressionProfile, contextType: String, ownerType: TypeWrapper) 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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def buildCompleter: CompleterBuilder

    Permalink
    Definition Classes
    JavaScexCompiler
  6. def buildExpression: ExpressionBuilder[_ <: JavaExpressionContext[_, _], _]

    Permalink
    Definition Classes
    JavaScexCompiler
  7. def clone(): AnyRef

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

    Permalink
    Attributes
    protected
    Definition Classes
    ScexPresentationCompilerScexCompiler
  9. 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
  10. def compileExpression(exprDef: ExpressionDef): Try[RawExpression]

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    CachingScexCompilerScexCompiler
  14. def compileSymbolAttributes(source: NamedSource): SymbolAttributes

    Permalink
  15. def compileSymbolValidator(source: NamedSource): SymbolValidator

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ClassfileReusingScexCompilerScexCompiler
  19. final def ensureSetup(): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. 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
  26. final def getCompiledExpression[C <: ExpressionContext[_, _], T](exprDef: ExpressionDef): Expression[C, T]

    Permalink
    Attributes
    protected
    Definition Classes
    ScexCompiler
  27. 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
  28. def getCompleter(profile: ExpressionProfile, template: Boolean, setter: Boolean, header: String, contextType: String, rootObjectClass: Class[_], resultType: String, variableTypes: Map[String, String]): Completer

    Permalink
    Attributes
    protected
    Definition Classes
    ScexPresentationCompiler
  29. def getCompleter[C <: ExpressionContext[_, _], T](profile: ExpressionProfile, template: Boolean = true, setter: Boolean = false, 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]): Completer

    Permalink
    Definition Classes
    ScexPresentationCompiler
  30. def getErrors(exprDef: ExpressionDef): List[CompileError]

    Permalink
    Attributes
    protected
    Definition Classes
    CachingScexPresentationCompilerScexPresentationCompiler
  31. def getOrThrow[T](resp: Response[T]): T

    Permalink
    Definition Classes
    ScexPresentationCompiler
  32. def getScopeCompletion(exprDef: ExpressionDef): Completion

    Permalink
    Attributes
    protected
    Definition Classes
    CachingScexPresentationCompilerScexPresentationCompiler
  33. def getSharedClassLoader: ScexClassLoader

    Permalink
    Attributes
    protected
    Definition Classes
    ScexCompiler
  34. def getTypeCompletion(exprDef: ExpressionDef, position: Int): Completion

    Permalink
    Attributes
    protected
    Definition Classes
    ScexPresentationCompiler
  35. def getTypeMembers(global: IGlobal)(exprDef: ExpressionDef, ownerTpe: compiler.presentation.IGlobal.Type)(computeMembers: ⇒ Vector[Member]): Vector[Member]

    Permalink
    Attributes
    protected
    Definition Classes
    CachingScexPresentationCompilerScexPresentationCompiler
  36. def hashCode(): Int

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

    Permalink
    Attributes
    protected
    Definition Classes
    ScexCompiler
  38. def isEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    ScexPresentationCompiler
  39. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Attributes
    protected
    Definition Classes
    ClassfileReusingScexCompilerScexCompiler
  41. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  44. def parse(exprDef: ExpressionDef): Tree

    Permalink
    Attributes
    protected
    Definition Classes
    ScexPresentationCompiler
  45. def preprocess(expression: String, template: Boolean): (String, PositionMapping)

    Permalink
    Attributes
    protected
    Definition Classes
    CachingScexCompilerScexCompiler
  46. 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
    CachingScexPresentationCompilerScexPresentationCompilerScexCompiler
  47. def runCompiler(global: ScexGlobal, sourceFile: ScexSourceFile): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ClassfileReusingScexCompilerScexCompiler
  48. val settings: ScexSettings

    Permalink
  49. def setup(): Unit

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ScexCompiler
  57. final def withIGlobal[T](code: (IGlobal) ⇒ T): T

    Permalink
    Attributes
    protected
    Definition Classes
    ScexPresentationCompiler

Inherited from JavaScexCompiler

Inherited from CachingScexCompiler

Inherited from XmlFriendlyScexCompiler

Inherited from ScexPresentationCompiler

Inherited from ScexCompiler

Inherited from LoggingUtils

Inherited from AnyRef

Inherited from Any

Ungrouped