Class InputBase
- java.lang.Object
-
- net.sourceforge.pmd.lang.vm.directive.Directive
-
- net.sourceforge.pmd.lang.vm.directive.InputBase
-
- All Implemented Interfaces:
Cloneable
@Deprecated public abstract class InputBase extends Directive
Deprecated.for removal in PMD 7.0.0Base class for directives which do input operations (e.g.#include()
,#parse()
, etc.).- Since:
- 1.4
- Author:
- Daniel Rall
-
-
Constructor Summary
Constructors Constructor Description InputBase()
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description abstract String
getName()
Deprecated.Return name of this directive.-
Methods inherited from class net.sourceforge.pmd.lang.vm.directive.Directive
getColumn, getLine, getScopeName, getTemplateName, getType, isScopeProvided, setLocation, setLocation
-
-