public abstract class GrammarAction<C extends Asn1Container> extends Object implements Action<C>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name
The action's name
|
| Constructor and Description |
|---|
GrammarAction()
A default constructor
|
GrammarAction(String name)
Creates a new GrammarAction object.
|
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.