| Package | Description |
|---|---|
| com.facebook.swift.parser.antlr | |
| com.facebook.swift.parser.model |
| Modifier and Type | Field and Description |
|---|---|
ThriftField.Requiredness |
DocumentGenerator.field_req_return.value |
| Modifier and Type | Method and Description |
|---|---|
ThriftField.Requiredness |
ThriftField.getRequiredness() |
static ThriftField.Requiredness |
ThriftField.Requiredness.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThriftField.Requiredness[] |
ThriftField.Requiredness.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ThriftField(String name,
ThriftType type,
Long identifier,
ThriftField.Requiredness requiredness,
ConstValue value,
List<TypeAnnotation> annotations) |
Copyright © 2012-2017. All Rights Reserved.