cryptix.asn1.lang
Class ASNTaggedType

java.lang.Object
  |
  +--cryptix.asn1.lang.SimpleNode
        |
        +--cryptix.asn1.lang.ASNTaggedType
All Implemented Interfaces:
ASNObject, Node

public class ASNTaggedType
extends SimpleNode


Fields inherited from class cryptix.asn1.lang.SimpleNode
children, defaultValue, id, name, optional, parent, parser, tag, value
 
Constructor Summary
ASNTaggedType(int id)
           
ASNTaggedType(Parser p, int id)
           
 
Method Summary
 java.lang.Object jjtAccept(ParserVisitor visitor, java.lang.Object data)
          Accept the visitor.
 
Methods inherited from class cryptix.asn1.lang.SimpleNode
accept, childrenAccept, dump, dump, getChild, getChildren, getComponent, getDefaultValue, getID, getInstance, getName, getParent, getParser, getTag, getValue, isOptional, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setDefaultValue, setName, setOptional, setTag, setValue, toString, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASNTaggedType

public ASNTaggedType(int id)

ASNTaggedType

public ASNTaggedType(Parser p,
                     int id)
Method Detail

jjtAccept

public java.lang.Object jjtAccept(ParserVisitor visitor,
                                  java.lang.Object data)
                           throws java.io.IOException
Accept the visitor.
Overrides:
jjtAccept in class SimpleNode