Uses of Class
net.sourceforge.pmd.lang.vm.directive.Block
-
Packages that use Block Package Description net.sourceforge.pmd.lang.vm.directive -
-
Uses of Block in net.sourceforge.pmd.lang.vm.directive
Subclasses of Block in net.sourceforge.pmd.lang.vm.directive Modifier and Type Class Description class
BlockMacro
BlockMacro directive is used to invoke Velocity macros with normal parameters and a macro body.class
Define
Directive that puts an unrendered AST block in the context under the specified key, postponing rendering until the reference is used and rendered.
-