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

Quick Search    Search Deep

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

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

public class ASTTaggedType
extends SimpleNode


Field Summary
 int imporexp
           
 
Fields inherited from class com.k_int.codec.comp.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTTaggedType(AsnParser p, int id)
           
ASTTaggedType(int id)
           
 
Method Summary
 ASTTag getTag()
           
 ASTType getType()
           
 boolean isImplicit()
           
 
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

imporexp

public int imporexp
Constructor Detail

ASTTaggedType

public ASTTaggedType(int id)

ASTTaggedType

public ASTTaggedType(AsnParser p,
                     int id)
Method Detail

isImplicit

public boolean isImplicit()

getTag

public ASTTag getTag()

getType

public ASTType getType()