Uses of Class
com.ibm.j9ddr.vm29.types.I8
-
Packages that use I8 Package Description com.ibm.j9ddr.vm29.types -
-
Uses of I8 in com.ibm.j9ddr.vm29.types
Fields in com.ibm.j9ddr.vm29.types declared as I8 Modifier and Type Field Description static I8
I8. MAX
static I8
I8. MIN
Methods in com.ibm.j9ddr.vm29.types that return I8 Modifier and Type Method Description I8
I8. add(int number)
I8
I8. add(I8 parameter)
I8
I8. bitAnd(int number)
I8
I8. bitAnd(long number)
I8
I8. bitAnd(I8 parameter)
I8
I8. bitNot()
I8
I8. bitOr(int number)
I8
I8. bitOr(long number)
I8
I8. bitOr(I8 parameter)
I8
I8. leftShift(int i)
I8
I8. mult(int parameter)
I8
I8. rightShift(int i)
I8
I8. sub(int number)
I8
I8. sub(I8 parameter)
Methods in com.ibm.j9ddr.vm29.types with parameters of type I8 Modifier and Type Method Description I32
I16. add(I8 parameter)
I32
I32. add(I8 parameter)
I64
I64. add(I8 parameter)
I8
I8. add(I8 parameter)
I32
U16. add(I8 parameter)
I32
U8. add(I8 parameter)
I32
I16. bitAnd(I8 parameter)
I32
I32. bitAnd(I8 parameter)
I64
I64. bitAnd(I8 parameter)
I8
I8. bitAnd(I8 parameter)
I32
U16. bitAnd(I8 parameter)
I32
U8. bitAnd(I8 parameter)
UDATA
UDATA. bitAnd(I8 parameter)
I32
I16. bitOr(I8 parameter)
I32
I32. bitOr(I8 parameter)
I64
I64. bitOr(I8 parameter)
I8
I8. bitOr(I8 parameter)
I32
U16. bitOr(I8 parameter)
I32
U8. bitOr(I8 parameter)
UDATA
UDATA. bitOr(I8 parameter)
I32
I16. sub(I8 parameter)
I32
I32. sub(I8 parameter)
I64
I64. sub(I8 parameter)
I8
I8. sub(I8 parameter)
I32
U16. sub(I8 parameter)
I32
U8. sub(I8 parameter)
UDATA
UDATA. sub(I8 parameter)
-