Package org.apache.directory.api.asn1.ber.grammar

Interface Summary
Action<C extends Asn1Container> Action interface just contains the method 'action' which must be implemented in all the implementing classes.
Grammar<C extends Asn1Container> The interface which expose common behavior of a Grammar implementer.
States Interface to get custom function from enum when casting.
 

Class Summary
AbstractGrammar<C extends Asn1Container> The abstract Grammar which is the Mother of all the grammars.
GrammarAction<C extends Asn1Container> A top level grammar class that store meta informations about the actions.
GrammarTransition<C extends Asn1Container> Define a transition between two states of a grammar.
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.