Searched defs:Bytecode (Results 1 – 3 of 3) sorted by relevance
51 Bytecode = getattr(dis, 'Bytecode', Bytecode_compat) variable
117 public class Bytecode extends ByteVector implements Cloneable, Opcode { class142 public Bytecode(ConstPool cp, int stacksize, int localvars) { in Bytecode() method in Bytecode159 public Bytecode(ConstPool cp) { in Bytecode() method in Bytecode
479 class Bytecode: class