Home
last modified time | relevance | path

Searched refs:cgen (Results 1 – 4 of 4) sorted by relevance

/external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/
DGeneratingAnnotatedClassesTestCase.java201 final ClassGen cgen = new ClassGen(jc); in testTransformClassToClassGen_SimpleTypes() local
203 final AnnotationEntryGen[] annotations = cgen.getAnnotationEntries(); in testTransformClassToClassGen_SimpleTypes()
216 final ClassGen cgen = new ClassGen(jc); in testTransformClassToClassGen_EnumType() local
218 final AnnotationEntryGen[] annotations = cgen.getAnnotationEntries(); in testTransformClassToClassGen_EnumType()
231 final ClassGen cgen = new ClassGen(jc); in testTransformClassToClassGen_ArrayAndAnnotationTypes() local
233 final AnnotationEntryGen[] annotations = cgen.getAnnotationEntries(); in testTransformClassToClassGen_ArrayAndAnnotationTypes()
259 final Method[] methods = cgen.getMethods(); in testTransformClassToClassGen_ArrayAndAnnotationTypes()
338 final ClassGen cgen = new ClassGen(jc); in testTransformComplexClassToClassGen() local
340 final AnnotationEntryGen[] annotations = cgen.getAnnotationEntries(); in testTransformComplexClassToClassGen()
366 final ClassGen cgen = new ClassGen(jc); in testModifyingClasses1() local
[all …]
/external/javassist/src/main/javassist/compiler/
DMemberCodeGen.java114 CodeGen cgen; field in MemberCodeGen.JsrHook
120 cgen = gen; in JsrHook()
126 var = cgen.getMaxLocals(); in getVar()
127 cgen.incMaxLocals(size); in getVar()
/external/python/cpython2/Misc/NEWS.d/
D2.6b1.rst723 The DEVICE, GL, gl, and cgen modules (which indirectly includes cgensupport)
/external/python/cpython2/Modules/
Dcstubs4 The stub generator is a Python script called "cgen.py".