net.sourceforge.pmd.lang.vm.directive
Class InputBase
java.lang.Object
net.sourceforge.pmd.lang.vm.directive.Directive
net.sourceforge.pmd.lang.vm.directive.InputBase
- All Implemented Interfaces:
- Cloneable
- Direct Known Subclasses:
- Include, Parse
public abstract class InputBase
- extends Directive
Base class for directives which do input operations
(e.g. #include()
, #parse()
, etc.).
- Since:
- 1.4
- Author:
- Daniel Rall
Method Summary |
abstract String |
getName()
Return name of this directive. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputBase
public InputBase()
getName
public abstract String getName()
- Return name of this directive.
- Specified by:
getName
in class Directive
- Returns:
- The name of this directive.
Copyright © 2002–2015 InfoEther. All rights reserved.