Package | Description |
---|---|
manifold.api.gen |
Modifier and Type | Method and Description |
---|---|
SrcType |
SrcType.addTypeParam(Class type) |
SrcType |
SrcType.addTypeParam(SrcType srcType) |
SrcType |
SrcType.addTypeParam(String type) |
SrcType |
SrcType.diamond() |
SrcType |
SrcType.getComponentType() |
SrcType |
SrcType.getEnclosingType() |
SrcType |
AbstractSrcMethod.getReturnType() |
SrcType |
AbstractSrcClass.getSuperClass() |
SrcType |
SrcParameter.getType() |
SrcType |
SrcField.getType() |
Modifier and Type | Method and Description |
---|---|
List<SrcType> |
SrcType.getBounds() |
List<SrcType> |
AbstractSrcClass.getInterfaces() |
List<SrcType> |
AbstractSrcMethod.getThrowTypes() |
List<SrcType> |
SrcType.getTypeParams() |
List<SrcType> |
AbstractSrcClass.getTypeVariables() |
List<SrcType> |
AbstractSrcMethod.getTypeVariables() |
Modifier and Type | Method and Description |
---|---|
SrcAnnotationExpression |
SrcAnnotationExpression.addArgument(String paramName,
SrcType type,
Object value) |
void |
SrcType.addBound(SrcType bound) |
T |
AbstractSrcClass.addInterface(SrcType iface) |
T |
SrcAnnotated.addParam(String name,
SrcType type) |
void |
AbstractSrcMethod.addThrowType(SrcType type) |
SrcType |
SrcType.addTypeParam(SrcType srcType) |
void |
AbstractSrcClass.addTypeVar(SrcType typeVar) |
void |
AbstractSrcMethod.addTypeVar(SrcType typeVar) |
T |
SrcAnnotated.insertParam(String name,
SrcType type,
int pos) |
static String |
SrcElement.makeCompileTimeConstantValue(SrcType type,
Object value) |
T |
AbstractSrcMethod.returns(SrcType returns) |
void |
SrcType.setEnclosingType(SrcType enclosingType) |
T |
AbstractSrcClass.superClass(SrcType superClass) |
T |
AbstractSrcMethod.throwsList(SrcType... list) |
SrcParameter |
SrcParameter.type(SrcType type) |
SrcSetProperty |
SrcSetProperty.type(SrcType type) |
SrcField |
SrcField.type(SrcType type) |
Constructor and Description |
---|
SrcArgument(SrcType type,
Object value) |
SrcField(String name,
SrcType type) |
SrcGetProperty(String name,
SrcType type) |
SrcGetProperty(String name,
SrcType type,
boolean isForBoolean) |
SrcParameter(String name,
SrcType type) |
SrcRawExpression(SrcType type,
Object value) |
SrcSetProperty(String name,
SrcType type) |
SrcSwitchCase(SrcType type,
Object valueExpr) |
Copyright © 2024. All rights reserved.