Class/Object

org.apache.daffodil.compiler

Compiler

Related Docs: object Compiler | package compiler

Permalink

class Compiler extends api.DFDL.Compiler with Logging with HavingRootSpec

Linear Supertypes
HavingRootSpec, Logging, Identity, api.DFDL.Compiler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Compiler
  2. HavingRootSpec
  3. Logging
  4. Identity
  5. Compiler
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Compiler(validateDFDLSchemas: Boolean = true)

    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 areLogging(lvl: Type): Boolean

    Permalink
    Definition Classes
    Logging
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def compileFile(file: File): ProcessorFactory

    Permalink

    Compilation returns a parser factory, which must be interrogated for diagnostics to see if compilation was successful or not.

  8. def compileNode(xml: Node, optTmpDir: Option[File] = None): ProcessorFactory

    Permalink

    For convenient unit testing allow a literal XML node.

  9. def compileSource(schemaSource: DaffodilSchemaSource): ProcessorFactory

    Permalink

    Synchronized on the global Compiler singleton object.

    Synchronized on the global Compiler singleton object.

    This is to avoid issues when TDML tests are running in parallel and compiling schemas that are not in files, but just embedded in the tests.

    Definition Classes
    Compiler → Compiler
  10. def doLogging(lvl: Type, msg: String, args: Seq[Any]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  11. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getLogWriter(): LogWriter

    Permalink
    Definition Classes
    Logging
  16. final def getLoggingLevel(): Type

    Permalink
    Definition Classes
    Logging
  17. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  19. final macro def log(lvl: Type, msg: String, args: Any*): Unit

    Permalink
    Definition Classes
    Logging
  20. lazy val logID: String

    Permalink
    Definition Classes
    Logging → Identity
  21. var logLevel: Maybe[Type]

    Permalink
    Definition Classes
    Logging
  22. var logWriter: Maybe[LogWriter]

    Permalink
    Definition Classes
    Logging
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def reload(savedParser: ReadableByteChannel): DataProcessor

    Permalink
  27. def reload(savedParser: File): DataProcessor

    Permalink
    Definition Classes
    Compiler → Compiler
  28. var rootSpec: Option[RootSpec]

    Permalink
    Definition Classes
    HavingRootSpec
  29. def setCheckAllTopLevel(flag: Boolean): Unit

    Permalink
  30. def setDistinguishedRootNode(name: String, namespace: String): Unit

    Permalink
    Definition Classes
    HavingRootSpec
  31. def setExternalDFDLVariable(variable: Binding): Unit

    Permalink
  32. def setExternalDFDLVariable(name: String, namespace: String, value: String): Unit

    Permalink

    Sets externally defined variables.

    Sets externally defined variables.

    name

    The variable name excluding the namespace or namespace prefix.

    namespace

    The namespace where empty string is interpreted as NoNamespace and null is interpreted as 'figure out the namespace'.

    value

    The variable's value.

    Definition Classes
    Compiler → Compiler
  33. def setExternalDFDLVariables(extVarsFile: File): Unit

    Permalink
  34. def setExternalDFDLVariables(variables: Seq[Binding]): Unit

    Permalink
  35. def setLogWriter(lw: LogWriter): Unit

    Permalink
    Definition Classes
    Logging
  36. def setLoggingLevel(level: Type): Unit

    Permalink
    Definition Classes
    Logging
  37. def setTunable(tunable: String, value: String): Unit

    Permalink
  38. def setTunables(tunables: Map[String, String]): Unit

    Permalink
  39. def setValidateDFDLSchemas(value: Boolean): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  42. var validateDFDLSchemas: Boolean

    Permalink
  43. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. macro def withLoggingLevel[S](newLevel: Type)(body: ⇒ S): Unit

    Permalink
    Definition Classes
    Logging

Inherited from HavingRootSpec

Inherited from Logging

Inherited from Identity

Inherited from api.DFDL.Compiler

Inherited from AnyRef

Inherited from Any

Ungrouped