Uses of Class
net.morimekta.providence.model.Declaration
-
Packages that use Declaration Package Description net.morimekta.providence.model -
-
Uses of Declaration in net.morimekta.providence.model
Fields in net.morimekta.providence.model with type parameters of type Declaration Modifier and Type Field Description static net.morimekta.providence.descriptor.PUnionDescriptor<Declaration>Declaration. kDescriptorMethods in net.morimekta.providence.model that return Declaration Modifier and Type Method Description DeclarationDeclaration._Builder. build()static DeclarationDeclaration. withDeclConst(ConstType_OrBuilder value)static DeclarationDeclaration. withDeclEnum(EnumType_OrBuilder value)static DeclarationDeclaration. withDeclMessage(MessageType_OrBuilder value)static DeclarationDeclaration. withDeclService(ServiceType_OrBuilder value)static DeclarationDeclaration. withDeclTypedef(TypedefType_OrBuilder value)Methods in net.morimekta.providence.model that return types with arguments of type Declaration Modifier and Type Method Description net.morimekta.providence.descriptor.PUnionDescriptor<Declaration>Declaration._Builder. descriptor()net.morimekta.providence.descriptor.PUnionDescriptor<Declaration>Declaration. descriptor()java.util.List<Declaration>ProgramType_OrBuilder. getDecl()List of declarations in the program file.java.util.List<Declaration>ProgramType._Builder. getDecl()List of declarations in the program file.java.util.List<Declaration>ProgramType. getDecl()List of declarations in the program file.java.util.List<Declaration>ProgramType._Builder. mutableDecl()List of declarations in the program file.java.util.Optional<java.util.List<Declaration>>ProgramType_OrBuilder. optionalDecl()List of declarations in the program file.java.util.Optional<java.util.List<Declaration>>ProgramType._Builder. optionalDecl()List of declarations in the program file.java.util.Optional<java.util.List<Declaration>>ProgramType. optionalDecl()List of declarations in the program file.static net.morimekta.providence.descriptor.PUnionDescriptorProvider<Declaration>Declaration. provider()Methods in net.morimekta.providence.model with parameters of type Declaration Modifier and Type Method Description ProgramType._BuilderProgramType._Builder. addToDecl(Declaration... values)Adds entries to thedecllist.intDeclaration. compareTo(Declaration other)Declaration._BuilderDeclaration._Builder. merge(Declaration from)Method parameters in net.morimekta.providence.model with type arguments of type Declaration Modifier and Type Method Description ProgramType._BuilderProgramType._Builder. setDecl(java.util.Collection<Declaration> value)Set thedeclfield value.Constructors in net.morimekta.providence.model with parameters of type Declaration Constructor Description _Builder(Declaration base)Make a mutating builder off a base p_model.Declaration.
-