public interface IGrammar
Modifier and Type | Method and Description |
---|---|
void |
executeAction(IAsn1Container asn1Container)
This method, when called, execute an action on the current data stored in
the container.
|
String |
getName()
Get the grammar name
|
IStates |
getStatesEnum()
Get the statesEnum for the current grammar
|
void |
setName(String name)
Set the grammar's name
|
void executeAction(IAsn1Container asn1Container) throws DecoderException
asn1Container
- Store the data being processed.DecoderException
- Thrown when an unrecoverable error occurs.String getName()
IStates getStatesEnum()
void setName(String name)
name
- The grammar nameCopyright © 2003–2013 The Apache Software Foundation. All rights reserved.