Uses of Interface
dev.cel.compiler.CelCompilerLibrary
-
Packages that use CelCompilerLibrary Package Description dev.cel.bundle dev.cel.compiler -
-
Uses of CelCompilerLibrary in dev.cel.bundle
Methods in dev.cel.bundle with parameters of type CelCompilerLibrary Modifier and Type Method Description CelBuilderCelBuilder. addCompilerLibraries(CelCompilerLibrary... libraries)Adds one or more libraries for parsing and type-checking.Method parameters in dev.cel.bundle with type arguments of type CelCompilerLibrary Modifier and Type Method Description CelBuilderCelBuilder. addCompilerLibraries(java.lang.Iterable<CelCompilerLibrary> libraries)Adds a collection of libraries for parsing and type-checking. -
Uses of CelCompilerLibrary in dev.cel.compiler
Methods in dev.cel.compiler with parameters of type CelCompilerLibrary Modifier and Type Method Description CelCompilerBuilderCelCompilerBuilder. addLibraries(CelCompilerLibrary... libraries)Adds one or more libraries for parsing and type-checking.CelCompilerBuilderCelCompilerImpl.Builder. addLibraries(CelCompilerLibrary... libraries)Method parameters in dev.cel.compiler with type arguments of type CelCompilerLibrary Modifier and Type Method Description CelCompilerBuilderCelCompilerBuilder. addLibraries(java.lang.Iterable<? extends CelCompilerLibrary> libraries)Adds a collection of libraries for parsing and type-checking.CelCompilerBuilderCelCompilerImpl.Builder. addLibraries(java.lang.Iterable<? extends CelCompilerLibrary> libraries)
-