| BaseModule |
|
| BenchmarkModule |
|
| CertificateUtils |
|
| FileSystemManager |
Manages file systems, potentially across multiple evaluator instances.
|
| Identifier |
Note: this class has a natural ordering that is inconsistent with equals.
|
| Iterators |
|
| Iterators.ReverseArrayIterator |
A reverse iterator for arrays.
|
| Iterators.ReverseTruffleIterator<T> |
A reverse iterator for lists that performs all work behind Truffle boundaries.
|
| Iterators.TruffleIterator<T> |
An iterator for iterables that performs all work behind Truffle boundaries.
|
| JsonnetModule |
|
| KeyLookupSuggestions |
|
| KeyLookupSuggestions.Candidate |
|
| LoggerImpl |
|
| MathModule |
|
| MemberLookupSuggestions |
|
| MemberLookupSuggestions.Candidate |
|
| MirrorFactories |
|
| ModuleCache |
Caches modules by the URI originally specified in the importing module, and also by the resolved
URI from which the module was eventually loaded.
|
| ModuleInfo |
|
| ModuleResolver |
|
| PlatformModule |
|
| ProjectModule |
|
| ReflectModule |
|
| ReleaseModule |
|
| ResourceManager |
|
| SemVerModule |
|
| SettingsModule |
|
| StackTraceRenderer |
|
| StdLibModule |
|
| TestModule |
|
| TestResults |
Aggregate test results for a module.
|
| TestResults.Error |
|
| TestResults.Failure |
|
| TestResults.TestResult |
|
| TestRunner |
Runs test results examples and facts.
|
| VmClass |
|
| VmCollection |
|
| VmContext |
|
| VmContext.Holder |
|
| VmDataSize |
|
| VmDuration |
|
| VmDynamic |
|
| VmException.ProgramValue |
|
| VmExceptionBuilder |
Error message guidelines:
Pkl strives to provide a great experience for casual users.
|
| VmExceptionBuilder.MultilineValue |
|
| VmExceptionRenderer |
|
| VmFileDetector |
|
| VmFunction |
|
| VmIntSeq |
|
| VmLanguage |
|
| VmList |
|
| VmListing |
|
| VmMap |
|
| VmMap.Builder |
|
| VmMapping |
|
| VmNull |
|
| VmObject |
Corresponds to `pkl.base#Object`.
|
| VmObjectLike |
Corresponds to `pkl.base#Object|pkl.base#Function`.
|
| VmPair |
|
| VmRegex |
|
| VmSafeMath |
Uses methods from [java.lang.(Strict)Math] where appropriate, which may benefit from special
optimization by Graal.
|
| VmSet |
|
| VmTypeAlias |
|
| VmTyped |
|
| VmTypes |
|
| VmUtils |
|
| VmValue |
|
| VmValueRenderer |
Renders values for use in REPL and error messages.
|
| XmlModule |
|