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

Quick Search    Search Deep

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

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

public class ASTNamedType
extends SimpleNode


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

hasid

public boolean hasid
Constructor Detail

ASTNamedType

public ASTNamedType(int id)

ASTNamedType

public ASTNamedType(AsnParser p,
                    int id)
Method Detail

getName

public java.lang.String getName()

getType

public ASTType getType()