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

Quick Search    Search Deep

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

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

public class ASTTag
extends SimpleNode


Field Summary
 boolean hasTagClass
           
 
Fields inherited from class com.k_int.codec.comp.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTTag(AsnParser p, int id)
           
ASTTag(int id)
           
 
Method Summary
 ASTClassNumber getClassNumber()
           
 ASTClass getTagClass()
           
 
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

hasTagClass

public boolean hasTagClass
Constructor Detail

ASTTag

public ASTTag(int id)

ASTTag

public ASTTag(AsnParser p,
              int id)
Method Detail

getTagClass

public ASTClass getTagClass()

getClassNumber

public ASTClassNumber getClassNumber()