var Attributes_table = { ConstantValue: function(){ this.read = function(dStream, constantPool){ this.constantvalue = ConstantPoolRef(dStream.getU2(), constantPool); switch(this.constantvalue.id){ case CONSTANT_Long: case CONSTANT_Float: case CONSTANT_Double: case CONSTANT_Integer: case CONSTANT_String: return; default: throw "ConstantValue Attr points to wrong constant value, got " + constTagName(this.constantvalue.id); } } }, Code: function(){ this.read = function(dStream, constantPool){ } } }; function UnkownAttr(){ this.read = function(dStream){ this.info = []; for(var i=0; i