public interface Grammar<C extends Asn1Container>
| Modifier and Type | Method and Description |
|---|---|
void |
executeAction(C asn1Container)
This method, when called, execute an action on the current data stored in
the container.
|
java.lang.String |
getName()
Get the grammar name
|
void |
setName(java.lang.String name)
Set the grammar's name
|
void executeAction(C asn1Container) throws DecoderException
asn1Container - Store the data being processed.DecoderException - Thrown when an unrecoverable error occurs.java.lang.String getName()
void setName(java.lang.String name)
name - The grammar name