org.bn.compiler.parser.model
Class AsnValue
java.lang.Object
org.bn.compiler.parser.model.AsnValue
public class AsnValue
- extends java.lang.Object
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
bStrValue
public AsnBitOrOctetStringValue bStrValue
cStr
public java.lang.String cStr
cStrValue
public AsnCharacterStringValue cStrValue
chval
public AsnChoiceValue chval
definedValue
public AsnDefinedValue definedValue
isAsnOIDValue
public boolean isAsnOIDValue
isCStrValue
public boolean isCStrValue
isCString
public boolean isCString
isChoiceValue
public boolean isChoiceValue
isDefinedValue
public boolean isDefinedValue
isFalseKW
public boolean isFalseKW
isMinusInfinity
public boolean isMinusInfinity
isNullKW
public boolean isNullKW
isPlusInfinity
public boolean isPlusInfinity
isSequenceOfValue
public boolean isSequenceOfValue
isSequenceValue
public boolean isSequenceValue
isSignedNumber
public boolean isSignedNumber
isTrueKW
public boolean isTrueKW
name
public java.lang.String name
oidval
public AsnOidComponentList oidval
seqOfVal
public AsnSequenceOfValue seqOfVal
seqval
public AsnSequenceValue seqval
signedNumber
public AsnSignedNumber signedNumber
typeName
public java.lang.String typeName
AsnValue
public AsnValue()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object