Uses of Interface
org.apache.directory.api.asn1.ber.grammar.Action

Packages that use Action
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
 class AbstractReadBitString<C extends Asn1Container>
          The action used read a BITSTRING from a TLV
 class AbstractReadInteger<E extends Asn1Container>
          The action used to read an integer value
 class AbstractReadOctetString<C extends Asn1Container>
          The action used to read an OCTET STRING value
 class CheckNotNullLength<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
 class GrammarAction<C extends Asn1Container>
          A top level grammar class that store meta informations about the actions.
 

Methods in org.apache.directory.api.asn1.ber.grammar that return Action
 Action<C> GrammarTransition.getAction()
           
 

Constructors in org.apache.directory.api.asn1.ber.grammar with parameters of type Action
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.
 



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