Uses of Class
org.apache.commons.jexl3.internal.TemplateEngine.BlockType
-
Packages that use TemplateEngine.BlockType Package Description org.apache.commons.jexl3.internal Provides utilities for introspection services. -
-
Uses of TemplateEngine.BlockType in org.apache.commons.jexl3.internal
Fields in org.apache.commons.jexl3.internal declared as TemplateEngine.BlockType Modifier and Type Field Description private TemplateEngine.BlockType
TemplateEngine.Block. type
The type of block, verbatim or directive.Methods in org.apache.commons.jexl3.internal that return TemplateEngine.BlockType Modifier and Type Method Description (package private) TemplateEngine.BlockType
TemplateEngine.Block. getType()
static TemplateEngine.BlockType
TemplateEngine.BlockType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TemplateEngine.BlockType[]
TemplateEngine.BlockType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.commons.jexl3.internal with parameters of type TemplateEngine.BlockType Constructor Description Block(TemplateEngine.BlockType theType, int theLine, java.lang.String theBlock)
Creates a new block.
-