Uses of Class
com.apivolve.xolir.Refs.TypedName
-
Uses of Refs.TypedName in com.apivolve.xolir
Methods in com.apivolve.xolir that return Refs.TypedNameModifier and TypeMethodDescriptionRefs.TypedName.Builder.build()Refs.TypedName.Builder.buildPartial()FunctionOuterClass.FunctionType.Builder.getArgs(int index) repeated .xolir.TypedName args = 1;FunctionOuterClass.FunctionType.getArgs(int index) repeated .xolir.TypedName args = 1;FunctionOuterClass.FunctionTypeOrBuilder.getArgs(int index) repeated .xolir.TypedName args = 1;static Refs.TypedNameRefs.TypedName.getDefaultInstance()Refs.TypedName.Builder.getDefaultInstanceForType()Refs.TypedName.getDefaultInstanceForType()TypeStruct.StructType.Builder.getFields(int index) repeated .xolir.TypedName fields = 2;TypeStruct.StructType.getFields(int index) repeated .xolir.TypedName fields = 2;TypeStruct.StructTypeOrBuilder.getFields(int index) repeated .xolir.TypedName fields = 2;FunctionOuterClass.Function.Builder.getLocals(int index) repeated .xolir.TypedName locals = 3;FunctionOuterClass.Function.getLocals(int index) repeated .xolir.TypedName locals = 3;FunctionOuterClass.FunctionOrBuilder.getLocals(int index) repeated .xolir.TypedName locals = 3;static Refs.TypedNameRefs.TypedName.parseDelimitedFrom(InputStream input) static Refs.TypedNameRefs.TypedName.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Refs.TypedNameRefs.TypedName.parseFrom(byte[] data) static Refs.TypedNameRefs.TypedName.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Refs.TypedNameRefs.TypedName.parseFrom(com.google.protobuf.ByteString data) static Refs.TypedNameRefs.TypedName.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Refs.TypedNameRefs.TypedName.parseFrom(com.google.protobuf.CodedInputStream input) static Refs.TypedNameRefs.TypedName.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Refs.TypedNameRefs.TypedName.parseFrom(InputStream input) static Refs.TypedNameRefs.TypedName.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Refs.TypedNameRefs.TypedName.parseFrom(ByteBuffer data) static Refs.TypedNameRefs.TypedName.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.apivolve.xolir that return types with arguments of type Refs.TypedNameModifier and TypeMethodDescriptionFunctionOuterClass.FunctionType.Builder.getArgsList()repeated .xolir.TypedName args = 1;FunctionOuterClass.FunctionType.getArgsList()repeated .xolir.TypedName args = 1;FunctionOuterClass.FunctionTypeOrBuilder.getArgsList()repeated .xolir.TypedName args = 1;TypeStruct.StructType.Builder.getFieldsList()repeated .xolir.TypedName fields = 2;TypeStruct.StructType.getFieldsList()repeated .xolir.TypedName fields = 2;TypeStruct.StructTypeOrBuilder.getFieldsList()repeated .xolir.TypedName fields = 2;FunctionOuterClass.Function.Builder.getLocalsList()repeated .xolir.TypedName locals = 3;FunctionOuterClass.Function.getLocalsList()repeated .xolir.TypedName locals = 3;FunctionOuterClass.FunctionOrBuilder.getLocalsList()repeated .xolir.TypedName locals = 3;com.google.protobuf.Parser<Refs.TypedName>Refs.TypedName.getParserForType()static com.google.protobuf.Parser<Refs.TypedName>Refs.TypedName.parser()Methods in com.apivolve.xolir with parameters of type Refs.TypedNameModifier and TypeMethodDescriptionFunctionOuterClass.FunctionType.Builder.addArgs(int index, Refs.TypedName value) repeated .xolir.TypedName args = 1;FunctionOuterClass.FunctionType.Builder.addArgs(Refs.TypedName value) repeated .xolir.TypedName args = 1;TypeStruct.StructType.Builder.addFields(int index, Refs.TypedName value) repeated .xolir.TypedName fields = 2;TypeStruct.StructType.Builder.addFields(Refs.TypedName value) repeated .xolir.TypedName fields = 2;FunctionOuterClass.Function.Builder.addLocals(int index, Refs.TypedName value) repeated .xolir.TypedName locals = 3;FunctionOuterClass.Function.Builder.addLocals(Refs.TypedName value) repeated .xolir.TypedName locals = 3;Refs.TypedName.Builder.mergeFrom(Refs.TypedName other) static Refs.TypedName.BuilderRefs.TypedName.newBuilder(Refs.TypedName prototype) FunctionOuterClass.FunctionType.Builder.setArgs(int index, Refs.TypedName value) repeated .xolir.TypedName args = 1;TypeStruct.StructType.Builder.setFields(int index, Refs.TypedName value) repeated .xolir.TypedName fields = 2;FunctionOuterClass.Function.Builder.setLocals(int index, Refs.TypedName value) repeated .xolir.TypedName locals = 3;Method parameters in com.apivolve.xolir with type arguments of type Refs.TypedNameModifier and TypeMethodDescriptionFunctionOuterClass.FunctionType.Builder.addAllArgs(Iterable<? extends Refs.TypedName> values) repeated .xolir.TypedName args = 1;TypeStruct.StructType.Builder.addAllFields(Iterable<? extends Refs.TypedName> values) repeated .xolir.TypedName fields = 2;FunctionOuterClass.Function.Builder.addAllLocals(Iterable<? extends Refs.TypedName> values) repeated .xolir.TypedName locals = 3;