| Package | Description | 
|---|---|
| org.apache.avro.compiler.idl | 
| Modifier and Type | Method and Description | 
|---|---|
| ParseException | Idl. generateParseException()Generate ParseException. | 
| Modifier and Type | Method and Description | 
|---|---|
| Token | Idl. AnyIdentifier() | 
| Schema | Idl. ArrayType() | 
| Protocol | Idl. CompilationUnit()The input to Idl is a CompilationUnit, which is currently
 just a single Protocol. | 
| List<String> | Idl. EnumBody() | 
| void | Idl. EnumConstant(List<String> symbols) | 
| Schema | Idl. EnumDeclaration() | 
| void | Idl. ErrorList(List<Schema> errors) | 
| void | Idl. FieldDeclaration(List<Schema.Field> fields) | 
| Schema | Idl. FixedDeclaration() | 
| void | Idl. FormalParameter(List<Schema.Field> fields) | 
| Schema | Idl. FormalParameters() | 
| String | Idl. Identifier() | 
| Protocol | Idl. ImportIdl() | 
| Protocol | Idl. ImportProtocol() | 
| Schema | Idl. ImportSchema() | 
| org.codehaus.jackson.JsonNode | Idl. Json() | 
| org.codehaus.jackson.JsonNode | Idl. JsonArray() | 
| void | Idl. JsonElements(org.codehaus.jackson.node.ArrayNode a) | 
| void | Idl. JsonFields(org.codehaus.jackson.node.ObjectNode o) | 
| org.codehaus.jackson.JsonNode | Idl. JsonObject() | 
| void | Idl. JsonPair(org.codehaus.jackson.node.ObjectNode o) | 
| String | Idl. JsonString() | 
| Schema | Idl. MapType() | 
| Protocol.Message | Idl. MessageDeclaration(Protocol p,
                  Map<String,org.codehaus.jackson.JsonNode> props) | 
| String | Idl. MessageDocumentation() | 
| Schema | Idl. NamedSchemaDeclaration(Map<String,org.codehaus.jackson.JsonNode> props) | 
| Schema | Idl. PrimitiveType() | 
| String | Idl. PropertyName() | 
| void | Idl. ProtocolBody(Protocol p) | 
| Protocol | Idl. ProtocolDeclaration() | 
| Schema | Idl. RecordDeclaration() | 
| Schema | Idl. ReferenceType()A reference to some other existing type | 
| Schema | Idl. ResultType()Result types are like other types, except we provide "void" as
 an alias of "null" | 
| void | Idl. SchemaProperty(Map<String,org.codehaus.jackson.JsonNode> properties) | 
| Schema | Idl. Type() | 
| Schema | Idl. UnionDefinition() | 
| void | Idl. VariableDeclarator(Schema type,
                  List<Schema.Field> fields) | 
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.