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._Field>Declaration. kDescriptorMethods in net.morimekta.providence.model that return Declaration Modifier and Type Method Description DeclarationDeclaration._Builder. build()static DeclarationDeclaration. withDeclConst(ConstType value)static DeclarationDeclaration. withDeclConst(ConstType._Builder value)static DeclarationDeclaration. withDeclEnum(EnumType value)static DeclarationDeclaration. withDeclEnum(EnumType._Builder value)static DeclarationDeclaration. withDeclMessage(MessageType value)static DeclarationDeclaration. withDeclMessage(MessageType._Builder value)static DeclarationDeclaration. withDeclService(ServiceType value)static DeclarationDeclaration. withDeclService(ServiceType._Builder value)static DeclarationDeclaration. withDeclTypedef(TypedefType value)static DeclarationDeclaration. withDeclTypedef(TypedefType._Builder 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._Field>Declaration._Builder. descriptor()net.morimekta.providence.descriptor.PUnionDescriptor<Declaration,Declaration._Field>Declaration. descriptor()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. optionalDecl()List of declarations in the program file.static net.morimekta.providence.descriptor.PUnionDescriptorProvider<Declaration,Declaration._Field>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 pmodel.Declaration.
-