Uses of Class
dev.cel.expr.SourceInfo.Extension
Packages that use SourceInfo.Extension
-
Uses of SourceInfo.Extension in dev.cel.expr
Fields in dev.cel.expr declared as SourceInfo.ExtensionModifier and TypeFieldDescriptionprivate static final SourceInfo.ExtensionSourceInfo.Extension.DEFAULT_INSTANCEFields in dev.cel.expr with type parameters of type SourceInfo.ExtensionModifier and TypeFieldDescriptionprivate List<SourceInfo.Extension> SourceInfo.Builder.extensions_private List<SourceInfo.Extension> SourceInfo.extensions_private com.google.protobuf.RepeatedFieldBuilder<SourceInfo.Extension, SourceInfo.Extension.Builder, SourceInfo.ExtensionOrBuilder> SourceInfo.Builder.extensionsBuilder_private static final com.google.protobuf.Parser<SourceInfo.Extension> SourceInfo.Extension.PARSERMethods in dev.cel.expr that return SourceInfo.ExtensionModifier and TypeMethodDescriptionSourceInfo.Extension.Builder.build()SourceInfo.Extension.Builder.buildPartial()static SourceInfo.ExtensionSourceInfo.Extension.getDefaultInstance()SourceInfo.Extension.Builder.getDefaultInstanceForType()SourceInfo.Extension.getDefaultInstanceForType()SourceInfo.Builder.getExtensions(int index) A list of tags for extensions that were used while parsing or type checking the source expression.SourceInfo.getExtensions(int index) A list of tags for extensions that were used while parsing or type checking the source expression.SourceInfoOrBuilder.getExtensions(int index) A list of tags for extensions that were used while parsing or type checking the source expression.static SourceInfo.ExtensionSourceInfo.Extension.parseDelimitedFrom(InputStream input) static SourceInfo.ExtensionSourceInfo.Extension.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SourceInfo.ExtensionSourceInfo.Extension.parseFrom(byte[] data) static SourceInfo.ExtensionSourceInfo.Extension.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SourceInfo.ExtensionSourceInfo.Extension.parseFrom(com.google.protobuf.ByteString data) static SourceInfo.ExtensionSourceInfo.Extension.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SourceInfo.ExtensionSourceInfo.Extension.parseFrom(com.google.protobuf.CodedInputStream input) static SourceInfo.ExtensionSourceInfo.Extension.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SourceInfo.ExtensionSourceInfo.Extension.parseFrom(InputStream input) static SourceInfo.ExtensionSourceInfo.Extension.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SourceInfo.ExtensionSourceInfo.Extension.parseFrom(ByteBuffer data) static SourceInfo.ExtensionSourceInfo.Extension.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in dev.cel.expr that return types with arguments of type SourceInfo.ExtensionModifier and TypeMethodDescriptionprivate com.google.protobuf.RepeatedFieldBuilder<SourceInfo.Extension, SourceInfo.Extension.Builder, SourceInfo.ExtensionOrBuilder> SourceInfo.Builder.getExtensionsFieldBuilder()SourceInfo.Builder.getExtensionsList()A list of tags for extensions that were used while parsing or type checking the source expression.SourceInfo.getExtensionsList()A list of tags for extensions that were used while parsing or type checking the source expression.SourceInfoOrBuilder.getExtensionsList()A list of tags for extensions that were used while parsing or type checking the source expression.com.google.protobuf.Parser<SourceInfo.Extension> SourceInfo.Extension.getParserForType()static com.google.protobuf.Parser<SourceInfo.Extension> SourceInfo.Extension.parser()Methods in dev.cel.expr with parameters of type SourceInfo.ExtensionModifier and TypeMethodDescriptionSourceInfo.Builder.addExtensions(int index, SourceInfo.Extension value) A list of tags for extensions that were used while parsing or type checking the source expression.SourceInfo.Builder.addExtensions(SourceInfo.Extension value) A list of tags for extensions that were used while parsing or type checking the source expression.private voidSourceInfo.Extension.Builder.buildPartial0(SourceInfo.Extension result) private voidSourceInfo.Extension.Builder.buildPartialRepeatedFields(SourceInfo.Extension result) SourceInfo.Extension.Builder.mergeFrom(SourceInfo.Extension other) static SourceInfo.Extension.BuilderSourceInfo.Extension.newBuilder(SourceInfo.Extension prototype) SourceInfo.Builder.setExtensions(int index, SourceInfo.Extension value) A list of tags for extensions that were used while parsing or type checking the source expression.Method parameters in dev.cel.expr with type arguments of type SourceInfo.ExtensionModifier and TypeMethodDescriptionSourceInfo.Builder.addAllExtensions(Iterable<? extends SourceInfo.Extension> values) A list of tags for extensions that were used while parsing or type checking the source expression.