Uses of Class
com.apivolve.xolir.Refs.TypedName.Builder
-
Uses of Refs.TypedName.Builder in com.apivolve.xolir
Methods in com.apivolve.xolir that return Refs.TypedName.BuilderModifier and TypeMethodDescriptionFunctionOuterClass.FunctionType.Builder.addArgsBuilder()repeated .xolir.TypedName args = 1;FunctionOuterClass.FunctionType.Builder.addArgsBuilder(int index) repeated .xolir.TypedName args = 1;TypeStruct.StructType.Builder.addFieldsBuilder()repeated .xolir.TypedName fields = 2;TypeStruct.StructType.Builder.addFieldsBuilder(int index) repeated .xolir.TypedName fields = 2;FunctionOuterClass.Function.Builder.addLocalsBuilder()repeated .xolir.TypedName locals = 3;FunctionOuterClass.Function.Builder.addLocalsBuilder(int index) repeated .xolir.TypedName locals = 3;Refs.TypedName.Builder.clear()Refs.TypedName.Builder.clearName()TODO @mark: could be something like `T` or `List<int>`Refs.TypedName.Builder.clearTypeId().xolir.TypeRef type_id = 2;FunctionOuterClass.FunctionType.Builder.getArgsBuilder(int index) repeated .xolir.TypedName args = 1;TypeStruct.StructType.Builder.getFieldsBuilder(int index) repeated .xolir.TypedName fields = 2;FunctionOuterClass.Function.Builder.getLocalsBuilder(int index) repeated .xolir.TypedName locals = 3;Refs.TypedName.Builder.mergeFrom(Refs.TypedName other) Refs.TypedName.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Refs.TypedName.Builder.mergeFrom(com.google.protobuf.Message other) Refs.TypedName.Builder.mergeTypeId(Refs.TypeRef value) .xolir.TypeRef type_id = 2;static Refs.TypedName.BuilderRefs.TypedName.newBuilder()static Refs.TypedName.BuilderRefs.TypedName.newBuilder(Refs.TypedName prototype) Refs.TypedName.newBuilderForType()protected Refs.TypedName.BuilderRefs.TypedName.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) TODO @mark: could be something like `T` or `List<int>`Refs.TypedName.Builder.setNameBytes(com.google.protobuf.ByteString value) TODO @mark: could be something like `T` or `List<int>`Refs.TypedName.Builder.setTypeId(Refs.TypeRef value) .xolir.TypeRef type_id = 2;Refs.TypedName.Builder.setTypeId(Refs.TypeRef.Builder builderForValue) .xolir.TypeRef type_id = 2;Refs.TypedName.toBuilder()Methods in com.apivolve.xolir that return types with arguments of type Refs.TypedName.BuilderModifier and TypeMethodDescriptionFunctionOuterClass.FunctionType.Builder.getArgsBuilderList()repeated .xolir.TypedName args = 1;TypeStruct.StructType.Builder.getFieldsBuilderList()repeated .xolir.TypedName fields = 2;FunctionOuterClass.Function.Builder.getLocalsBuilderList()repeated .xolir.TypedName locals = 3;Methods in com.apivolve.xolir with parameters of type Refs.TypedName.BuilderModifier and TypeMethodDescriptionFunctionOuterClass.FunctionType.Builder.addArgs(int index, Refs.TypedName.Builder builderForValue) repeated .xolir.TypedName args = 1;FunctionOuterClass.FunctionType.Builder.addArgs(Refs.TypedName.Builder builderForValue) repeated .xolir.TypedName args = 1;TypeStruct.StructType.Builder.addFields(int index, Refs.TypedName.Builder builderForValue) repeated .xolir.TypedName fields = 2;TypeStruct.StructType.Builder.addFields(Refs.TypedName.Builder builderForValue) repeated .xolir.TypedName fields = 2;FunctionOuterClass.Function.Builder.addLocals(int index, Refs.TypedName.Builder builderForValue) repeated .xolir.TypedName locals = 3;FunctionOuterClass.Function.Builder.addLocals(Refs.TypedName.Builder builderForValue) repeated .xolir.TypedName locals = 3;FunctionOuterClass.FunctionType.Builder.setArgs(int index, Refs.TypedName.Builder builderForValue) repeated .xolir.TypedName args = 1;TypeStruct.StructType.Builder.setFields(int index, Refs.TypedName.Builder builderForValue) repeated .xolir.TypedName fields = 2;FunctionOuterClass.Function.Builder.setLocals(int index, Refs.TypedName.Builder builderForValue) repeated .xolir.TypedName locals = 3;