org.apache.directory.shared.asn1.ber.grammar
Class GrammarAction
java.lang.Object
org.apache.directory.shared.asn1.ber.grammar.GrammarAction
- All Implemented Interfaces:
- IAction
public abstract class GrammarAction
- extends Object
- implements IAction
A top level grammar class that store meta informations about the actions.
Those informations are not mandatory, but they can be usefull for debugging.
- Version:
- $Rev: 664290 $, $Date: 2008-06-07 08:28:06 +0200 (Sam, 07 jui 2008) $
- Author:
- Apache Directory Project
|
Field Summary |
protected String |
name
The action's name |
| Methods inherited from interface org.apache.directory.shared.asn1.ber.grammar.IAction |
action |
name
protected String name
- The action's name
GrammarAction
public GrammarAction()
- A default constructor
GrammarAction
public GrammarAction(String name)
- Creates a new GrammarAction object.
- Parameters:
name - The name of the create daction
toString
public String toString()
- Print the action's name
- Overrides:
toString in class Object
- Returns:
- The action's name
Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.