Trait

org.apache.daffodil.grammar

ModelGroupGrammarMixin

Related Doc: package grammar

Permalink

trait ModelGroupGrammarMixin extends InitiatedTerminatedMixin with AlignedMixin with HasStatementsGrammarMixin with GroupCommonAGMixin with ModelGroupRuntime1Mixin

Self Type
ModelGroup
Linear Supertypes
ModelGroupRuntime1Mixin, GroupCommonAGMixin, HasStatementsGrammarMixin, AlignedMixin, InitiatedTerminatedMixin, DelimitedRuntimeValuedPropertiesMixin, RawDelimitedRuntimeValuedPropertiesMixin, TermRuntimeValuedPropertiesMixin, RawCommonRuntimeValuedPropertiesMixin, ChoiceAGMixin, ChoiceLengthKindMixin, PropertyReferencedElementInfosMixin, DFDLBaseTypeMixin, MarkupAGMixin, AlignmentAGMixin, AlignmentUnitsMixin, CommonAGMixin, EncodingErrorPolicyMixin, UTF16WidthMixin, ParseUnparsePolicyMixin, schema.annotation.props.gen.BitOrderMixin, BaseAGMixin, DFDLTypeMixin, PropertyMixin, Logging, Identity, SavesErrorsAndWarnings, ThrowsSDE, FindPropertyMixin, PropTypes, AnnotatedMixin, GrammarMixin, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ModelGroupGrammarMixin
  2. ModelGroupRuntime1Mixin
  3. GroupCommonAGMixin
  4. HasStatementsGrammarMixin
  5. AlignedMixin
  6. InitiatedTerminatedMixin
  7. DelimitedRuntimeValuedPropertiesMixin
  8. RawDelimitedRuntimeValuedPropertiesMixin
  9. TermRuntimeValuedPropertiesMixin
  10. RawCommonRuntimeValuedPropertiesMixin
  11. ChoiceAGMixin
  12. ChoiceLengthKindMixin
  13. PropertyReferencedElementInfosMixin
  14. DFDLBaseTypeMixin
  15. MarkupAGMixin
  16. AlignmentAGMixin
  17. AlignmentUnitsMixin
  18. CommonAGMixin
  19. EncodingErrorPolicyMixin
  20. UTF16WidthMixin
  21. ParseUnparsePolicyMixin
  22. BitOrderMixin
  23. BaseAGMixin
  24. DFDLTypeMixin
  25. PropertyMixin
  26. Logging
  27. Identity
  28. SavesErrorsAndWarnings
  29. ThrowsSDE
  30. FindPropertyMixin
  31. PropTypes
  32. AnnotatedMixin
  33. GrammarMixin
  34. AnyRef
  35. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final type F = (ContentValueReferencedElementInfoMixin) ⇒ Set[DPathElementCompileInfo]

    Permalink
    Attributes
    protected
    Definition Classes
    PropertyReferencedElementInfosMixin
  2. type PropItem = (String, (String, LookupLocation))

    Permalink
    Definition Classes
    PropTypes
  3. type PropMap = Map[String, (String, LookupLocation)]

    Permalink
    Definition Classes
    PropTypes

