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

Quick Search    Search Deep

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

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

public class ASTModuleIdentifier
extends SimpleNode


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

Field Detail

reference

public ASTmodulereference reference
Constructor Detail

ASTModuleIdentifier

public ASTModuleIdentifier(int id)

ASTModuleIdentifier

public ASTModuleIdentifier(AsnParser p,
                           int id)
Method Detail

getModuleReference

public ASTmodulereference getModuleReference()

pass1

public void pass1()
Specified by:
pass1 in interface Node
Overrides:
pass1 in class SimpleNode