Class InputBase

  • All Implemented Interfaces:
    java.lang.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
    • Constructor Detail

      • InputBase

        public InputBase()
    • Method Detail

      • getName

        public abstract java.lang.String getName()
        Return name of this directive.
        Specified by:
        getName in class Directive
        Returns:
        The name of this directive.