Abstract Value Members

  1. abstract def SDE(id: String, args: Any*): Nothing

    Permalink
    Definition Classes
    SavesErrorsAndWarnings
  2. abstract def SDEButContinue(str: String, args: Any*): Unit

    Permalink
    Definition Classes
    SavesErrorsAndWarnings
  3. abstract def SDW(warnID: WarnID, str: String, args: Any*): Unit

    Permalink
    Definition Classes
    SavesErrorsAndWarnings
  4. abstract def annotationFactory(node: Node): Option[DFDLAnnotation]

    Permalink

    Anything annotated must be able to construct the appropriate DFDLAnnotation object from the xml.

    Anything annotated must be able to construct the appropriate DFDLAnnotation object from the xml.

    Attributes
    protected
    Definition Classes
    AnnotatedMixin
  5. abstract def emptyFormatFactory: DFDLFormatAnnotation

    Permalink

    Here we establish an invariant which is that every annotatable schema component has, definitely, has an annotation object.

    Here we establish an invariant which is that every annotatable schema component has, definitely, has an annotation object. It may have no properties on it, but it will be there. Hence, we can delegate various property-related attribute calculations to it.

    To realize this, every concrete class must implement (or inherit) an implementation of emptyFormatFactory, which constructs an empty format annotation, and isMyFormatAnnotation which tests if an annotation is the corresponding kind.

    Given that, formatAnnotation then either finds the right annotation, or constructs one, but our invariant is imposed. There *is* a formatAnnotation.

    Attributes
    protected
    Definition Classes
    AnnotatedMixin
  6. abstract def grammarContext: SchemaComponent

    Permalink

    For unit testing, we want to create GrammarMixin objects that are not schema components.

    For unit testing, we want to create GrammarMixin objects that are not schema components. So we can't use a self-type here. Instead we define this abstract grammarContext.

    Attributes
    protected
    Definition Classes
    GrammarMixin
  7. abstract def groupContent: Gram

    Permalink
    Attributes
    protected
  8. abstract def isMyFormatAnnotation(a: DFDLAnnotation): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    AnnotatedMixin
  9. abstract def lookupProperty(pname: String): PropertyLookupResult

    Permalink
    Attributes
    protected
    Definition Classes
    FindPropertyMixin
  10. abstract def modelGroupRuntimeData: ModelGroupRuntimeData

    Permalink
    Definition Classes
    ModelGroupRuntime1Mixin
  11. abstract def schemaFileLocation: SchemaFileLocation

    Permalink
    Definition Classes
    ThrowsSDE
  12. abstract def statementContentParserReferencedElementInfos: Set[DPathElementCompileInfo]

    Permalink
    Attributes
    protected
    Definition Classes
    PropertyReferencedElementInfosMixin
  13. abstract def statementContentUnparserReferencedElementInfos: Set[DPathElementCompileInfo]

    Permalink
    Attributes
    protected
    Definition Classes
    PropertyReferencedElementInfosMixin
  14. abstract def statementValueParserReferencedElementInfos: Set[DPathElementCompileInfo]

    Permalink
    Attributes
    protected
    Definition Classes
    PropertyReferencedElementInfosMixin
  15. abstract def statementValueUnparserReferencedElementInfos: Set[DPathElementCompileInfo]

    Permalink
    Attributes
    protected
    Definition Classes
    PropertyReferencedElementInfosMixin

