类的使用
com.thoughtworks.qdox.model.impl.DefaultJavaType
使用DefaultJavaType的程序包
程序包
说明
Provides classes which transform the structs from the JavaParser to the Java model elements
Provides the default implementation of the classes reflecting the Java model elements.
-
com.thoughtworks.qdox.builder中DefaultJavaType的使用
修饰符和类型方法说明static DefaultJavaTypeTypeAssembler.createUnresolved(TypeDef typeDef, int dimensions, TypeResolver typeResolver) this one is specific for those cases where dimensions can be part of both the type and identifier i.e. private String[] matrix[]; //field public abstract String[] getMatrix[](); //methodstatic DefaultJavaTypeTypeAssembler.createUnresolved(TypeDef typeDef, TypeResolver typeResolver) -
com.thoughtworks.qdox.model.impl中DefaultJavaType的使用
修饰符和类型类说明classclassDefaultJavaTypeVariable<D extends JavaGenericDeclaration>Equivalent ofTypeVariableclassEquivalent ofWildcardTypeThis class supports both the 'super' and 'extends' wildcards.