Class GrammarAction<C extends Asn1Container>
- java.lang.Object
-
- org.apache.directory.api.asn1.ber.grammar.GrammarAction<C>
-
- Type Parameters:
C- The container type
- All Implemented Interfaces:
Action<C>
- Direct Known Subclasses:
AbstractReadBitString,AbstractReadInteger,AbstractReadOctetString,CheckNotNullLength
public abstract class GrammarAction<C extends Asn1Container> extends Object implements Action<C>
A top level grammar class that store meta informations about the actions. Those informations are not mandatory, but they can be useful for debugging.- Author:
- Apache Directory Project
-
-
Constructor Summary
Constructors Constructor Description GrammarAction()A default constructorGrammarAction(String name)Creates a new GrammarAction object.
-