| Package | Description |
|---|---|
| com.facebook.swift.parser.antlr | |
| com.facebook.swift.parser.model |
| Modifier and Type | Field and Description |
|---|---|
ThriftType |
DocumentGenerator.function_type_return.value |
ThriftType |
DocumentGenerator.field_type_return.value |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseType |
class |
ContainerType |
class |
IdentifierType |
class |
ListType |
class |
MapType |
class |
SetType |
class |
VoidType |
| Modifier and Type | Method and Description |
|---|---|
ThriftType |
SetType.getElementType() |
ThriftType |
ListType.getElementType() |
ThriftType |
MapType.getKeyType() |
ThriftType |
ThriftMethod.getReturnType() |
ThriftType |
Typedef.getType() |
ThriftType |
ThriftField.getType() |
ThriftType |
Const.getType() |
ThriftType |
MapType.getValueType() |
| Constructor and Description |
|---|
Const(String name,
ThriftType type,
ConstValue value) |
ListType(ThriftType type,
String cppType,
List<TypeAnnotation> annotations) |
MapType(ThriftType keyType,
ThriftType valueType,
String cppType,
List<TypeAnnotation> annotations) |
SetType(ThriftType type,
String cppType,
List<TypeAnnotation> annotations) |
ThriftField(String name,
ThriftType type,
Long identifier,
ThriftField.Requiredness requiredness,
ConstValue value,
List<TypeAnnotation> annotations) |
ThriftMethod(String name,
ThriftType returnType,
List<ThriftField> arguments,
boolean oneway,
List<ThriftField> throwsFields,
List<TypeAnnotation> annotations) |
Typedef(String name,
ThriftType type) |
Copyright © 2012-2017. All Rights Reserved.