Class Block
- java.lang.Object
-
- net.sourceforge.pmd.lang.vm.directive.Directive
-
- net.sourceforge.pmd.lang.vm.directive.Block
-
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
BlockMacro
,Define
@Deprecated public abstract class Block extends Directive
Deprecated.for removal in PMD 7.0.0Directive that puts an unrendered AST block in the context under the specified key, postponing rendering until the reference is used and rendered.- Since:
- 1.7
- Version:
- $Id: Block.java 686842 2008-08-18 18:29:31Z nbubna $
- Author:
- Andrew Tetlaw, Nathan Bubna, Jarkko Viinamaki
-
-
Constructor Summary
Constructors Constructor Description Block()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
getType()
Deprecated.Return type of this directive.-
Methods inherited from class net.sourceforge.pmd.lang.vm.directive.Directive
getColumn, getLine, getName, getScopeName, getTemplateName, isScopeProvided, setLocation, setLocation
-
-