|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.rice.cs.dynamicjava.interpreter.ClassChecker
public class ClassChecker
Checks the members of a class declaration. The following are set:
MethodDeclaration
s
Constructor Summary | |
---|---|
ClassChecker(DJClass c,
ClassLoader loader,
TypeContext context,
Options opt)
|
Method Summary | |
---|---|
void |
checkBodies(AnonymousAllocation ast)
Check the field initializers, method bodies, nested class bodies, etc., of a class or interface declaration. |
void |
checkBodies(AnonymousInnerAllocation ast)
Check the field initializers, method bodies, nested class bodies, etc., of a class or interface declaration. |
void |
checkBodies(TypeDeclaration ast)
Check the field initializers, method bodies, nested class bodies, etc., of a class or interface declaration. |
void |
checkSignatures(AnonymousAllocation ast)
Check the class's signature declarations. |
void |
checkSignatures(AnonymousInnerAllocation ast)
Check the class's signature declarations. |
void |
checkSignatures(TypeDeclaration ast)
Check the class's signature declarations. |
void |
initializeClassSignatures(AnonymousAllocation ast)
Initialize and check the structure of types in the signatures of the given class and any nested classes. |
void |
initializeClassSignatures(AnonymousInnerAllocation ast)
Initialize and check the structure of types in the signatures of the given class and any nested classes. |
void |
initializeClassSignatures(TypeDeclaration ast)
Initialize and check the structure of types in the signatures of the given class and any nested classes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassChecker(DJClass c, ClassLoader loader, TypeContext context, Options opt)
Method Detail |
---|
public void initializeClassSignatures(TypeDeclaration ast)
DJ_CLASS
property to be set on all referenced classes; after this
step, the type hierarchy may safely be traversed. Types aren't guaranteed to be well-formed.
public void initializeClassSignatures(AnonymousAllocation ast)
DJ_CLASS
property to be set on all referenced classes; after this
step, the type hierarchy may safely be traversed. Types aren't guaranteed to be well-formed.
public void initializeClassSignatures(AnonymousInnerAllocation ast)
DJ_CLASS
property to be set on all referenced classes; after this
step, the type hierarchy may safely be traversed. Types aren't guaranteed to be well-formed.
public void checkSignatures(TypeDeclaration ast)
public void checkSignatures(AnonymousAllocation ast)
public void checkSignatures(AnonymousInnerAllocation ast)
public void checkBodies(TypeDeclaration ast)
public void checkBodies(AnonymousAllocation ast)
public void checkBodies(AnonymousInnerAllocation ast)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |