Home | History | Annotate | Download | only in code

Lines Matching defs:arrayType

44     private final Constant arrayType;
63 Constant arrayType) {
80 this.arrayType = arrayType;
82 if (arrayType == CstType.BYTE_ARRAY ||
83 arrayType == CstType.BOOLEAN_ARRAY) {
85 } else if (arrayType == CstType.SHORT_ARRAY ||
86 arrayType == CstType.CHAR_ARRAY) {
88 } else if (arrayType == CstType.INT_ARRAY ||
89 arrayType == CstType.FLOAT_ARRAY) {
91 } else if (arrayType == CstType.LONG_ARRAY ||
92 arrayType == CstType.DOUBLE_ARRAY) {
163 return new ArrayData(getPosition(), user, values, arrayType);