Uses of Enum
org.apache.commons.jexl3.internal.TemplateEngine.BlockType
Packages that use TemplateEngine.BlockType
Package
Description
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.BlockTypeModifier and TypeFieldDescriptionprivate final TemplateEngine.BlockTypeTemplateEngine.Block.typeThe type of block, verbatim or directive.Methods in org.apache.commons.jexl3.internal that return TemplateEngine.BlockTypeModifier and TypeMethodDescription(package private) TemplateEngine.BlockTypeTemplateEngine.Block.getType()static TemplateEngine.BlockTypeReturns 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.BlockTypeModifierConstructorDescription(package private)Block(TemplateEngine.BlockType theType, int theLine, String theBlock) Creates a new block.