class ElementOVCSpecifiedLengthUnparser extends ElementUnparserBase with OVCStartEndStrategy with ElementSpecifiedLengthMixin
- Alphabetic
- By Inheritance
- ElementOVCSpecifiedLengthUnparser
- ElementSpecifiedLengthMixin
- OVCStartEndStrategy
- ElementUnparserBase
- ElementUnparserStartEndStrategy
- RepMoveMixin
- CombinatorUnparser
- CombinatorProcessor
- Unparser
- Processor
- Serializable
- Serializable
- ToBriefXMLImpl
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ElementOVCSpecifiedLengthUnparser(context: ElementRuntimeData, maybeTargetLengthEv: Maybe[UnparseTargetLengthInBitsEv], setVarUnparsers: Array[Unparser], eBeforeUnparser: Maybe[Unparser], eUnparser: Maybe[Unparser], eAfterUnparser: Maybe[Unparser], expr: CompiledExpression[AnyRef])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
UE(ustate: UState, s: String, args: Any*): Nothing
- Definition Classes
- Unparser
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
briefXMLAttributes: String
- Attributes
- protected
- Definition Classes
- ToBriefXMLImpl
-
final
def
captureRuntimeValuedExpressionValues(state: UState): Unit
- Attributes
- protected
- Definition Classes
- OVCStartEndStrategy → ElementUnparserStartEndStrategy
-
final
lazy val
childProcessors: Vector[Unparser]
- Definition Classes
- ElementUnparserBase → Processor → ToBriefXMLImpl
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
computeSetVariables(state: UState): Unit
- Definition Classes
- ElementUnparserBase
-
def
computeTargetLength(state: UState): Unit
This is a maybeTLOp so that this base class can be used to handle data types that do not have specified length as well.
This is a maybeTLOp so that this base class can be used to handle data types that do not have specified length as well.
An example is lengthKind 'pattern' which while not "specified" length, uses this same code path, just there is no possibility of pad/fill regions.
It's a degenerate case of specified length.
Note: thread safety: This must be def, not val/lazyval because TargetLengthOperation is a stateful class instance, so cannot be a static member of an unparser object (unparsers are shared by multiple threads. Suspensions cannot be.)
- Attributes
- protected
- Definition Classes
- ElementSpecifiedLengthMixin
-
val
context: RuntimeData
- Definition Classes
- CombinatorUnparser → Unparser → Processor
-
def
doAfterContentUnparser(state: UState): Unit
- Attributes
- protected
- Definition Classes
- ElementUnparserBase
-
def
doBeforeContentUnparser(state: UState): Unit
- Attributes
- protected
- Definition Classes
- ElementUnparserBase
-
val
eAfterUnparser: Maybe[Unparser]
- Definition Classes
- ElementUnparserBase
-
val
eBeforeUnparser: Maybe[Unparser]
- Definition Classes
- ElementUnparserBase
-
val
eReptypeUnparser: Maybe[Unparser]
- Definition Classes
- ElementUnparserBase
-
val
eUnparser: Maybe[Unparser]
- Definition Classes
- ElementUnparserBase
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
erd: ElementRuntimeData
- Definition Classes
- ElementUnparserBase → ElementUnparserStartEndStrategy
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
isEmpty: Boolean
- Definition Classes
- Unparser → Processor
-
val
isInitialized: Boolean
- Definition Classes
- Processor
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
isPrimitive: Boolean
- Definition Classes
- CombinatorProcessor → Processor
-
val
maybeTargetLengthEv: Maybe[UnparseTargetLengthInBitsEv]
- Definition Classes
- ElementOVCSpecifiedLengthUnparser → ElementSpecifiedLengthMixin
-
def
move(start: UState): Unit
- Definition Classes
- RepMoveMixin
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
nom: String
- Definition Classes
- ToBriefXMLImpl
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
runContentUnparser(state: UState): Unit
- Definition Classes
- ElementOVCSpecifiedLengthUnparser → ElementUnparserBase
-
lazy val
runtimeDependencies: Vector[UnparseTargetLengthInBitsEv]
- Definition Classes
- ElementOVCSpecifiedLengthUnparser → ElementUnparserStartEndStrategy → Processor
-
val
setVarUnparsers: Array[Unparser]
- Definition Classes
- ElementUnparserBase
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toBriefXML(depthLimit: Int = -1): String
- Definition Classes
- ElementUnparserBase → ToBriefXMLImpl
-
def
toString(): String
- Definition Classes
- ToBriefXMLImpl → AnyRef → Any
-
def
unparse(state: UState): Unit
- Definition Classes
- ElementUnparserBase → Unparser
-
final
def
unparse1(ustate: UState, ignore: AnyRef): Unit
- Definition Classes
- Unparser
-
final
def
unparseBegin(state: UState): Unit
For OVC, the behavior w.r.t.
For OVC, the behavior w.r.t. consuming infoset events is different.
- Attributes
- protected
- Definition Classes
- OVCStartEndStrategy → ElementUnparserStartEndStrategy
-
final
def
unparseEnd(state: UState): Unit
Restores prior context.
Restores prior context. Consumes end-element event.
- Attributes
- protected
- Definition Classes
- OVCStartEndStrategy → ElementUnparserStartEndStrategy
-
def
validate(state: UState): Unit
- Definition Classes
- ElementUnparserBase
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()