Index - All Packages - All Categories - All Classes

Class PrimIntegerSpec


Package: Udanax-Gold
All Superclasses: Object Heaper PrimSpec
Protocols: Object
Categories: X++ PrimArrays

Class Methods

infostProtocol



Overrides: PrimSpec class

Instance Methods

actualHashForEqual



Overrides: PrimSpec

array: count

Make an array initialized to zero values

Overrides: PrimSpec

arrayFromBuffer: count with: buffer

Make an array with the values at the given address

Overrides: PrimSpec

bitCount

How many bits, or zero if it is unlimited

canHold: value

Whether this spec can hold the given value

combine: other

A spec whose range of values contains both ranges

create: primClass with: bitCount with: isSigned


createRcvr: receiver



Overrides: PrimSpec

isEqual: other


isSigned

Whether it allows negative values

precision


privateCopy: array with: size with: start with: count with: offset



Overrides: PrimSpec

sendSelfTo: xmtr



Overrides: PrimSpec

string: string

Make an array the contents of the string

value: number

A boxed integer value


Index - All Packages - All Categories - All Classes