Concrete 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 NYI: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    GrammarMixin
  5. final def SDE(th: Throwable): Nothing

    Permalink
    Definition Classes
    ThrowsSDE
  6. def ThrowSDE: PartialFunction[Throwable, Nothing]

    Permalink
    Definition Classes
    ThrowsSDE
  7. final def alignment: AnyRef

    Permalink
    Definition Classes
    AlignmentAGMixin
  8. def alignmentAGInit(): Unit

    Permalink
    Definition Classes
    AlignmentAGMixin
  9. final def alignmentUnits: AlignmentUnits

    Permalink
    Definition Classes
    AlignmentUnitsMixin
  10. final def alignmentUnitsInit(): Unit

    Permalink
    Definition Classes
    AlignmentUnitsMixin
  11. final def alignmentUnitsToString(): String

    Permalink
    Definition Classes
    AlignmentUnitsMixin
  12. final def alignmentUnits_location: LookupLocation

    Permalink
    Definition Classes
    AlignmentUnitsMixin
  13. final def alignment_location: LookupLocation

    Permalink
    Definition Classes
    AlignmentAGMixin
  14. final lazy val annotationObjs: Seq[DFDLAnnotation]

    Permalink

    The DFDL annotations on the component, as objects that are subtypes of DFDLAnnotation.

    The DFDL annotations on the component, as objects that are subtypes of DFDLAnnotation.

    Definition Classes
    AnnotatedMixin
  15. final def areLogging(lvl: Type): Boolean

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

    Permalink
    Definition Classes
    Any
  17. def baseAGInit(): Unit

    Permalink
    Definition Classes
    BaseAGMixin
  18. final def bitOrder: BitOrder

    Permalink
    Definition Classes
    BitOrderMixin
  19. final def bitOrderInit(): Unit

    Permalink
    Definition Classes
    BitOrderMixin
  20. final def bitOrderToString(): String

    Permalink
    Definition Classes
    BitOrderMixin
  21. final def bitOrder_location: LookupLocation

    Permalink
    Definition Classes
    BitOrderMixin
  22. final lazy val byteOrderRaw: Found

    Permalink
    Attributes
    protected
    Definition Classes
    RawCommonRuntimeValuedPropertiesMixin
  23. def calcContentParserReferencedElementInfos: Set[DPathElementCompileInfo]

    Permalink
    Attributes
    protected
    Definition Classes
    PropertyReferencedElementInfosMixin
  24. def calcContentUnparserReferencedElementInfos: Set[DPathElementCompileInfo]

    Permalink
    Attributes
    protected
    Definition Classes
    PropertyReferencedElementInfosMixin
  25. def calcValueParserReferencedElementInfos: Set[DPathElementCompileInfo]

    Permalink
    Attributes
    protected
    Definition Classes
    PropertyReferencedElementInfosMixin
  26. def calcValueUnparserReferencedElementInfos: Set[DPathElementCompileInfo]

    Permalink
    Attributes
    protected
    Definition Classes
    PropertyReferencedElementInfosMixin
  27. final lazy val charsetEv: CharsetEv

    Permalink
  28. def choiceAGInit(): Unit

    Permalink
    Definition Classes
    ChoiceAGMixin
  29. final def choiceBranchKey: String

    Permalink
    Definition Classes
    CommonAGMixin
  30. final def choiceBranchKeyKind: ChoiceKeyKindType

    Permalink
    Definition Classes
    ChoiceAGMixin
  31. final def choiceBranchKeyKind_location: LookupLocation

    Permalink
    Definition Classes
    ChoiceAGMixin
  32. final def choiceBranchKeyRanges: String

    Permalink
    Definition Classes
    CommonAGMixin
  33. final def choiceBranchKeyRanges_location: LookupLocation

    Permalink
    Definition Classes
    CommonAGMixin
  34. final def choiceBranchKey_location: LookupLocation

    Permalink
    Definition Classes
    CommonAGMixin
  35. final def choiceDispatchKeyKind: ChoiceKeyKindType

    Permalink
    Definition Classes
    ChoiceAGMixin
  36. final def choiceDispatchKeyKind_location: LookupLocation

    Permalink
    Definition Classes
    ChoiceAGMixin
  37. final def choiceLength: Int

    Permalink
    Definition Classes
    ChoiceAGMixin
  38. final def choiceLengthKind: ChoiceLengthKind

    Permalink
    Definition Classes
    ChoiceLengthKindMixin
  39. final def choiceLengthKindInit(): Unit

    Permalink
    Definition Classes
    ChoiceLengthKindMixin
  40. final def choiceLengthKindToString(): String

    Permalink
    Definition Classes
    ChoiceLengthKindMixin
  41. final def choiceLengthKind_location: LookupLocation

    Permalink
    Definition Classes
    ChoiceLengthKindMixin
  42. final lazy val choiceLengthRaw: Found

    Permalink
    Attributes
    protected
    Definition Classes
    RawDelimitedRuntimeValuedPropertiesMixin
  43. final def choiceLength_location: LookupLocation

    Permalink
    Definition Classes
    ChoiceAGMixin
  44. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def commonAGInit(): Unit

    Permalink
    Definition Classes
    CommonAGMixin
  46. lazy val contentStartAlignment: AlignmentMultipleOf

    Permalink
    Attributes
    protected
    Definition Classes
    AlignedMixin
  47. def convertToBoolean(pv: String): Boolean

    Permalink
    Definition Classes
    PropertyMixin
  48. def convertToDouble(pv: String): Double

    Permalink
    Definition Classes
    PropertyMixin
  49. def convertToFloat(pv: String): Float

    Permalink
    Definition Classes
    PropertyMixin
  50. def convertToInt(pv: String): Int

    Permalink
    Definition Classes
    PropertyMixin
  51. def convertToNCName(pv: String): String

    Permalink
    Definition Classes
    PropertyMixin
  52. def convertToQName(pv: String, pl: LookupLocation): RefQName

    Permalink
    Definition Classes
    PropertyMixin
  53. def convertToString(pv: String): String

    Permalink
    Definition Classes
    PropertyMixin
  54. def dFDLBaseTypeInit(): Unit

    Permalink
    Definition Classes
    DFDLBaseTypeMixin
  55. def dFDLTypeInit(): Unit

    Permalink
    Definition Classes
    DFDLTypeMixin
  56. lazy val dfdlAppInfos: NodeSeq

    Permalink
    Definition Classes
    AnnotatedMixin
  57. final lazy val dfdlStatementEvaluations: Gram

    Permalink
    Definition Classes
    HasStatementsGrammarMixin
  58. def doLogging(lvl: Type, msg: String, args: Seq[Any]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  59. lazy val elementSpecifiedLengthApprox: LengthApprox

    Permalink
    Attributes
    protected
    Definition Classes
    AlignedMixin
  60. val emptyPropMap: dsom.ModelGroup.PropMap

    Permalink
    Definition Classes
    PropTypes
  61. final def encodingErrorPolicy: EncodingErrorPolicy

    Permalink
    Definition Classes
    EncodingErrorPolicyMixin
  62. final def encodingErrorPolicyInit(): Unit

    Permalink
    Definition Classes
    EncodingErrorPolicyMixin
  63. final def encodingErrorPolicyToString(): String

    Permalink
    Definition Classes
    EncodingErrorPolicyMixin
  64. final def encodingErrorPolicy_location: LookupLocation

    Permalink
    Definition Classes
    EncodingErrorPolicyMixin
  65. final lazy val encodingEv: EncodingEv

    Permalink
  66. final lazy val encodingRaw: Found

    Permalink
    Attributes
    protected
    Definition Classes
    RawCommonRuntimeValuedPropertiesMixin
  67. lazy val endingAlignmentApprox: AlignmentMultipleOf

    Permalink
    Attributes
    protected
    Definition Classes
    AlignedMixin
  68. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  70. final def fillByte: String

    Permalink
    Definition Classes
    AlignmentAGMixin
  71. final lazy val fillByteRaw: Found

    Permalink
    Attributes
    protected
    Definition Classes
    RawCommonRuntimeValuedPropertiesMixin
  72. final def fillByte_location: LookupLocation

    Permalink
    Definition Classes
    AlignmentAGMixin
  73. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  74. final def findProperty(pname: String): Found

    Permalink
    Definition Classes
    FindPropertyMixin
  75. def findPropertyOption(pname: String): PropertyLookupResult

    Permalink
    Definition Classes
    FindPropertyMixin
  76. final lazy val formatAnnotation: DFDLFormatAnnotation

    Permalink
    Definition Classes
    AnnotatedMixin
  77. final lazy val formatAnnotationExpectedName: String

    Permalink
    Definition Classes
    AnnotatedMixin
  78. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Logging
  81. final def getProperty(pname: String): String

    Permalink
    Definition Classes
    FindPropertyMixin
  82. final def getPropertyOption(pname: String): Option[String]

    Permalink
    Definition Classes
    FindPropertyMixin
  83. def groupCommonAGInit(): Unit

    Permalink
    Definition Classes
    GroupCommonAGMixin
  84. lazy val groupMembersRuntimeData: Seq[TermRuntimeData]

    Permalink
    Attributes
    protected
    Definition Classes
    ModelGroupRuntime1Mixin
  85. lazy val hasDelimiters: Boolean

    Permalink

    True if this term has initiator, terminator, or separator that are either statically present, or there is an expression.

    True if this term has initiator, terminator, or separator that are either statically present, or there is an expression. (Such expressions are not allowed to evaluate to "" - you can't turn off a delimiter by providing "" at runtime. Minimum length is 1 for these at runtime.

    Override in SequenceTermBase to also check for separator.

    Definition Classes
    InitiatedTerminatedMixin
  86. lazy val hasInitiator: Boolean

    Permalink

    True if the term has an initiator expressed on it.

    True if the term has an initiator expressed on it.

    Do not confuse with the concept of the delimiter being able to match or not match zero-length data. Whether the representation of a term in the data stream "has an initiator", as in the initator occupies a non-zero number of bits in the data stream, is an entirely different question.

    Definition Classes
    InitiatedTerminatedMixin
  87. final lazy val hasNoSkipRegions: Boolean

    Permalink
    Definition Classes
    AlignedMixin
  88. lazy val hasTerminator: Boolean

    Permalink

    True if the term has a terminator expressed on it.

    True if the term has a terminator expressed on it.

    Do not confuse with the concept of the delimiter being able to match or not match zero-length data. Whether the representation of a term in the data stream "has a terminator", as in the terminator occupies a non-zero number of bits, is an entirely different question.

    Definition Classes
    InitiatedTerminatedMixin
  89. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  90. final def ignoreCase: YesNo

    Permalink
    Definition Classes
    CommonAGMixin
  91. lazy val ignoreCaseBool: Boolean

    Permalink
  92. final def ignoreCase_location: LookupLocation

    Permalink
    Definition Classes
    CommonAGMixin
  93. final def initiatedContent: YesNo

    Permalink
    Definition Classes
    GroupCommonAGMixin
  94. final def initiatedContent_location: LookupLocation

    Permalink
    Definition Classes
    GroupCommonAGMixin
  95. final lazy val initiatorExpr: CompiledExpression[String]

    Permalink
    Attributes
    protected
    Definition Classes
    DelimitedRuntimeValuedPropertiesMixin
  96. final def initiatorLoc: (String, String)

    Permalink
  97. lazy val initiatorParseEv: InitiatorParseEv

    Permalink
  98. final lazy val initiatorRaw: Found

    Permalink
    Attributes
    protected
    Definition Classes
    RawDelimitedRuntimeValuedPropertiesMixin
  99. lazy val initiatorRegion: Gram

    Permalink
    Definition Classes
    InitiatedTerminatedMixin
  100. lazy val initiatorUnparseEv: InitiatorUnparseEv

    Permalink
  101. final lazy val isDelimiterKnownToBeTextAligned: Boolean

    Permalink
    Definition Classes
    AlignedMixin
  102. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  103. final lazy val isKnownToBeAligned: Boolean

    Permalink

    true if we can statically determine that the start of this will be properly aligned by where the prior thing left us positioned.

    true if we can statically determine that the start of this will be properly aligned by where the prior thing left us positioned. Hence we are guaranteed to be properly aligned.

    Definition Classes
    AlignedMixin
  104. lazy val isKnownToBeByteAlignedAndByteLength: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    AlignedMixin
  105. final lazy val isKnownToBeTextAligned: Boolean

    Permalink

    True if alignment for a text feature of this Term (e.g., an initiator) is provably not needed, either because there is no requirement for such alignment, or we can prove that the required alignment is already established.

    True if alignment for a text feature of this Term (e.g., an initiator) is provably not needed, either because there is no requirement for such alignment, or we can prove that the required alignment is already established.

    This goes further TermEncodingMixin.hasTextAlignment because it considers the surrounding context meeting the alignment needs.

    Definition Classes
    AlignedMixin
  106. final def leadingSkip: Int

    Permalink
    Definition Classes
    AlignmentAGMixin
  107. lazy val leadingSkipInBits: Int

    Permalink
    Definition Classes
    AlignedMixin
  108. final def leadingSkip_location: LookupLocation

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

    Permalink
    Definition Classes
    Logging
  110. lazy val logID: String

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

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

    Permalink
    Definition Classes
    Logging
  113. def markupAGInit(): Unit

    Permalink
    Definition Classes
    MarkupAGMixin
  114. final lazy val maybeCharsetEv: Maybe[CharsetEv]

    Permalink
  115. final lazy val maybeFillByteEv: Maybe[FillByteEv]

    Permalink
  116. lazy val maybeOutputNewLineEv: Maybe[OutputNewLineEv]

    Permalink

    Use when we might or might not need the outputNewLine property

    Use when we might or might not need the outputNewLine property

    Definition Classes
    TermRuntimeValuedPropertiesMixin
  117. final def mt: Gram

    Permalink
    Attributes
    protected
    Definition Classes
    GrammarMixin
  118. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  119. final def notYetImplemented(msg: String, args: Any*): Nothing

    Permalink
    Definition Classes
    ThrowsSDE
  120. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  122. final def optionAlignmentUnits: Option[AlignmentUnits]

    Permalink
    Definition Classes
    AlignmentUnitsMixin
  123. final def optionAlignmentUnits_location: Option[LookupLocation]

    Permalink
    Definition Classes
    AlignmentUnitsMixin
  124. final def optionBitOrder: Option[BitOrder]

    Permalink
    Definition Classes
    BitOrderMixin
  125. final def optionBitOrder_location: Option[LookupLocation]

    Permalink
    Definition Classes
    BitOrderMixin
  126. final lazy val optionByteOrderRaw: PropertyLookupResult

    Permalink
    Attributes
    protected
    Definition Classes
    RawCommonRuntimeValuedPropertiesMixin
  127. final def optionChoiceLengthKind: Option[ChoiceLengthKind]

    Permalink
    Definition Classes
    ChoiceLengthKindMixin
  128. final def optionChoiceLengthKind_location: Option[LookupLocation]

    Permalink
    Definition Classes
    ChoiceLengthKindMixin
  129. final lazy val optionChoiceLengthRaw: PropertyLookupResult

    Permalink
    Attributes
    protected
    Definition Classes
    RawDelimitedRuntimeValuedPropertiesMixin
  130. final def optionEncodingErrorPolicy: Option[EncodingErrorPolicy]

    Permalink
    Definition Classes
    EncodingErrorPolicyMixin
  131. final def optionEncodingErrorPolicy_location: Option[LookupLocation]

    Permalink
    Definition Classes
    EncodingErrorPolicyMixin
  132. final lazy val optionEncodingRaw: PropertyLookupResult

    Permalink
    Attributes
    protected
    Definition Classes
    RawCommonRuntimeValuedPropertiesMixin
  133. final lazy val optionFillByteRaw: PropertyLookupResult

    Permalink
    Attributes
    protected
    Definition Classes
    RawCommonRuntimeValuedPropertiesMixin
  134. final lazy val optionInitiatorRaw: PropertyLookupResult

    Permalink
    Attributes
    protected
    Definition Classes
    RawDelimitedRuntimeValuedPropertiesMixin
  135. final lazy val optionOutputNewLineRaw: PropertyLookupResult

    Permalink
    Attributes
    protected
    Definition Classes
    RawCommonRuntimeValuedPropertiesMixin
  136. final def optionParseUnparsePolicy: Option[ParseUnparsePolicy]

    Permalink
    Definition Classes
    ParseUnparsePolicyMixin
  137. final def optionParseUnparsePolicy_location: Option[LookupLocation]

    Permalink
    Definition Classes
    ParseUnparsePolicyMixin
  138. final lazy val optionTerminatorRaw: PropertyLookupResult

    Permalink
    Attributes
    protected
    Definition Classes
    RawDelimitedRuntimeValuedPropertiesMixin
  139. final def optionUTF16Width: Option[UTF16Width]

    Permalink
    Definition Classes
    UTF16WidthMixin
  140. final def optionUTF16Width_location: Option[LookupLocation]

    Permalink
    Definition Classes
    UTF16WidthMixin
  141. lazy val outputNewLineEv: OutputNewLineEv

    Permalink
  142. final lazy val outputNewLineRaw: Found

    Permalink
    Attributes
    protected
    Definition Classes
    RawCommonRuntimeValuedPropertiesMixin
  143. final def parseUnparsePolicy: ParseUnparsePolicy

    Permalink
    Definition Classes
    ParseUnparsePolicyMixin
  144. final def parseUnparsePolicyInit(): Unit

    Permalink
    Definition Classes
    ParseUnparsePolicyMixin
  145. final def parseUnparsePolicyToString(): String

    Permalink
    Definition Classes
    ParseUnparsePolicyMixin
  146. final def parseUnparsePolicy_location: LookupLocation

    Permalink
    Definition Classes
    ParseUnparsePolicyMixin
  147. def prod(prodName: String)(gram: ⇒ Gram): Gram

    Permalink

    Use when production has no guard, but you want to name the production anyway (for debug visibility perhaps).

    Use when production has no guard, but you want to name the production anyway (for debug visibility perhaps).

    Definition Classes
    GrammarMixin
  148. def prod(prodName: String, guard: Boolean = true, forWhat: ParserOrUnparser = BothParserAndUnparser)(gram: ⇒ Gram): Gram

    Permalink

    Use when production has a guard predicate

    Use when production has a guard predicate

    Definition Classes
    GrammarMixin
  149. val propCache: LinkedHashMap[String, PropertyLookupResult]

    Permalink
    Definition Classes
    FindPropertyMixin
  150. final def propExprElts(rawProp: PropertyLookupResult, evArg: ⇒ ContentValueReferencedElementInfoMixin, f: dsom.ModelGroup.F): Set[DPathElementCompileInfo]

    Permalink

    Convenience method to make gathering up all elements referenced in expressions easier.

    Convenience method to make gathering up all elements referenced in expressions easier.

    Attributes
    protected
    Definition Classes
    PropertyReferencedElementInfosMixin
  151. def propertyContentReferencedElementInfos: Set[DPathElementCompileInfo]

    Permalink
  152. def propertyValueReferencedElementInfos: Set[DPathElementCompileInfo]

    Permalink
  153. def registerToStringFunction(f: () ⇒ String): Unit

    Permalink
    Definition Classes
    PropertyMixin
  154. final def requireProperty(prop: PropertyLookupResult): Found

    Permalink
    Definition Classes
    FindPropertyMixin
  155. final lazy val runtimeData: RuntimeData

    Permalink
    Definition Classes
    ModelGroupRuntime1Mixin
  156. final def schemaDefinitionError(str: String, args: Any*): Nothing

    Permalink
    Definition Classes
    ThrowsSDE
  157. def schemaDefinitionErrorButContinue(str: String, args: Any*): Unit

    Permalink
    Definition Classes
    SavesErrorsAndWarnings
  158. def schemaDefinitionErrorDueToPropertyValue(propertyName: String, propertyValue: String, propertyLocation: LookupLocation, otherPropertyLocation: LookupLocation, str: String, args: Any*): Nothing

    Permalink
    Definition Classes
    SavesErrorsAndWarnings
  159. final macro def schemaDefinitionUnless(testThatWillThrowIfFalse: Boolean, str: String, args: Any*): Unit

    Permalink
    Definition Classes
    ThrowsSDE
  160. macro def schemaDefinitionWarningUnless(warnID: WarnID, testThatWillWarnIfFalse: Boolean, str: String, args: Any*): Unit

    Permalink
    Definition Classes
    SavesErrorsAndWarnings
  161. macro def schemaDefinitionWarningWhen(warnID: WarnID, testThatWillWarnIfTrue: Boolean, str: String, args: Any*): Unit

    Permalink
    Definition Classes
    SavesErrorsAndWarnings
  162. final macro def schemaDefinitionWhen(testThatWillThrowIfTrue: Boolean, str: String, args: Any*): Unit

    Permalink
    Definition Classes
    ThrowsSDE
  163. def setLogWriter(lw: LogWriter): Unit

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

    Permalink
    Definition Classes
    Logging
  165. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  166. final lazy val termContentBody: Gram

    Permalink
  167. final lazy val termRuntimeData: TermRuntimeData

    Permalink
    Definition Classes
    ModelGroupRuntime1Mixin
  168. final lazy val terminatorExpr: CompiledExpression[String]

    Permalink
    Attributes
    protected
    Definition Classes
    DelimitedRuntimeValuedPropertiesMixin
  169. final def terminatorLoc: (String, String)

    Permalink
  170. lazy val terminatorParseEv: TerminatorParseEv

    Permalink
  171. final lazy val terminatorRaw: Found

    Permalink
    Attributes
    protected
    Definition Classes
    RawDelimitedRuntimeValuedPropertiesMixin
  172. lazy val terminatorRegion: Gram

    Permalink
    Definition Classes
    InitiatedTerminatedMixin
  173. lazy val terminatorUnparseEv: TerminatorUnparseEv

    Permalink
  174. final def textBidi: YesNo

    Permalink
    Definition Classes
    CommonAGMixin
  175. final def textBidi_location: LookupLocation

    Permalink
    Definition Classes
    CommonAGMixin
  176. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  177. var toStringFunctionList: List[() ⇒ String]

    Permalink
    Definition Classes
    PropertyMixin
  178. final def toss(th: Throwable): Nothing

    Permalink
    Definition Classes
    ThrowsSDE
  179. final def trailingSkip: Int

    Permalink
    Definition Classes
    AlignmentAGMixin
  180. lazy val trailingSkipApprox: LengthApprox

    Permalink
    Attributes
    protected
    Definition Classes
    AlignedMixin
  181. lazy val trailingSkipInBits: Int

    Permalink
    Definition Classes
    AlignedMixin
  182. final def trailingSkip_location: LookupLocation

    Permalink
    Definition Classes
    AlignmentAGMixin
  183. final def utf16Width: UTF16Width

    Permalink
    Definition Classes
    UTF16WidthMixin
  184. final def utf16WidthInit(): Unit

    Permalink
    Definition Classes
    UTF16WidthMixin
  185. final def utf16WidthToString(): String

    Permalink
    Definition Classes
    UTF16WidthMixin
  186. final def utf16Width_location: LookupLocation

    Permalink
    Definition Classes
    UTF16WidthMixin
  187. def verboseToString: String

    Permalink
    Definition Classes
    PropertyMixin
  188. def verifyPropValue(key: String, value: String): Boolean

    Permalink
    Definition Classes
    FindPropertyMixin
  189. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    Logging

Inherited from ModelGroupRuntime1Mixin

Inherited from GroupCommonAGMixin

Inherited from HasStatementsGrammarMixin

Inherited from AlignedMixin

Inherited from InitiatedTerminatedMixin

Inherited from ChoiceAGMixin

Inherited from ChoiceLengthKindMixin

Inherited from DFDLBaseTypeMixin

Inherited from MarkupAGMixin

Inherited from AlignmentAGMixin

Inherited from AlignmentUnitsMixin

Inherited from CommonAGMixin

Inherited from EncodingErrorPolicyMixin

Inherited from UTF16WidthMixin

Inherited from ParseUnparsePolicyMixin

Inherited from schema.annotation.props.gen.BitOrderMixin

Inherited from BaseAGMixin

Inherited from DFDLTypeMixin

Inherited from PropertyMixin

Inherited from Logging

Inherited from Identity

Inherited from SavesErrorsAndWarnings

Inherited from ThrowsSDE

Inherited from FindPropertyMixin

Inherited from PropTypes

Inherited from AnnotatedMixin

Inherited from GrammarMixin

Inherited from AnyRef

Inherited from Any

Ungrouped