org.bn.compiler.parser.model
public class AsnValue extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
AsnBitOrOctetStringValue |
bStrValue |
AsnChoiceValue |
chval |
java.lang.String |
cStr |
AsnCharacterStringValue |
cStrValue |
AsnDefinedValue |
definedValue |
boolean |
isAsnOIDValue |
boolean |
isChoiceValue |
boolean |
isCString |
boolean |
isCStrValue |
boolean |
isDefinedValue |
boolean |
isFalseKW |
boolean |
isMinusInfinity |
boolean |
isNullKW |
boolean |
isPlusInfinity |
boolean |
isSequenceOfValue |
boolean |
isSequenceValue |
boolean |
isSignedNumber |
boolean |
isTrueKW |
java.lang.String |
name |
AsnOidComponentList |
oidval |
AsnSequenceOfValue |
seqOfVal |
AsnSequenceValue |
seqval |
AsnSignedNumber |
signedNumber |
java.lang.String |
typeName |
Constructor and Description |
---|
AsnValue() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public AsnBitOrOctetStringValue bStrValue
public java.lang.String cStr
public AsnCharacterStringValue cStrValue
public AsnChoiceValue chval
public AsnDefinedValue definedValue
public boolean isAsnOIDValue
public boolean isCStrValue
public boolean isCString
public boolean isChoiceValue
public boolean isDefinedValue
public boolean isFalseKW
public boolean isMinusInfinity
public boolean isNullKW
public boolean isPlusInfinity
public boolean isSequenceOfValue
public boolean isSequenceValue
public boolean isSignedNumber
public boolean isTrueKW
public java.lang.String name
public AsnOidComponentList oidval
public AsnSequenceOfValue seqOfVal
public AsnSequenceValue seqval
public AsnSignedNumber signedNumber
public java.lang.String typeName