public class EnumParamClassInfo extends ClassInfo
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.eclipse.jdt.core.dom.TypeDeclaration |
type |
javaDocInfo| 构造器和说明 |
|---|
EnumParamClassInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(PropertyInfo attributeInfo) |
void |
addTypeParameter(java.lang.String typeParameter) |
JavaDocInfo |
getClassComment() |
java.util.List<java.lang.String> |
getTypeParameters() |
boolean |
hasGenerics() |
void |
sortPropertys() |
protected static JavaDocInfo |
transform(org.eclipse.jdt.core.dom.Javadoc javadoc) |
getFullNamepublic JavaDocInfo getClassComment()
protected static JavaDocInfo transform(org.eclipse.jdt.core.dom.Javadoc javadoc)
public void addTypeParameter(java.lang.String typeParameter)
public void add(PropertyInfo attributeInfo)
public void sortPropertys()
public boolean hasGenerics()
public java.util.List<java.lang.String> getTypeParameters()
Copyright © 2020. All Rights Reserved.