Searched refs:cgen (Results 1 – 4 of 4) sorted by relevance
201 final ClassGen cgen = new ClassGen(jc); in testTransformClassToClassGen_SimpleTypes() local203 final AnnotationEntryGen[] annotations = cgen.getAnnotationEntries(); in testTransformClassToClassGen_SimpleTypes()216 final ClassGen cgen = new ClassGen(jc); in testTransformClassToClassGen_EnumType() local218 final AnnotationEntryGen[] annotations = cgen.getAnnotationEntries(); in testTransformClassToClassGen_EnumType()231 final ClassGen cgen = new ClassGen(jc); in testTransformClassToClassGen_ArrayAndAnnotationTypes() local233 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() local340 final AnnotationEntryGen[] annotations = cgen.getAnnotationEntries(); in testTransformComplexClassToClassGen()366 final ClassGen cgen = new ClassGen(jc); in testModifyingClasses1() local[all …]
114 CodeGen cgen; field in MemberCodeGen.JsrHook120 cgen = gen; in JsrHook()126 var = cgen.getMaxLocals(); in getVar()127 cgen.incMaxLocals(size); in getVar()
723 The DEVICE, GL, gl, and cgen modules (which indirectly includes cgensupport)
4 The stub generator is a Python script called "cgen.py".