|
|||||||||
| 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 ASTDefinedType

java.lang.Objectcom.k_int.codec.comp.SimpleNode
com.k_int.codec.comp.ASTDefinedType
- All Implemented Interfaces:
- Node
- public class ASTDefinedType
- extends SimpleNode
| Field Summary |
| Fields inherited from class com.k_int.codec.comp.SimpleNode |
children, id, parent, parser |
| Constructor Summary | |
ASTDefinedType(AsnParser p,
int id)
|
|
ASTDefinedType(int id)
|
|
| Method Summary | |
ASTmodulereference |
getModuleReference()
|
java.lang.String |
getTypeName()
|
ASTtypereference |
getTypeReference()
|
void |
pass1()
|
| Methods inherited from class com.k_int.codec.comp.SimpleNode |
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, outputJava, toString, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
ASTDefinedType
public ASTDefinedType(int id)
ASTDefinedType
public ASTDefinedType(AsnParser p, int id)
| Method Detail |
getModuleReference
public ASTmodulereference getModuleReference()
getTypeReference
public ASTtypereference getTypeReference()
getTypeName
public java.lang.String getTypeName()
pass1
public void pass1()
- Specified by:
pass1in interfaceNode- Overrides:
pass1in classSimpleNode
|
|||||||||
| 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