Uses of Class
org.apache.commons.jexl3.internal.TemplateEngine.Block
-
Packages that use TemplateEngine.Block Package Description org.apache.commons.jexl3.internal 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.Block Modifier and Type Field Description private TemplateEngine.Block[]TemplateScript. sourceThe array of source blocks.Methods in org.apache.commons.jexl3.internal that return types with arguments of type TemplateEngine.Block Modifier and Type Method Description (package private) java.util.List<TemplateEngine.Block>TemplateEngine. readTemplate(java.lang.String prefix, java.io.Reader source)Reads lines of a template grouping them by typed blocks.Methods in org.apache.commons.jexl3.internal with parameters of type TemplateEngine.Block Modifier and Type Method Description private TemplateEngine.TemplateExpression[]TemplateScript. calleeScripts(Scope scope, TemplateEngine.Block[] blocks, JexlNode.Info[] callSites)Creates the expression array from the list of blocks.private static java.lang.StringTemplateScript. callerScript(TemplateEngine.Block[] blocks)Creates the script calling the list of blocks.Constructors in org.apache.commons.jexl3.internal with parameters of type TemplateEngine.Block Constructor Description TemplateScript(TemplateEngine engine, java.lang.String thePrefix, TemplateEngine.Block[] theSource, ASTJexlScript theScript, TemplateEngine.TemplateExpression[] theExprs)Private ctor used to expand deferred expressions during prepare.
-