| Package | Description |
|---|---|
| org.apache.directory.api.asn1.ber | |
| org.apache.directory.api.asn1.ber.grammar |
| Modifier and Type | Field and Description |
|---|---|
private Grammar<? extends Asn1Container> |
AbstractContainer.grammar
All the possible grammars
|
| Modifier and Type | Method and Description |
|---|---|
Grammar<? extends Asn1Container> |
AbstractContainer.getGrammar()
Gets the grammar
|
Grammar |
Asn1Container.getGrammar()
Gets the grammar
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractContainer.setGrammar(Grammar<? extends Asn1Container> grammar)
Sets the grammar
|
void |
Asn1Container.setGrammar(Grammar<? extends Asn1Container> grammar)
Sets the grammar
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGrammar<C extends Asn1Container>
The abstract Grammar which is the Mother of all the grammars.
|
Copyright © 2003–2020 The Apache Software Foundation. All rights reserved.