| Package | Description |
|---|---|
| org.asn1s.api.encoding.tag | |
| org.asn1s.api.module | |
| org.asn1s.api.type |
| Modifier and Type | Method and Description |
|---|---|
static TagMethod |
TagMethod.find(String value) |
TagMethod |
TagEncoding.getModuleTagMethod() |
TagMethod |
TagEncoding.getTagMethod() |
TagMethod |
TagEncoding.getTagMethodDirect() |
static TagMethod |
TagMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagMethod[] |
TagMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static TagEncoding |
TagEncoding.context(int tagNumber,
TagMethod tagMethod) |
static TagEncoding |
TagEncoding.create(TagMethod moduleTagMethod,
TagMethod tagMethod,
TagClass tagClass,
int tagNumber) |
static TagEncoding |
TagEncoding.create(TagMethod moduleTagMethod,
TagMethod tagMethod,
TagClass tagClass,
Ref<Value> tagNumberRef) |
| Constructor and Description |
|---|
TagEncoding(TagMethod tagMethod,
TagClass tagClass) |
| Modifier and Type | Method and Description |
|---|---|
TagMethod |
Module.getTagMethod()
Returns module tag method
|
| Modifier and Type | Method and Description |
|---|---|
void |
Module.setTagMethod(TagMethod tagMethod) |
| Modifier and Type | Method and Description |
|---|---|
IEncoding |
TypeFactory.tagEncoding(TagMethod method,
TagClass tagClass,
Ref<Value> tagNumberRef) |
Copyright © 2017. All rights reserved.