Searched refs:toBytecode (Results 1 – 9 of 9) sorted by relevance
59 public void toBytecode(DataOutputStream out) in toBytecode() method in CtNewClass71 super.toBytecode(out); in toBytecode()
1275 public byte[] toBytecode() throws IOException, CannotCompileException { in toBytecode() method in CtClass1279 toBytecode(out); in toBytecode()1328 toBytecode(out); in writeFile()1417 public void toBytecode(DataOutputStream out) in toBytecode() method in CtClass
343 classfile = source.get(name).toBytecode(); in findClass()
1068 byte[] b = ct.toBytecode(); in toClass()
1402 public void toBytecode(DataOutputStream out) in toBytecode() method in CtClassType
149 byte[] b = toBytecode(cf); in toClass()186 private static byte[] toBytecode(ClassFile cf) throws IOException { in toBytecode() method in FactoryHelper
64 classList.add(new GeneratedClassFile(ctClass.getName(), ctClass.toBytecode())); in getMocksForClass()
99 newInterfaceCtClass.toBytecode()); in createMocksForClass()102 mockDelegateCtClass.toBytecode()); in createMocksForClass()
344 classfile = c.toBytecode(); in letUsersSendClassfile()