| Package | Description |
|---|---|
| org.apache.directory.api.asn1.actions | |
| org.apache.directory.api.asn1.ber.grammar |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReadBitString<C extends Asn1Container>
The action used read a BITSTRING from a TLV
|
class |
AbstractReadInteger<E extends Asn1Container>
The action used to read an integer value
|
class |
AbstractReadOctetString<C extends Asn1Container>
The action used to read an OCTET STRING value
|
class |
CheckNotNullLength<C extends Asn1Container>
An action that checks the length is not null
|
| Modifier and Type | Class and Description |
|---|---|
class |
GrammarAction<C extends Asn1Container>
A top level grammar class that store meta informations about the actions.
|
| Modifier and Type | Field and Description |
|---|---|
private Action<C> |
GrammarTransition.action
The action associated to the transition
|
| Modifier and Type | Method and Description |
|---|---|
Action<C> |
GrammarTransition.getAction() |
| Constructor and Description |
|---|
GrammarTransition(Enum<?> previousState,
Enum<?> currentState,
int currentTag,
Action<C> action)
Creates a new GrammarTransition object.
|
GrammarTransition(Enum<?> previousState,
Enum<?> currentState,
UniversalTag currentTag,
Action<C> action)
Creates a new GrammarTransition object.
|
Copyright © 2003–2023 The Apache Software Foundation. All rights reserved.