|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Grammar<C extends Asn1Container>
The interface which expose common behavior of a Grammar implementer.
| Method Summary | |
|---|---|
void |
executeAction(C asn1Container)
This method, when called, execute an action on the current data stored in the container. |
String |
getName()
Get the grammar name |
void |
setName(String name)
Set the grammar's name |
| Method Detail |
|---|
void executeAction(C asn1Container)
throws org.apache.directory.api.asn1.DecoderException
asn1Container - Store the data being processed.
org.apache.directory.api.asn1.DecoderException - Thrown when an unrecoverable error occurs.String getName()
void setName(String name)
name - The grammar name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||