|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.asn1new.ber.grammar.GrammarAction
public abstract class 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 dactionMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |