Uses of Class
software.coley.sourcesolver.model.TypeModel
Packages that use TypeModel
-
Uses of TypeModel in software.coley.sourcesolver.mapping
Methods in software.coley.sourcesolver.mapping that return TypeModelModifier and TypeMethodDescriptionTypeMapper.map(MappingContext context, com.sun.tools.javac.tree.EndPosTable table, Tree tree) -
Uses of TypeModel in software.coley.sourcesolver.model
Subclasses of TypeModel in software.coley.sourcesolver.modelModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classMethods in software.coley.sourcesolver.model that return TypeModelModifier and TypeMethodDescriptionMethodModel.getReturnType()ArrayDeclarationExpressionModel.getType()VariableModel.getType()static TypeModelTypeModel.newVar()Methods in software.coley.sourcesolver.model that return types with arguments of type TypeModelConstructors in software.coley.sourcesolver.model with parameters of type TypeModelModifierConstructorDescriptionArrayDeclarationExpressionModel(Range range, TypeModel type, List<AbstractExpressionModel> dimensions, List<AbstractExpressionModel> initializers, List<AnnotationExpressionModel> annotations) MethodModel(Range range, String name, ModifiersModel modifiers, List<TypeParameterModel> typeParameters, TypeModel returnType, List<VariableModel> parameters, Model defaultValue, List<AbstractExpressionModel> thrownTypes, List<AnnotationExpressionModel> annotations, MethodBodyModel methodBody) Union(Range range, TypeModel identifier, Collection<? extends TypeModel> additionalChildren) VariableModel(Range range, List<AnnotationExpressionModel> annotations, ModifiersModel modifiers, TypeModel type, String name, Model value) Constructor parameters in software.coley.sourcesolver.model with type arguments of type TypeModelModifierConstructorDescriptionUnion(Range range, TypeModel identifier, Collection<? extends TypeModel> additionalChildren)