org.bn.compiler.parser.model
Class AsnSequenceValue

java.lang.Object
  extended by org.bn.compiler.parser.model.AsnSequenceValue

public class AsnSequenceValue
extends java.lang.Object


Field Summary
 boolean isValPresent
           
 java.util.ArrayList namedValueList
           
 
Constructor Summary
AsnSequenceValue()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

isValPresent

public boolean isValPresent

namedValueList

public java.util.ArrayList namedValueList
Constructor Detail

AsnSequenceValue

public AsnSequenceValue()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object