Uses of Interface
cel.dev.expr.conformance.Environment.ImportOrBuilder
Packages that use Environment.ImportOrBuilder
-
Uses of Environment.ImportOrBuilder in cel.dev.expr.conformance
Classes in cel.dev.expr.conformance that implement Environment.ImportOrBuilderModifier and TypeClassDescriptionstatic final classImport represents a type name that will be abbreviated by its simple name making it easier to reference simple type names from packages other than the expression container.static final classImport represents a type name that will be abbreviated by its simple name making it easier to reference simple type names from packages other than the expression container.Methods in cel.dev.expr.conformance that return Environment.ImportOrBuilderModifier and TypeMethodDescriptionEnvironment.Builder.getImportsOrBuilder(int index) List of abbreviations to be added to the CEL environmentEnvironment.getImportsOrBuilder(int index) List of abbreviations to be added to the CEL environmentEnvironmentOrBuilder.getImportsOrBuilder(int index) List of abbreviations to be added to the CEL environmentMethods in cel.dev.expr.conformance that return types with arguments of type Environment.ImportOrBuilderModifier and TypeMethodDescriptionList<? extends Environment.ImportOrBuilder>Environment.Builder.getImportsOrBuilderList()List of abbreviations to be added to the CEL environmentList<? extends Environment.ImportOrBuilder>Environment.getImportsOrBuilderList()List of abbreviations to be added to the CEL environmentList<? extends Environment.ImportOrBuilder>EnvironmentOrBuilder.getImportsOrBuilderList()List of abbreviations to be added to the CEL environment