public class HIndexedClass extends Object implements HIndexedElement
| Constructor and Description |
|---|
HIndexedClass(HNDeclareType type,
String source) |
HIndexedClass(net.thevpc.jeep.JType type,
String source) |
HIndexedClass(String simpleName,
String simpleName2,
String fullName,
String declaringType,
String packageName,
String[] superTypes,
String[] imports,
String[] annotations,
String source) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnnotations() |
String |
getDeclaringType() |
String[] |
getExports() |
String |
getFullName() |
String |
getId() |
String[] |
getImports() |
String |
getPackageName() |
String |
getSimpleName() |
String |
getSimpleName2() |
String |
getSource() |
String[] |
getSuperTypes() |
net.thevpc.jeep.JIndexDocument |
toDocument() |
String |
toString() |
public HIndexedClass(net.thevpc.jeep.JType type,
String source)
public HIndexedClass(HNDeclareType type, String source)
public String getFullName()
public String getSimpleName()
public String getSimpleName2()
public String getDeclaringType()
public String getPackageName()
public String[] getSuperTypes()
public String[] getImports()
public String[] getExports()
public String getAnnotations()
public String getSource()
public net.thevpc.jeep.JIndexDocument toDocument()
toDocument in interface net.thevpc.jeep.JIndexedElementpublic String getId()
getId in interface net.thevpc.jeep.JIndexedElementCopyright © 2021 vpc open source initiative. All rights reserved.