Uses of Interface
org.apache.asn1new.ber.grammar.IGrammar

Packages that use IGrammar
org.apache.asn1new.ber   
org.apache.asn1new.ber.containers   
org.apache.asn1new.ber.grammar   
 

Uses of IGrammar in org.apache.asn1new.ber
 

Fields in org.apache.asn1new.ber declared as IGrammar
protected  IGrammar[] AbstractContainer.grammarStack
          The grammars that are used.
protected  IGrammar[] AbstractContainer.grammars
          All the possible grammars
 

Methods in org.apache.asn1new.ber that return IGrammar
 IGrammar AbstractContainer.getGrammar()
          DOCUMENT ME!
 

Methods in org.apache.asn1new.ber with parameters of type IGrammar
 void AbstractContainer.addGrammar(IGrammar grammar)
          Add a IGrammar to use
 

Uses of IGrammar in org.apache.asn1new.ber.containers
 

Methods in org.apache.asn1new.ber.containers that return IGrammar
 IGrammar IAsn1Container.getGrammar()
          Get the grammar
 

Methods in org.apache.asn1new.ber.containers with parameters of type IGrammar
 void IAsn1Container.addGrammar(IGrammar grammar)
          Add a new IGrammar to use
 

Uses of IGrammar in org.apache.asn1new.ber.grammar
 

Classes in org.apache.asn1new.ber.grammar that implement IGrammar
 class AbstractGrammar
          The abstract IGrammar which is the Mother of all the grammars.
 

Methods in org.apache.asn1new.ber.grammar with parameters of type IGrammar
 java.lang.String IStates.getGrammarName(IGrammar grammar)
          Return the grammar name from a grammar
 



Copyright © 2005-2006 . All Rights Reserved.