Properties
Private
Static
_counter
_counter: any
Private
_id
_id: any
Private
_type
_type: any
Accessors
name
- get name(): string
Returns string
Methods
buildTypeTable
- buildTypeTable(typeTable): void
Returns void
accept
- accept<D, R>(v, d): R
Returns R
fill
- fill(t): void
Returns void
getType
- getType(): undefined | types.IDL.ConstructType<T>
covariant
- covariant(x): x is T
Returns x is T
_buildTypeTableImpl
- _buildTypeTableImpl(typeTable): void
Returns void
decodeValue
- decodeValue(b, t): T
Returns T
display
- display(): string
Returns string
valueToString
- valueToString(x): string
Returns string
Represents a reference to an IDL type, used for defining recursive data types.