public class AsnTaggedType extends AsnType
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
className |
AsnDefinedType |
definedType |
boolean |
isDefinedType |
AsnTag |
tag |
java.lang.String |
tagType |
AsnType |
typeReference |
name, parameters| Constructor and Description |
|---|
AsnTaggedType() |
public boolean isDefinedType
public AsnTag tag
public java.lang.String tagType
public AsnDefinedType definedType
public java.lang.String className
public AsnType typeReference