Uses of Class
org.apache.commons.jexl3.internal.TemplateEngine.Block
Packages that use TemplateEngine.Block
Package
Description
Provides utilities for introspection services.
-
Uses of TemplateEngine.Block in org.apache.commons.jexl3.internal
Fields in org.apache.commons.jexl3.internal declared as TemplateEngine.BlockModifier and TypeFieldDescriptionprivate final TemplateEngine.Block[]
TemplateScript.source
The array of source blocks.Methods in org.apache.commons.jexl3.internal that return types with arguments of type TemplateEngine.BlockModifier and TypeMethodDescriptionprotected List<TemplateEngine.Block>
TemplateEngine.readTemplate
(String prefix, Reader source) Reads lines of a template grouping them by typed blocks.Constructors in org.apache.commons.jexl3.internal with parameters of type TemplateEngine.BlockModifierConstructorDescription(package private)
TemplateScript
(TemplateEngine engine, String thePrefix, TemplateEngine.Block[] theSource, ASTJexlScript theScript, TemplateEngine.TemplateExpression[] theExprs) Private ctor used to expand deferred expressions during prepare.