class SpecifiedLengthPrefixedUnparser extends CombinatorUnparser with CaptureUnparsingValueLength with CalculatedPrefixedLengthUnparserMixin
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SpecifiedLengthPrefixedUnparser
- CalculatedPrefixedLengthUnparserMixin
- CaptureUnparsingValueLength
- CombinatorUnparser
- CombinatorProcessor
- Unparser
- Processor
- Serializable
- Serializable
- Logging
- Identity
- ToBriefXMLImpl
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SpecifiedLengthPrefixedUnparser(eUnparser: Unparser, erd: ElementRuntimeData, prefixedLengthUnparser: Unparser, prefixedLengthERD: ElementRuntimeData, lengthUnits: LengthUnits, prefixedLengthAdjustmentInUnits: Long)
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
areLogging(lvl: Type): Boolean
- Definition Classes
- Logging
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
assignPrefixLength(elem: DIElement, plElem: DISimple): Unit
Gets the length of a provided element and stores the unit adjusted length as the value in the element that represent its prefix length
Gets the length of a provided element and stores the unit adjusted length as the value in the element that represent its prefix length
- elem
The element who's length to get
- plElem
The element to store the length
- Definition Classes
- CalculatedPrefixedLengthUnparserMixin
-
def
briefXMLAttributes: String
- Attributes
- protected
- Definition Classes
- ToBriefXMLImpl
-
def
captureValueLengthEnd(state: UState, elem: DIElement): Unit
- Definition Classes
- CaptureUnparsingValueLength
-
def
captureValueLengthStart(state: UState, elem: DIElement): Unit
- Definition Classes
- CaptureUnparsingValueLength
-
lazy val
childProcessors: Vector[Unparser]
- Definition Classes
- SpecifiedLengthPrefixedUnparser → Processor → ToBriefXMLImpl
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
context: RuntimeData
- Definition Classes
- CombinatorUnparser → Unparser → Processor
-
def
doLogging(lvl: Type, msg: String, args: Seq[Any]): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
getLogWriter(): LogWriter
- Definition Classes
- Logging
-
final
def
getLoggingLevel(): Type
- Definition Classes
- Logging
-
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
lengthUnits: LengthUnits
- Definition Classes
- SpecifiedLengthPrefixedUnparser → CalculatedPrefixedLengthUnparserMixin
-
final macro
def
log(lvl: Type, msg: String, args: Any*): Unit
- Definition Classes
- Logging
-
lazy val
logID: String
- Definition Classes
- Logging → Identity
-
val
logLevel: Maybe[Type]
- Definition Classes
- Logging
-
val
logWriter: Maybe[LogWriter]
- Definition Classes
- Logging
-
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()
-
val
prefixedLengthAdjustmentInUnits: Long
- Definition Classes
- SpecifiedLengthPrefixedUnparser → CalculatedPrefixedLengthUnparserMixin
-
lazy val
runtimeDependencies: Vector[Nothing]
- Definition Classes
- SpecifiedLengthPrefixedUnparser → Processor
-
def
setLogWriter(lw: LogWriter): Unit
- Definition Classes
- Logging
-
def
setLoggingLevel(level: Type): Unit
- Definition Classes
- Logging
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toBriefXML(depthLimit: Int): String
- Definition Classes
- ToBriefXMLImpl
-
def
toString(): String
- Definition Classes
- ToBriefXMLImpl → AnyRef → Any
-
def
unparse(state: UState): Unit
- Definition Classes
- SpecifiedLengthPrefixedUnparser → Unparser
-
final
def
unparse1(ustate: UState, ignore: AnyRef): Unit
- Definition Classes
- Unparser
-
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()
-
macro
def
withLoggingLevel[S](newLevel: Type)(body: ⇒ S): Unit
- Definition Classes
- Logging