var FieldInfo = function(dStream,constantPool){ this.access_flags = dStream.getU2(); this.name_index = ConstantPoolRef(dStream.getU2(), constantPool, CONSTANT_Utf8); this.descriptor_index = ConstantPoolRef(dStream.getU2(), constantPool, CONSTANT_Utf8); this.attributes_count = dStream.getU2(); this.attributes = []; for (var i=0; i