cryptix.asn1.lang
Class ASNAny

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

public class ASNAny
extends SimpleNode


Fields inherited from class cryptix.asn1.lang.SimpleNode
children, defaultValue, id, name, optional, parent, parser, tag, value
 
Constructor Summary
ASNAny(int id)
           
ASNAny(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

ASNAny

public ASNAny(int id)

ASNAny

public ASNAny(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