Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.k_int.codec.comp
Class ASTSetOrSequenceOfType  view ASTSetOrSequenceOfType download ASTSetOrSequenceOfType.java

java.lang.Object
  extended bycom.k_int.codec.comp.SimpleNode
      extended bycom.k_int.codec.comp.ASTSetOrSequenceOfType
All Implemented Interfaces:
Node

public class ASTSetOrSequenceOfType
extends SimpleNode


Field Summary
 boolean has_size_constraint
           
 int which
           
 
Fields inherited from class com.k_int.codec.comp.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTSetOrSequenceOfType(AsnParser p, int id)
           
ASTSetOrSequenceOfType(int id)
           
 
Methods inherited from class com.k_int.codec.comp.SimpleNode
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, outputJava, pass1, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

which

public int which

has_size_constraint

public boolean has_size_constraint
Constructor Detail

ASTSetOrSequenceOfType

public ASTSetOrSequenceOfType(int id)

ASTSetOrSequenceOfType

public ASTSetOrSequenceOfType(AsnParser p,
                              int id)