Uses of Class
com.apivolve.xolir.Debug.SourceLoc.Builder
-
Uses of Debug.SourceLoc.Builder in com.apivolve.xolir
Methods in com.apivolve.xolir that return Debug.SourceLoc.BuilderModifier and TypeMethodDescriptionDebug.SourceLoc.Builder.clear()Debug.SourceLoc.Builder.clearAfterLoc()uint32 after_loc = 3;Debug.SourceLoc.Builder.clearFirstLoc()uint32 first_loc = 2;Debug.SourceLoc.Builder.clearSourceIx()uint64 source_ix = 1;Debug.Problem.Builder.getLocBuilder().xolir.SourceLoc loc = 1;Debug.SourceLoc.Builder.mergeFrom(Debug.SourceLoc other) Debug.SourceLoc.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Debug.SourceLoc.Builder.mergeFrom(com.google.protobuf.Message other) static Debug.SourceLoc.BuilderDebug.SourceLoc.newBuilder()static Debug.SourceLoc.BuilderDebug.SourceLoc.newBuilder(Debug.SourceLoc prototype) Debug.SourceLoc.newBuilderForType()protected Debug.SourceLoc.BuilderDebug.SourceLoc.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Debug.SourceLoc.Builder.setAfterLoc(int value) uint32 after_loc = 3;Debug.SourceLoc.Builder.setFirstLoc(int value) uint32 first_loc = 2;Debug.SourceLoc.Builder.setSourceIx(long value) uint64 source_ix = 1;Debug.SourceLoc.toBuilder()Methods in com.apivolve.xolir with parameters of type Debug.SourceLoc.BuilderModifier and TypeMethodDescriptionDebug.Problem.Builder.setLoc(Debug.SourceLoc.Builder builderForValue) .xolir.SourceLoc loc = 1;