Searched refs:theRoot (Results 1 – 4 of 4) sorted by relevance
64 public Constructor(Class<? extends Object> theRoot) { in Constructor() argument65 this(new TypeDescription(checkRoot(theRoot))); in Constructor()71 private static Class<? extends Object> checkRoot(Class<? extends Object> theRoot) { in checkRoot() argument72 if (theRoot == null) { in checkRoot()75 return theRoot; in checkRoot()78 public Constructor(TypeDescription theRoot) { in Constructor() argument79 if (theRoot == null) { in Constructor()83 if (!Object.class.equals(theRoot.getType())) { in Constructor()84 rootTag = new Tag(theRoot.getType()); in Constructor()91 addTypeDescription(theRoot); in Constructor()[all …]
28 public CustomClassLoaderConstructor(Class<? extends Object> theRoot, ClassLoader theLoader) { in CustomClassLoaderConstructor() argument29 super(theRoot); in CustomClassLoaderConstructor()
45 private ElementType theRoot = null; field in Schema58 if (memberOf == M_ROOT) theRoot = e; in elementType()66 return theRoot; in rootElementType()
263 public TestNGConstructor(Class<? extends Object> theRoot) { in TestNGConstructor() argument264 super(theRoot); in TestNGConstructor()