Object

org.apache.daffodil.cookers

TerminatorCooker

Related Doc: package cookers

Permalink

object TerminatorCooker extends DelimiterCooker

Linear Supertypes
DelimiterCooker, ListOfStringLiteralBase, ListStringLiteralCookerMixin, Converter[String, List[String]], AutoPropNameBase, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TerminatorCooker
  2. DelimiterCooker
  3. ListOfStringLiteralBase
  4. ListStringLiteralCookerMixin
  5. Converter
  6. AutoPropNameBase
  7. Serializable
  8. Serializable
  9. AnyRef
  10. 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
    ListOfStringLiteralBase
  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): List[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
    ListStringLiteralCookerMixinConverter
  8. def convertConstant(b: String, context: ThrowsSDE, forUnparse: Boolean): List[String]

    Permalink
    Definition Classes
    DelimiterCookerConverter
  9. def convertRuntime(b: String, context: ThrowsSDE, forUnparse: Boolean): List[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
    DelimiterCookerConverter
  10. def cook(raw: String, context: ThrowsSDE, forUnparse: Boolean): List[String]

    Permalink
    Attributes
    protected
    Definition Classes
    DelimiterCookerListOfStringLiteralBaseListStringLiteralCookerMixin
  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. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  20. def oneLiteralCooker: StringLiteralBase

    Permalink

    Overriding as def since this is a usage error to call.

    Overriding as def since this is a usage error to call.

    Attributes
    protected
    Definition Classes
    DelimiterCookerListOfStringLiteralBase
  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: List[String], context: ThrowsSDE): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ListOfStringLiteralBase
  24. def toString(): String

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

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

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

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

Inherited from DelimiterCooker

Inherited from ListOfStringLiteralBase

Inherited from Converter[String, List[String]]

Inherited from AutoPropNameBase

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped