Uses of Interface
online.sharedtype.processor.domain.def.TypeDef
Packages that use TypeDef
Package
Description
-
Uses of TypeDef in online.sharedtype.processor.context
Methods in online.sharedtype.processor.context that return types with arguments of type TypeDefMethods in online.sharedtype.processor.context with parameters of type TypeDef -
Uses of TypeDef in online.sharedtype.processor.domain.def
Classes in online.sharedtype.processor.domain.def that implement TypeDefModifier and TypeClassDescriptionfinal classRepresents structural info captured from an interface, class, or record.classfinal classRepresents a constant namespace, i.e. a java class that contains static fields.final classRepresents an enum.Methods in online.sharedtype.processor.domain.def that return types with arguments of type TypeDefMethods in online.sharedtype.processor.domain.def with parameters of type TypeDef -
Uses of TypeDef in online.sharedtype.processor.domain.type
Methods in online.sharedtype.processor.domain.type that return TypeDefMethods in online.sharedtype.processor.domain.type that return types with arguments of type TypeDefMethods in online.sharedtype.processor.domain.type with parameters of type TypeDefModifier and TypeMethodDescriptionvoidArrayTypeInfo.addReferencingType(TypeDef typeDef) final voidReferableTypeInfo.addReferencingType(TypeDef typeDef) voidTypeInfo.addReferencingType(TypeDef typeDef) Mark this type as referenced by another type.voidConcreteTypeInfo.markShallowResolved(TypeDef resolvedTypeDef) -
Uses of TypeDef in online.sharedtype.processor.parser
Methods in online.sharedtype.processor.parser that return types with arguments of type TypeDefModifier and TypeMethodDescriptionTypeDefParser.parse(TypeElement typeElement) Parse structural information. -
Uses of TypeDef in online.sharedtype.processor.resolver
Methods in online.sharedtype.processor.resolver that return types with arguments of type TypeDefMethod parameters in online.sharedtype.processor.resolver with type arguments of type TypeDef -
Uses of TypeDef in online.sharedtype.processor.writer
Method parameters in online.sharedtype.processor.writer with type arguments of type TypeDef -
Uses of TypeDef in online.sharedtype.processor.writer.converter
Methods in online.sharedtype.processor.writer.converter with parameters of type TypeDef -
Uses of TypeDef in online.sharedtype.processor.writer.converter.type
Methods in online.sharedtype.processor.writer.converter.type with parameters of type TypeDefModifier and TypeMethodDescriptionTypeExpressionConverter.toTypeExpr(TypeInfo typeInfo, TypeDef contextTypeDef)