| Package | Description |
|---|---|
| net.morimekta.providence.model |
| Modifier and Type | Field and Description |
|---|---|
static net.morimekta.providence.descriptor.PUnionDescriptor<Declaration> |
Declaration.kDescriptor |
| Modifier and Type | Method and Description |
|---|---|
Declaration |
Declaration._Builder.build() |
static Declaration |
Declaration.withDeclConst(ConstType_OrBuilder value) |
static Declaration |
Declaration.withDeclEnum(EnumType_OrBuilder value) |
static Declaration |
Declaration.withDeclMessage(MessageType_OrBuilder value) |
static Declaration |
Declaration.withDeclService(ServiceType_OrBuilder value) |
static Declaration |
Declaration.withDeclTypedef(TypedefType_OrBuilder value) |
| Modifier and Type | Method and Description |
|---|---|
net.morimekta.providence.descriptor.PUnionDescriptor<Declaration> |
Declaration.descriptor() |
net.morimekta.providence.descriptor.PUnionDescriptor<Declaration> |
Declaration._Builder.descriptor() |
List<Declaration> |
ProgramType.getDecl()
List of declarations in the program file.
|
List<Declaration> |
ProgramType._Builder.getDecl()
List of declarations in the program file.
|
List<Declaration> |
ProgramType_OrBuilder.getDecl()
List of declarations in the program file.
|
List<Declaration> |
ProgramType._Builder.mutableDecl()
List of declarations in the program file.
|
net.morimekta.providence.descriptor.PMessageDescriptor<Declaration> |
Declaration._Field.onMessageType() |
Optional<List<Declaration>> |
ProgramType.optionalDecl()
List of declarations in the program file.
|
Optional<List<Declaration>> |
ProgramType._Builder.optionalDecl()
List of declarations in the program file.
|
Optional<List<Declaration>> |
ProgramType_OrBuilder.optionalDecl()
List of declarations in the program file.
|
static net.morimekta.providence.descriptor.PUnionDescriptorProvider<Declaration> |
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 p_model.Declaration.
|
Copyright © 2015–2020 morimekta.net. All rights reserved.