Package com.yahoo.schema.parser
Class ParsedDocument
java.lang.Object
com.yahoo.schema.parser.ParsedBlock
com.yahoo.schema.parser.ParsedDocument
This class holds the extracted information after parsing a
"document" block in a schema (.sd) file, using simple data
structures as far as possible. Do not put advanced logic here!
- Author:
- arnej27959
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAnnotation(ParsedAnnotation annotation) voidaddField(ParsedField field) voidaddStruct(ParsedStruct struct) voidMethods inherited from class com.yahoo.schema.parser.ParsedBlock
blockType, name, toString, verifyThat
-
Constructor Details
-
ParsedDocument
-
-
Method Details
-
inherit
-
addField
-
addStruct
-
addAnnotation
-