Uses of Interface
one.xingyi.core.typeDom.TypeDom
-
Packages that use TypeDom Package Description one.xingyi.core.codeDom one.xingyi.core.typeDom -
-
Uses of TypeDom in one.xingyi.core.codeDom
Fields in one.xingyi.core.codeDom declared as TypeDom Modifier and Type Field Description TypeDomFieldDom. typeDom -
Uses of TypeDom in one.xingyi.core.typeDom
Subinterfaces of TypeDom in one.xingyi.core.typeDom Modifier and Type Interface Description interfaceNonPrimitiveTypeDomClasses in one.xingyi.core.typeDom that implement TypeDom Modifier and Type Class Description classEmbeddedTypeclassListTypeclassPrimitiveTypeclassViewTypeMethods in one.xingyi.core.typeDom that return TypeDom Modifier and Type Method Description TypeDomEmbeddedType. nested()TypeDomListType. nested()TypeDomPrimitiveType. nested()TypeDomTypeDom. nested()For example if the type if List of T this is T, but if the types is T this is also TTypeDomViewType. nested()Methods in one.xingyi.core.typeDom that return types with arguments of type TypeDom Modifier and Type Method Description static Result<java.lang.String,TypeDom>TypeDom. create(IServerNames names, java.lang.String rawTypeName, IViewDefnNameToViewName viewNamesMap)
-