|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParseException | |
---|---|
org.apache.avro.compiler.idl |
Uses of ParseException in org.apache.avro.compiler.idl |
---|
Methods in org.apache.avro.compiler.idl that return ParseException | |
---|---|
ParseException |
Idl.generateParseException()
Generate ParseException. |
Methods in org.apache.avro.compiler.idl that throw ParseException | |
---|---|
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)
|
String |
Idl.MessageDocumentation()
|
Schema |
Idl.NamedSchemaDeclaration()
|
Schema |
Idl.PrimitiveType()
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |