Object

org.apache.daffodil.cookers

NilValueLiteralCharacterCooker

Related Doc: package cookers

Permalink

object NilValueLiteralCharacterCooker extends SingleCharacterLiteralNoCharClassEntitiesWithByteEntities

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NilValueLiteralCharacterCooker
  2. SingleCharacterLiteralNoCharClassEntitiesWithByteEntities
  3. SingleCharacterLiteralNoCharClassEntities
  4. SingleCharacterMixin
  5. NoCharClassEntitiesMixin
  6. StringLiteralBase
  7. StringLiteralCookerMixin
  8. Converter
  9. AutoPropNameBase
  10. Serializable
  11. Serializable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. val allowByteEntities: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    StringLiteralBase
  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 convert(b: String, context: ThrowsSDE, forUnparse: Boolean): String

    Permalink

    Override this if there is just one conversion used for both constants and for runtime expressions.

    Override this if there is just one conversion used for both constants and for runtime expressions.

    Attributes
    protected
    Definition Classes
    StringLiteralCookerMixinConverter
  8. def convertConstant(b: String, context: ThrowsSDE, forUnparse: Boolean): String

    Permalink
    Definition Classes
    Converter
  9. def convertRuntime(b: String, context: ThrowsSDE, forUnparse: Boolean): String

    Permalink

    Override these runtime and constant-specific variants if you need different conversions done if an expression is evaluated at runtime.

    Override these runtime and constant-specific variants if you need different conversions done if an expression is evaluated at runtime.

    This is for things like delimiters or escapeCharacter where it can be "" if it is a constant, but it cannot be "" if it is a runtime expression value.

    The forUnparse flag is for distinctions needed between parse time and unparse time which is very common thing to have.

    This is not the same concept as Compile time vs. Runtime.

    Definition Classes
    Converter
  10. def cook(raw: String, context: ThrowsSDE, forUnparse: Boolean): String

    Permalink
  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 hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def noCharClassEntities(raw: String, context: ThrowsSDE): Unit

    Permalink

    Override if set of prohibited class entities is different

    Override if set of prohibited class entities is different

    Attributes
    protected
    Definition Classes
    NoCharClassEntitiesMixin
  19. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  21. final lazy val propName: String

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

    Permalink
    Definition Classes
    AnyRef
  23. def testCooked(cooked: String, context: ThrowsSDE): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SingleCharacterMixin
  24. def testRaw(raw: String, context: ThrowsSDE): Unit

    Permalink
  25. def testThawed(thawed: String, context: ThrowsSDE): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    StringLiteralBase
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

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

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

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

Inherited from SingleCharacterMixin

Inherited from NoCharClassEntitiesMixin

Inherited from StringLiteralBase

Inherited from StringLiteralCookerMixin

Inherited from Converter[String, String]

Inherited from AutoPropNameBase

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped