org.codehaus.janino
Class Java.EnclosingScopeOfTypeDeclaration

java.lang.Object
  extended by org.codehaus.janino.Java.EnclosingScopeOfTypeDeclaration
All Implemented Interfaces:
Java.Scope
Enclosing class:
Java

public static final class Java.EnclosingScopeOfTypeDeclaration
extends java.lang.Object
implements Java.Scope

Lazily determines and returns the enclosing Java.Scope of the given Java.TypeDeclaration.


Field Summary
 Java.TypeDeclaration typeDeclaration
           
 
Constructor Summary
Java.EnclosingScopeOfTypeDeclaration(Java.TypeDeclaration typeDeclaration)
           
 
Method Summary
 Java.Scope getEnclosingScope()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeDeclaration

public final Java.TypeDeclaration typeDeclaration
Constructor Detail

Java.EnclosingScopeOfTypeDeclaration

public Java.EnclosingScopeOfTypeDeclaration(Java.TypeDeclaration typeDeclaration)
Method Detail

getEnclosingScope

public Java.Scope getEnclosingScope()
Specified by:
getEnclosingScope in interface Java.Scope


Copyright © 2001-2012. All Rights Reserved.