| Package | Description |
|---|---|
| com.facebook.swift.parser.antlr | |
| com.facebook.swift.parser.model |
| Modifier and Type | Field and Description |
|---|---|
ConstValue |
DocumentGenerator.const_value_return.value |
| Modifier and Type | Field and Description |
|---|---|
List<ConstValue> |
DocumentGenerator.const_list_return.value |
Map<ConstValue,ConstValue> |
DocumentGenerator.const_map_return.value |
Map<ConstValue,ConstValue> |
DocumentGenerator.const_map_return.value |
Map.Entry<ConstValue,ConstValue> |
DocumentGenerator.const_map_entry_return.value |
Map.Entry<ConstValue,ConstValue> |
DocumentGenerator.const_map_entry_return.value |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstDouble |
class |
ConstIdentifier |
class |
ConstInteger |
class |
ConstList |
class |
ConstMap |
class |
ConstString |
| Modifier and Type | Method and Description |
|---|---|
ConstValue |
Const.getValue() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<ConstValue> |
ThriftField.getValue() |
Map<ConstValue,ConstValue> |
ConstMap.value() |
Map<ConstValue,ConstValue> |
ConstMap.value() |
List<ConstValue> |
ConstList.value() |
| Constructor and Description |
|---|
Const(String name,
ThriftType type,
ConstValue value) |
ThriftField(String name,
ThriftType type,
Long identifier,
ThriftField.Requiredness requiredness,
ConstValue value,
List<TypeAnnotation> annotations) |
| Constructor and Description |
|---|
ConstList(List<ConstValue> values) |
ConstMap(Map<ConstValue,ConstValue> values) |
ConstMap(Map<ConstValue,ConstValue> values) |
Copyright © 2012-2017. All Rights Reserved.