polyglot.visit
Class InitChecker.ClassBodyInfo

java.lang.Object
  extended by polyglot.visit.InitChecker.ClassBodyInfo
Enclosing class:
InitChecker

protected static class InitChecker.ClassBodyInfo
extends java.lang.Object

This class is just a data structure containing relevant information needed for performing initialization checking of a class declaration. These objects form a stack, since class declarations can be nested.


Constructor Summary
protected InitChecker.ClassBodyInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitChecker.ClassBodyInfo

protected InitChecker.ClassBodyInfo()