Class GrammarAction

  • All Implemented Interfaces:
    Action
    Direct Known Subclasses:
    ReadSoapHeader

    public abstract class GrammarAction
    extends Object
    implements Action
    A top level grammar class that store meta informations about the actions. Those informations are not mandatory, but they can be usefull for debugging.
    Author:
    Apache Directory Project
    • Constructor Detail

      • GrammarAction

        public GrammarAction​(String name)
        Creates a new GrammarAction object.
        Parameters:
        name - the name of the create daction
    • Method Detail

      • toString

        public String toString()
        Print the action's name
        Overrides:
        toString in class Object
        Returns:
        the action's name