Interface StepInlineIndexEntry<TypeIDType>

interface StepInlineIndexEntry<TypeIDType> {
    address: number;
    expressID?: undefined;
    inlineEntities?: StepInlineIndexEntry<TypeIDType>[];
    length: number;
    typeID?: TypeIDType;
}

Type Parameters

  • TypeIDType

Hierarchy (View Summary)

Properties

address: number
expressID?: undefined
inlineEntities?: StepInlineIndexEntry<TypeIDType>[]
length: number
typeID?: TypeIDType