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

Quick Search    Search Deep

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

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

public class ASTmodulereference
extends SimpleNode


Field Summary
 java.lang.String module_ref
           
 
Fields inherited from class com.k_int.codec.comp.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTmodulereference(AsnParser p, int id)
           
ASTmodulereference(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

module_ref

public java.lang.String module_ref
Constructor Detail

ASTmodulereference

public ASTmodulereference(int id)

ASTmodulereference

public ASTmodulereference(AsnParser p,
                          int id)