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

Quick Search    Search Deep

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

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

public class ASTChoiceType
extends SimpleNode


Field Summary
 
Fields inherited from class com.k_int.codec.comp.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTChoiceType(AsnParser p, int id)
           
ASTChoiceType(int id)
           
 
Method Summary
 void getChoiceMembers(ChoiceTypeInfo cti)
           
 
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
 

Constructor Detail

ASTChoiceType

public ASTChoiceType(int id)

ASTChoiceType

public ASTChoiceType(AsnParser p,
                     int id)
Method Detail

getChoiceMembers

public void getChoiceMembers(ChoiceTypeInfo cti)