Searched refs:FactoryHelper (Results 1 – 2 of 2) sorted by relevance
499 FactoryHelper.writeFile(cf, writeDirectory); in createClass3()501 thisClass = FactoryHelper.toClass(cf, cl, getDomain()); in createClass3()1269 int index = FactoryHelper.typeIndex(type); in makeWrapper()1270 String wrapper = FactoryHelper.wrapperTypes[index]; in makeWrapper()1275 FactoryHelper.wrapperDesc[index]); in makeWrapper()1276 return regno + FactoryHelper.dataSize[index]; in makeWrapper()1306 int index = FactoryHelper.typeIndex(type); in addUnwrapper()1307 String wrapper = FactoryHelper.wrapperTypes[index]; in addUnwrapper()1310 FactoryHelper.unwarpMethods[index], in addUnwrapper()1311 FactoryHelper.unwrapDesc[index]); in addUnwrapper()
36 public class FactoryHelper { class