Uses of Interface
org.apache.directory.shared.asn1.ber.grammar.IStates

Packages that use IStates
org.apache.directory.shared.asn1.ber   
org.apache.directory.shared.asn1.ber.grammar   
 

Uses of IStates in org.apache.directory.shared.asn1.ber
 

Fields in org.apache.directory.shared.asn1.ber declared as IStates
protected  IStates AbstractContainer.states
          Store the different states for debug purpose
 

Methods in org.apache.directory.shared.asn1.ber that return IStates
 IStates IAsn1Container.getStates()
           
 IStates AbstractContainer.getStates()
          Get the states for this container's grammars
 

Uses of IStates in org.apache.directory.shared.asn1.ber.grammar
 

Fields in org.apache.directory.shared.asn1.ber.grammar declared as IStates
protected  IStates AbstractGrammar.statesEnum
          The grammar's states
 

Methods in org.apache.directory.shared.asn1.ber.grammar that return IStates
 IStates IGrammar.getStatesEnum()
          Get the statesEnum for the current grammar
 IStates AbstractGrammar.getStatesEnum()
          Get the states of the current grammar
 

Methods in org.apache.directory.shared.asn1.ber.grammar with parameters of type IStates
 void AbstractGrammar.setStatesEnum(IStates statesEnum)
          Set the states for this grammar
 java.lang.String GrammarTransition.toString(IStates statesEnum)
           
 



Copyright © 2004-2011. All Rights Reserved.