Class

org.apache.daffodil.cookers

ListOfSingleCharacterLiteralNoCharClassEntitiesNoByteEntities

Related Doc: package cookers

Permalink

class ListOfSingleCharacterLiteralNoCharClassEntitiesNoByteEntities extends ListOfStringLiteralBase with ListOfSingleCharacterMixin

Linear Supertypes
ListOfSingleCharacterMixin, ListOfStringLiteralBase, ListStringLiteralCookerMixin, Converter[String, List[String]], AutoPropNameBase, Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ListOfSingleCharacterLiteralNoCharClassEntitiesNoByteEntities
  2. ListOfSingleCharacterMixin
  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

Instance Constructors

  1. new ListOfSingleCharacterLiteralNoCharClassEntitiesNoByteEntities(pn: String = null)

    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. 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
    Converter
  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
    Converter
  10. def cook(raw: String, context: ThrowsSDE, forUnparse: Boolean): List[String]

    Permalink
    Attributes
    protected
    Definition Classes
    ListOfStringLiteralBaseListStringLiteralCookerMixin
  11. def cookCharacters(raw: String, context: ThrowsSDE, forUnparse: Boolean): List[Character]

    Permalink
    Definition Classes
    ListOfSingleCharacterMixin
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  21. val oneLiteralCooker: SingleCharacterLiteralNoCharClassEntitiesNoByteEntities

    Permalink
  22. final lazy val propName: String

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

    Permalink
    Definition Classes
    AnyRef
  24. def testCooked(cooked: List[String], context: ThrowsSDE): Unit

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

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

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

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

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

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