|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.asn1.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()
A default constructor |
|
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.directory.shared.asn1.ber.grammar.IAction |
|---|
action |
| Field Detail |
|---|
protected java.lang.String name
| Constructor Detail |
|---|
public GrammarAction()
public GrammarAction(java.lang.String name)
name - The name of the create daction| Method 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 | |||||||||