cryptix.asn1.lang
Class ASNSpecification

java.lang.Object
  extended by cryptix.asn1.lang.SimpleNode
      extended by cryptix.asn1.lang.ASNSpecification
All Implemented Interfaces:
ASNObject, Node

public class ASNSpecification
extends SimpleNode


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

ASNSpecification

public ASNSpecification(int id)

ASNSpecification

public ASNSpecification(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.

Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in class SimpleNode
Throws:
java.io.IOException