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

Quick Search    Search Deep

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

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

public class ASTidentifier
extends SimpleNode


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

id

public java.lang.String id
Constructor Detail

ASTidentifier

public ASTidentifier(int id)

ASTidentifier

public ASTidentifier(AsnParser p,
                     int id)