| Package | Description |
|---|---|
| manifold.api.gen |
| Modifier and Type | Class and Description |
|---|---|
class |
SrcAnnotationArrayExpression |
| Modifier and Type | Method and Description |
|---|---|
SrcAnnotationExpression |
SrcAnnotationExpression.addArgument(SrcArgument arg) |
SrcAnnotationExpression |
SrcAnnotationExpression.addArgument(String paramName,
Class type,
Object value) |
SrcAnnotationExpression |
SrcAnnotationExpression.addArgument(String paramName,
SrcType type,
Object value) |
SrcAnnotationExpression |
SrcAnnotationExpression.copy() |
SrcAnnotationExpression |
SrcAnnotationArrayExpression.copy() |
SrcAnnotationExpression |
SrcAnnotated.getAnnotation(Class<? extends Annotation> annoClass) |
| Modifier and Type | Method and Description |
|---|---|
List<SrcAnnotationExpression> |
SrcAnnotated.getAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
T |
SrcAnnotated.addAnnotation(SrcAnnotationExpression anno) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SrcAnnotated.renderAnnotations(StringBuilder sb,
int indent,
boolean sameLine,
List<SrcAnnotationExpression> blackList) |
Copyright © 2024. All rights reserved.