Uses of Interface
org.apache.directory.api.asn1.ber.grammar.Action
-
Packages that use Action Package Description org.apache.directory.api.asn1.actions org.apache.directory.api.asn1.ber.grammar -
-
Uses of Action in org.apache.directory.api.asn1.actions
Classes in org.apache.directory.api.asn1.actions that implement Action Modifier and Type Class Description classAbstractReadBitString<C extends Asn1Container>The action used read a BITSTRING from a TLVclassAbstractReadInteger<E extends Asn1Container>The action used to read an integer valueclassAbstractReadOctetString<C extends Asn1Container>The action used to read an OCTET STRING valueclassCheckNotNullLength<C extends Asn1Container>An action that checks the length is not null -
Uses of Action in org.apache.directory.api.asn1.ber.grammar
Classes in org.apache.directory.api.asn1.ber.grammar that implement Action Modifier and Type Class Description classGrammarAction<C extends Asn1Container>A top level grammar class that store meta informations about the actions.Fields in org.apache.directory.api.asn1.ber.grammar declared as Action Modifier and Type Field Description private Action<C>GrammarTransition. actionThe action associated to the transitionMethods in org.apache.directory.api.asn1.ber.grammar that return Action Modifier and Type Method Description Action<C>GrammarTransition. getAction()Constructors in org.apache.directory.api.asn1.ber.grammar with parameters of type Action Constructor Description GrammarTransition(Enum<?> previousState, Enum<?> currentState, int currentTag, Action<C> action)Creates a new GrammarTransition object.GrammarTransition(Enum<?> previousState, Enum<?> currentState, UniversalTag currentTag, Action<C> action)Creates a new GrammarTransition object.
-