| BasicCodePointArray |
An array of code points that contain code points from both the Latin-1 character set and Basic
Multilingual Plane.
|
| CelCodePointArray |
Represents an in-memory read-only contiguous source of Unicode code points.
|
| CodePointStream |
Implementation of ANTLRv4 CharStream using CelCodePointArray.
|
| Constants |
Internal utility class for working with com.google.api.expr.Constant.
|
| Errors |
An object which manages error reporting.
|
| Errors.Error |
Represents an error.
|
| Errors.SourceLocation |
SourceLocation gives the line and column where an expression starts.
|
| FileDescriptorSetConverter |
Utility class for converting from a FileDescriptorSet to a collection of
FileDescriptor instances.
|
| Latin1CodePointArray |
Represents an in-memory contiguous source of ISO-LATIN-1 code points.
|
| SupplementalCodePointArray |
Array of code points that contain code points from Latin-1 character set, basic multilingual
plane or the supplemental multilingual plane.
|