public abstract class GrammarAction extends java.lang.Object implements Action
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
name
The action's name
|
| Constructor and Description |
|---|
GrammarAction(java.lang.String name)
Creates a new GrammarAction object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Print the action's name
|