Searched refs:treeAdaptorPath (Results 1 – 3 of 3) sorted by relevance
30 classHeader(header,junitFileName,hasTreeAdaptor,treeAdaptorPath,39 <if(hasTreeAdaptor)><\t><\t>this.treeAdaptorPath = "<treeAdaptorPath>";<endif>
44 public String treeAdaptorPath; field in gUnitBaseTest181 if ( treeAdaptorPath!=null ) { in execParser()183 …Class<? extends TreeAdaptor> _treeAdaptor = Class.forName(treeAdaptorPath).asSubclass(TreeAdaptor.… in execParser()322 if ( treeAdaptorPath!=null ) { in execTreeParser()324 …Class<? extends TreeAdaptor> _treeAdaptor = Class.forName(treeAdaptorPath).asSubclass(TreeAdaptor.… in execTreeParser()
161 String treeAdaptorPath = null; in genClassHeader() local165 treeAdaptorPath = grammarInfo.getAdaptor(); in genClassHeader()168 classHeaderST.setAttribute("treeAdaptorPath", treeAdaptorPath); in genClassHeader()