|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkorat.finitization.impl.FieldDomain
korat.finitization.impl.PrimitiveTypeSet
korat.finitization.impl.ByteSet
public class ByteSet
| Field Summary |
|---|
| Fields inherited from class korat.finitization.impl.PrimitiveTypeSet |
|---|
primitives |
| Fields inherited from class korat.finitization.impl.FieldDomain |
|---|
classOfField |
| Constructor Summary | |
|---|---|
ByteSet(byte value)
|
|
ByteSet(byte min,
byte max)
|
|
ByteSet(byte min,
byte diff,
byte max)
|
|
| Method Summary | |
|---|---|
void |
addByte(byte b)
|
void |
addRange(byte min,
byte diff,
byte max)
|
byte |
getByte(int index)
|
byte[] |
getBytes()
|
void |
removeByte(byte b)
|
| Methods inherited from class korat.finitization.impl.PrimitiveTypeSet |
|---|
getClassDomain, getClassDomainFor, getClassDomainIndexFor, getIndexOfFirstObjectInNextClassDomain, getNextClassDomainFor, getNumberOfElements, getNumOfClassDomains, getSizeOfClassDomain, isArrayType, isPrimitiveType |
| Methods inherited from class korat.finitization.impl.FieldDomain |
|---|
checkClassDomainIndex, checkObjectIndex, getClassOfField |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface korat.finitization.IFieldDomain |
|---|
getClassOfField, getNumberOfElements, getNumOfClassDomains, isArrayType, isPrimitiveType |
| Constructor Detail |
|---|
ByteSet(byte min,
byte diff,
byte max)
ByteSet(byte min,
byte max)
ByteSet(byte value)
| Method Detail |
|---|
public void addByte(byte b)
addByte in interface IByteSet
public void addRange(byte min,
byte diff,
byte max)
addRange in interface IByteSetpublic void removeByte(byte b)
removeByte in interface IByteSetpublic byte getByte(int index)
public byte[] getBytes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||