/* -*- Mode: Javascript -*- * -*- coding: UTF-8 -*- * Copyright (C) 2011 by Artur Ventura * * File: infos.js * Time-stamp: Fri Jul 15 02:46:27 2011 * * Author: Artur Ventura * */ 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