net.sourceforge.pmd.lang.vm.directive
Class InputBase

java.lang.Object
  extended by net.sourceforge.pmd.lang.vm.directive.Directive
      extended by 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

Field Summary
 
Fields inherited from class net.sourceforge.pmd.lang.vm.directive.Directive
BLOCK, LINE
 
Constructor Summary
InputBase()
           
 
Method Summary
abstract  String getName()
          Return name of this directive.
 
Methods inherited from class net.sourceforge.pmd.lang.vm.directive.Directive
getColumn, getLine, getScopeName, getTemplateName, getType, isScopeProvided, setLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputBase

public InputBase()
Method Detail

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.