Uses of Class
org.praxislive.code.CodeRootContainerDelegate
Packages that use CodeRootContainerDelegate
-
Uses of CodeRootContainerDelegate in org.praxislive.code
Classes in org.praxislive.code with type parameters of type CodeRootContainerDelegateModifier and TypeClassDescriptionclassCodeRootContainer<D extends CodeRootContainerDelegate>Acontainer instance that is rewritable at runtime.invalid reference
Rootstatic classCodeConnector subclass for CodeRootContainers.static classCodeContext subclass for CodeRootContainers.Methods in org.praxislive.code with type parameters of type CodeRootContainerDelegateModifier and TypeMethodDescriptionstatic <B extends CodeRootContainerDelegate>
CodeFactory.Base<B> CodeFactory.rootContainerBase(Class<B> baseClass, List<String> baseImports, BiFunction<CodeFactory.Task<B>, B, CodeContext<B>> contextCreator) Create a root containerCodeFactory.Basefor the given base delegate class, from which can be created individual CodeFactory instances. -
Uses of CodeRootContainerDelegate in org.praxislive.core.code
Subclasses of CodeRootContainerDelegate in org.praxislive.core.codeModifier and TypeClassDescriptionclassBasic core code root base class.classBasic data code root base class.