Uses of Class
manifold.api.gen.SrcType
Packages that use SrcType
-
Uses of SrcType in manifold.api.gen
Subclasses with type arguments of type SrcType in manifold.api.genMethods in manifold.api.gen that return SrcTypeModifier and TypeMethodDescriptionSrcType.addTypeParam(Class type) SrcType.addTypeParam(String type) SrcType.addTypeParam(SrcType srcType) SrcType.diamond()SrcType.getComponentType()SrcType.getEnclosingType()AbstractSrcMethod.getReturnType()AbstractSrcClass.getSuperClass()SrcField.getType()SrcParameter.getType()Methods in manifold.api.gen that return types with arguments of type SrcTypeModifier and TypeMethodDescriptionSrcType.getBounds()AbstractSrcClass.getInterfaces()AbstractSrcMethod.getThrowTypes()SrcType.getTypeParams()AbstractSrcClass.getTypeVariables()AbstractSrcMethod.getTypeVariables()Methods in manifold.api.gen with parameters of type SrcTypeModifier and TypeMethodDescriptionSrcAnnotationExpression.addArgument(String paramName, SrcType type, Object value) voidAbstractSrcClass.addInterface(SrcType iface) AbstractSrcClass.addPermits(SrcType type) voidAbstractSrcMethod.addThrowType(SrcType type) SrcType.addTypeParam(SrcType srcType) voidAbstractSrcClass.addTypeVar(SrcType typeVar) voidAbstractSrcMethod.addTypeVar(SrcType typeVar) SrcAnnotated.insertParam(String name, SrcType type, int pos) static StringSrcElement.makeCompileTimeConstantValue(SrcType type, Object value) voidSrcType.setEnclosingType(SrcType enclosingType) AbstractSrcClass.superClass(SrcType superClass) AbstractSrcMethod.throwsList(SrcType... list) Constructors in manifold.api.gen with parameters of type SrcTypeModifierConstructorDescriptionSrcArgument(SrcType type, Object value) SrcGetProperty(String name, SrcType type) SrcGetProperty(String name, SrcType type, boolean isForBoolean) SrcParameter(String name, SrcType type) SrcParameter(String name, SrcType type, SrcExpression initializer) SrcRawExpression(SrcType type, Object value) SrcSetProperty(String name, SrcType type) SrcSwitchCase(SrcType type, Object valueExpr)