|
|||||||||
| Home >> All >> [ asdl_base overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
asdl_base
Class identifier_list

java.lang.Objectasdl_base.identifier_list
- public final class identifier_list
- extends java.lang.Object
| Field Summary | |
identifier |
head
|
identifier_list |
tail
|
| Constructor Summary | |
identifier_list(identifier head,
identifier_list tail)
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
head
public identifier head
tail
public identifier_list tail
| Constructor Detail |
identifier_list
public identifier_list(identifier head, identifier_list tail)
|
|||||||||
| Home >> All >> [ asdl_base overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
asdl_base.identifier_list