Uses of Class
org.apache.asn1new.ber.grammar.GrammarAction

Packages that use GrammarAction
org.apache.asn1new.ber.grammar   
 

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

Fields in org.apache.asn1new.ber.grammar declared as GrammarAction
private  GrammarAction GrammarTransition.action
          The action associated to the transition
 

Methods in org.apache.asn1new.ber.grammar that return GrammarAction
 GrammarAction GrammarTransition.getAction()
           
 

Constructors in org.apache.asn1new.ber.grammar with parameters of type GrammarAction
GrammarTransition(int currentState, int nextState, GrammarAction action)
          Creates a new GrammarTransition object.
 



Copyright © 2005-2006 . All Rights Reserved.