Uses of Class
com.yahoo.schema.parser.ParsedType
Packages that use ParsedType
-
Uses of ParsedType in com.yahoo.schema.parser
Methods in com.yahoo.schema.parser that return ParsedTypeModifier and TypeMethodDescriptionstatic ParsedTypeParsedType.annotationRef(String name) final ParsedTypeSchemaParser.annotationRefDataType()static ParsedTypeParsedType.arrayOf(ParsedType vt) final ParsedTypeSchemaParser.dataType()This rule consumes a data type block from within a field element.static ParsedTypeParsedType.documentRef(ParsedType docType) static ParsedTypeParsedType.documentType(String name) static ParsedTypeParsedType.getReferencedDocumentType()ParsedField.getType()final ParsedTypeSchemaParser.mapDataType()ParsedType.mapKeyType()static ParsedTypeParsedType.mapType(ParsedType kt, ParsedType vt) ParsedType.mapValueType()ParsedType.nestedType()final ParsedTypeSchemaParser.referenceType()static ParsedTypeParsedType.tensorType(com.yahoo.tensor.TensorType tType) static ParsedTypeParsedType.wsetOf(ParsedType vt) Methods in com.yahoo.schema.parser with parameters of type ParsedTypeModifier and TypeMethodDescriptionstatic ParsedTypeParsedType.arrayOf(ParsedType vt) static ParsedTypeParsedType.documentRef(ParsedType docType) static ParsedTypeParsedType.mapType(ParsedType kt, ParsedType vt) com.yahoo.document.DataTypeConvertParsedTypes.TypeResolver.resolveType(ParsedType parsed) ParsedField.summaryFieldFor(String name, ParsedType type) get an existing summary field for modification, or create itfinal voidSchemaParser.weightedset(ParsedType fieldType) This rule consumes a weighted set statement of a field element.final voidSchemaParser.weightedsetBody(ParsedType type) This rule consumes one body item of a weighted set block.static ParsedTypeParsedType.wsetOf(ParsedType vt) Constructors in com.yahoo.schema.parser with parameters of type ParsedTypeModifierConstructorDescriptionParsedField(String name, ParsedType type) ParsedSummaryField(String name, ParsedType type)