Uses of Class
manifold.api.gen.SrcType
-
Packages that use SrcType Package Description manifold.api.gen -
-
Uses of SrcType in manifold.api.gen
Methods in manifold.api.gen that return SrcType Modifier and Type Method Description SrcTypeSrcType. addTypeParam(Class type)SrcTypeSrcType. addTypeParam(String type)SrcTypeSrcType. addTypeParam(SrcType srcType)SrcTypeSrcType. diamond()SrcTypeSrcType. getComponentType()SrcTypeSrcType. getEnclosingType()SrcTypeAbstractSrcMethod. getReturnType()SrcTypeAbstractSrcClass. getSuperClass()SrcTypeSrcField. getType()SrcTypeSrcParameter. getType()Methods in manifold.api.gen that return types with arguments of type SrcType Modifier and Type Method 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()Methods in manifold.api.gen with parameters of type SrcType Modifier and Type Method Description SrcAnnotationExpressionSrcAnnotationExpression. addArgument(String paramName, SrcType type, Object value)voidSrcType. addBound(SrcType bound)TAbstractSrcClass. addInterface(SrcType iface)TSrcAnnotated. addParam(String name, SrcType type)TAbstractSrcClass. addPermits(SrcType type)voidAbstractSrcMethod. addThrowType(SrcType type)SrcTypeSrcType. addTypeParam(SrcType srcType)voidAbstractSrcClass. addTypeVar(SrcType typeVar)voidAbstractSrcMethod. addTypeVar(SrcType typeVar)TSrcAnnotated. insertParam(String name, SrcType type, int pos)static StringSrcElement. makeCompileTimeConstantValue(SrcType type, Object value)TAbstractSrcMethod. returns(SrcType returns)voidSrcType. setEnclosingType(SrcType enclosingType)TAbstractSrcClass. superClass(SrcType superClass)TAbstractSrcMethod. throwsList(SrcType... list)SrcFieldSrcField. type(SrcType type)SrcParameterSrcParameter. type(SrcType type)SrcSetPropertySrcSetProperty. type(SrcType type)Constructors in manifold.api.gen with parameters of type SrcType Constructor 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)SrcParameter(String name, SrcType type, SrcExpression initializer)SrcRawExpression(SrcType type, Object value)SrcSetProperty(String name, SrcType type)SrcSwitchCase(SrcType type, Object valueExpr)
-