|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.asn1new.ber.grammar.GrammarAction
A top level grammar class that store meta informations about the actions. Those informations are not mandatory, but they can be usefull for debugging.
| Field Summary | |
protected java.lang.String |
name
The action's name |
| Constructor Summary | |
GrammarAction(java.lang.String name)
Creates a new GrammarAction object. |
|
| Method Summary | |
java.lang.String |
toString()
Print the action's name |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.asn1new.ber.grammar.IAction |
action |
| Field Detail |
protected java.lang.String name
| Constructor Detail |
public GrammarAction(java.lang.String name)
name - The name of the create daction| Method Detail |
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||