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.Extension
SourceInfo.Extension.DEFAULT_INSTANCE
Fields 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.PARSER
Methods in dev.cel.expr that return SourceInfo.ExtensionModifier and TypeMethodDescriptionSourceInfo.Extension.Builder.build()
SourceInfo.Extension.Builder.buildPartial()
static SourceInfo.Extension
SourceInfo.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.Extension
SourceInfo.Extension.parseDelimitedFrom
(InputStream input) static SourceInfo.Extension
SourceInfo.Extension.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SourceInfo.Extension
SourceInfo.Extension.parseFrom
(byte[] data) static SourceInfo.Extension
SourceInfo.Extension.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SourceInfo.Extension
SourceInfo.Extension.parseFrom
(com.google.protobuf.ByteString data) static SourceInfo.Extension
SourceInfo.Extension.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SourceInfo.Extension
SourceInfo.Extension.parseFrom
(com.google.protobuf.CodedInputStream input) static SourceInfo.Extension
SourceInfo.Extension.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SourceInfo.Extension
SourceInfo.Extension.parseFrom
(InputStream input) static SourceInfo.Extension
SourceInfo.Extension.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SourceInfo.Extension
SourceInfo.Extension.parseFrom
(ByteBuffer data) static SourceInfo.Extension
SourceInfo.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 void
SourceInfo.Extension.Builder.buildPartial0
(SourceInfo.Extension result) private void
SourceInfo.Extension.Builder.buildPartialRepeatedFields
(SourceInfo.Extension result) SourceInfo.Extension.Builder.mergeFrom
(SourceInfo.Extension other) static SourceInfo.Extension.Builder
SourceInfo.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.