Uses of Class
com.yahoo.schema.parser.ParsedStruct
Packages that use ParsedStruct
-
Uses of ParsedStruct in com.yahoo.schema.parser
Methods in com.yahoo.schema.parser that return ParsedStructModifier and TypeMethodDescriptionParsedAnnotation.ensureStruct()final ParsedStructSchemaParser.structDefinition()This rule consumes a struct declaration blockMethods in com.yahoo.schema.parser that return types with arguments of type ParsedStructMethods in com.yahoo.schema.parser with parameters of type ParsedStructModifier and TypeMethodDescriptionvoidParsedDocument.addStruct(ParsedStruct struct) voidParsedSchema.addStruct(ParsedStruct struct) final voidSchemaParser.inheritsStruct(ParsedStruct struct) Consumes struct inheritancecom.yahoo.document.DataTypeConvertParsedTypes.TypeResolver.resolveStruct(ParsedStruct parsed) voidParsedAnnotation.setStruct(ParsedStruct struct) final voidSchemaParser.structFieldDefinition(ParsedStruct struct) This rule consumes a field block of a struct body.