|
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 | |
java.util.List |
constructors
|
java.util.List |
variableDeclaratorsAndInitializers
|
Fields inherited from class org.codehaus.janino.Java.AbstractTypeDeclaration |
anonymousClassCount, declaredClassesAndInterfaces, declaredMethods, localClassCount, modifiers |
Constructor Summary | |
Java.ClassDeclaration(Location location,
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, setEnclosingScope, 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 |
accept, getClassName |
Field Detail |
public final java.util.List constructors
public final java.util.List variableDeclaratorsAndInitializers
Constructor Detail |
public Java.ClassDeclaration(Location location, 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 |