| Package | Description |
|---|---|
| net.hl.compiler.core.invokables | |
| net.hl.compiler.index |
| Constructor and Description |
|---|
JAnnotationInstanceFromIndex(AnnInfo annotation,
HIndexer indexer,
net.thevpc.jeep.JTypes types) |
| Modifier and Type | Method and Description |
|---|---|
AnnInfo[] |
HIndexedConstructor.getAnnotations() |
AnnInfo[] |
HIndexedClass.getAnnotations() |
AnnInfo[] |
HIndexedMethod.getAnnotations() |
AnnInfo[] |
HIndexedField.getAnnotations() |
AnnInfo |
AnnInfo.setFullName(String fullName) |
AnnInfo |
AnnInfo.setValues(Map<String,AnnValue> values) |
| Constructor and Description |
|---|
AnnValue(AnnInfo value) |
HIndexedClass(String simpleName,
String simpleName2,
String fullName,
String declaringType,
String packageName,
String[] superTypes,
String[] imports,
AnnInfo[] annotations,
String source) |
HIndexedConstructor(String name,
String[] parameterNames,
String[] parameterTypes,
String[] imports,
String declaringType,
AnnInfo[] annotations,
String source) |
HIndexedField(String declaringType,
String type,
String name,
String[] imports,
AnnInfo[] annotations,
String source) |
HIndexedMethod(String name,
String[] parameterNames,
String[] parameterTypes,
String[] imports,
String returnType,
String declaringType,
AnnInfo[] annotations,
String source) |
Copyright © 2025 vpc open source initiative. All rights reserved.