|
Web Site | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.janino.Java.AbstractTypeDeclaration
org.codehaus.janino.Java.ClassDeclaration
| Field Summary |
| Fields inherited from class org.codehaus.janino.Java.AbstractTypeDeclaration |
anonymousClassCount, enclosingScope, localClassCount, modifiers |
| Constructor Summary | |
Java.ClassDeclaration(Location location,
Java.Scope enclosingScope,
short modifiers)
|
|
| Method Summary | |
void |
addConstructor(Java.ConstructorDeclarator cd)
|
void |
addVariableDeclaratorOrInitializer(Java.TypeBodyDeclaration tbd)
|
void |
defineSyntheticField(IClass.IField iField)
|
| Methods inherited from class org.codehaus.janino.Java.AbstractTypeDeclaration |
addDeclaredMethod, addMemberTypeDeclaration, createAnonymousClassName, createLocalTypeName, getEnclosingScope, getLocation, getMemberTypeDeclaration, getMemberTypeDeclarations, throwParseException, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.codehaus.janino.Java.TypeDeclaration |
getClassName, visit |
| Constructor Detail |
public Java.ClassDeclaration(Location location,
Java.Scope enclosingScope,
short modifiers)
| Method Detail |
public void addConstructor(Java.ConstructorDeclarator cd)
public void addVariableDeclaratorOrInitializer(Java.TypeBodyDeclaration tbd)
public void defineSyntheticField(IClass.IField iField)
throws CompileException
CompileException
|
Web Site | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||