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

java.lang.Objectclassgen.SyntaxNodeEmitter
- public class SyntaxNodeEmitter
- extends java.lang.Object
| Field Summary | |
private java.lang.String |
className
|
private OutFile |
file
|
private java.lang.String |
packageName
|
private java.lang.String |
path
|
private classgen.syntax.Specification |
specification
|
| Constructor Summary | |
SyntaxNodeEmitter(classgen.syntax.Specification specification)
|
|
| Method Summary | |
void |
emit()
|
private void |
emitDecl()
|
private void |
emitMethods()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
specification
private classgen.syntax.Specification specification
path
private java.lang.String path
packageName
private java.lang.String packageName
className
private java.lang.String className
file
private OutFile file
| Constructor Detail |
SyntaxNodeEmitter
public SyntaxNodeEmitter(classgen.syntax.Specification specification)
| Method Detail |
emitDecl
private void emitDecl()
emitMethods
private void emitMethods()
emit
public void emit()
|
|||||||||
| Home >> All >> [ classgen overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
classgen.SyntaxNodeEmitter