| Package | Description |
|---|---|
| net.morimekta.providence.model |
| Modifier and Type | Field and Description |
|---|---|
static PUnionDescriptor<Declaration,Declaration._Field> |
Declaration.kDescriptor |
| Modifier and Type | Method and Description |
|---|---|
Declaration |
Declaration._Builder.build() |
static Declaration |
Declaration.withDeclConst(ConstType._Builder value) |
static Declaration |
Declaration.withDeclConst(ConstType value) |
static Declaration |
Declaration.withDeclEnum(EnumType._Builder value) |
static Declaration |
Declaration.withDeclEnum(EnumType value) |
static Declaration |
Declaration.withDeclMessage(MessageType._Builder value) |
static Declaration |
Declaration.withDeclMessage(MessageType value) |
static Declaration |
Declaration.withDeclService(ServiceType._Builder value) |
static Declaration |
Declaration.withDeclService(ServiceType value) |
static Declaration |
Declaration.withDeclTypedef(TypedefType._Builder value) |
static Declaration |
Declaration.withDeclTypedef(TypedefType value) |
| Modifier and Type | Method and Description |
|---|---|
PUnionDescriptor<Declaration,Declaration._Field> |
Declaration.descriptor() |
PUnionDescriptor<Declaration,Declaration._Field> |
Declaration._Builder.descriptor() |
List<Declaration> |
ProgramType.getDecl()
List of declarations in the program file.
|
List<Declaration> |
ProgramType._Builder.mutableDecl()
Get the builder for the contained
decl message field. |
Optional<List<Declaration>> |
ProgramType.optionalDecl()
List of declarations in the program file.
|
static PUnionDescriptorProvider<Declaration,Declaration._Field> |
Declaration.provider() |
| Modifier and Type | Method and Description |
|---|---|
ProgramType._Builder |
ProgramType._Builder.addToDecl(Declaration... values)
Adds entries to the
decl list. |
int |
Declaration.compareTo(Declaration other) |
Declaration._Builder |
Declaration._Builder.merge(Declaration from) |
| Modifier and Type | Method and Description |
|---|---|
ProgramType._Builder |
ProgramType._Builder.setDecl(Collection<Declaration> value)
Set the
decl field value. |
| Constructor and Description |
|---|
_Builder(Declaration base)
Make a mutating builder off a base pmodel.Declaration.
|
Copyright © 2015–2018 morimekta.net. All rights reserved.