org.bn.compiler.parser.model
public class AsnElementType extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
isComponentsOf |
boolean |
isDefault |
boolean |
isDefinedType |
boolean |
isOptional |
boolean |
isTag |
boolean |
isTagDefault |
java.lang.String |
name |
AsnTag |
tag |
java.lang.String |
typeName |
java.lang.Object |
typeReference |
java.lang.String |
typeTagDefault |
AsnValue |
value |
Constructor and Description |
---|
AsnElementType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public boolean isComponentsOf
public boolean isDefault
public boolean isDefinedType
public boolean isOptional
public boolean isTag
public boolean isTagDefault
public java.lang.String name
public AsnTag tag
public java.lang.String typeName
public java.lang.Object typeReference
public java.lang.String typeTagDefault
public AsnValue value