cryptix.asn1.lang

Class ASNType

Implemented Interfaces:
ASNObject, Node

public class ASNType
extends SimpleNode

Field Summary

Fields inherited from class cryptix.asn1.lang.SimpleNode

children, defaultValue, id, name, optional, parent, parser, tag, value

Constructor Summary

ASNType(Parser p, int id)
ASNType(int id)

Method Summary

Object
jjtAccept(ParserVisitor visitor, 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, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setDefaultValue, setName, setOptional, setTag, setValue, toString, toString

Constructor Details

ASNType

public ASNType(Parser p,
               int id)


ASNType

public ASNType(int id)

Method Details

jjtAccept

public Object jjtAccept(ParserVisitor visitor,
                        Object data)
            throws java.io.IOException
Accept the visitor. *
Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in interface SimpleNode