=== 2.3.1.1 Not Supported in Class Files === == Class access flags == == In class_info and interface_info structures_the access flag ACC_ENUM is not supported. == == Field Descriptors == **F**ield descriptors may not contain **BaseType** characters **C**, **D**, **F** or **J**. **ArrayType** descriptors for arrays of more than one dimension may not be used. == Constant Pool == Constant pool table entries with the following **tag** values are not supported. Constant Type Value **CONSTANT_String** **8** **CONSTANT_Float** **4** **CONSTANT_Long** **5** **CONSTANT_Double** **6** == Fields == In **field_info** structures, the access flags **ACC_VOLATILE**, **ACC_TRANSIENT** and **ACC_ENUM** are not supported. == Methods == In **method_info** structures, the access flags **ACC_SYNCHRONIZED**, **ACC_STRICT**, **ACC_NATIVE**, and **ACC_VARARGS** are not supported.