Home | History | Annotate | Download | only in bytecode

Lines Matching defs:CodeAttribute

35 public class CodeAttribute extends AttributeInfo implements Opcode {
57 public CodeAttribute(ConstPool cp, int stack, int locals, byte[] code,
77 private CodeAttribute(ConstPool cp, CodeAttribute src, Map classnames)
96 CodeAttribute(ConstPool cp, int name_id, DataInputStream in)
129 * @return <code>CodeAttribute</code> object.
135 return new CodeAttribute(newCp, this, classnames);
144 * in <code>CodeAttribute</code>.
183 throw new UnsupportedOperationException("CodeAttribute.get()");
192 throw new UnsupportedOperationException("CodeAttribute.set()");
341 ExceptionTable etable, CodeAttribute destCa)
433 CodeAttribute ca)