|
|||||||||
| Home >> All >> com >> k_int >> codec >> [ comp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.k_int.codec.comp
Class ASTElementType

java.lang.Objectcom.k_int.codec.comp.SimpleNode
com.k_int.codec.comp.ASTElementType
- All Implemented Interfaces:
- Node
- public class ASTElementType
- extends SimpleNode
| Field Summary | |
boolean |
has_default
|
boolean |
optional
|
int |
which
|
| Fields inherited from class com.k_int.codec.comp.SimpleNode |
children, id, parent, parser |
| Constructor Summary | |
ASTElementType(AsnParser p,
int id)
|
|
ASTElementType(int id)
|
|
| 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 |
which
public int which
optional
public boolean optional
has_default
public boolean has_default
| Constructor Detail |
ASTElementType
public ASTElementType(int id)
ASTElementType
public ASTElementType(AsnParser p, int id)
|
|||||||||
| Home >> All >> com >> k_int >> codec >> [ comp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC