| Package | Description |
|---|---|
| com.facebook.swift.parser.antlr | |
| com.facebook.swift.parser.model |
| Modifier and Type | Field and Description |
|---|---|
ThriftField |
DocumentGenerator.field_return.value |
| Modifier and Type | Field and Description |
|---|---|
List<ThriftField> |
DocumentGenerator.fields_return.value |
List<ThriftField> |
DocumentGenerator.args_return.value |
List<ThriftField> |
DocumentGenerator.throws_list_return.value |
| Modifier and Type | Method and Description |
|---|---|
List<ThriftField> |
ThriftMethod.getArguments() |
List<ThriftField> |
AbstractStruct.getFields() |
List<ThriftField> |
ThriftMethod.getThrowsFields() |
| Constructor and Description |
|---|
AbstractStruct(String name,
List<ThriftField> fields,
List<TypeAnnotation> annotations) |
Struct(String name,
List<ThriftField> fields,
List<TypeAnnotation> annotations) |
ThriftException(String name,
List<ThriftField> fields,
List<TypeAnnotation> annotations) |
ThriftMethod(String name,
ThriftType returnType,
List<ThriftField> arguments,
boolean oneway,
List<ThriftField> throwsFields,
List<TypeAnnotation> annotations) |
ThriftMethod(String name,
ThriftType returnType,
List<ThriftField> arguments,
boolean oneway,
List<ThriftField> throwsFields,
List<TypeAnnotation> annotations) |
Union(String name,
List<ThriftField> fields,
List<TypeAnnotation> annotations) |
Copyright © 2012-2017. All Rights Reserved.