org.codehaus.janino
Class Java.EnclosingScopeOfTypeDeclaration
java.lang.Object
org.codehaus.janino.Java.EnclosingScopeOfTypeDeclaration
- All Implemented Interfaces:
- Java.Scope
- Enclosing class:
- Java
public static final class Java.EnclosingScopeOfTypeDeclaration
- extends Object
- implements Java.Scope
Lazily determines and returns the enclosing
Java.Scope
of the given
Java.TypeDeclaration
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
typeDeclaration
public final Java.TypeDeclaration typeDeclaration
Java.EnclosingScopeOfTypeDeclaration
public Java.EnclosingScopeOfTypeDeclaration(Java.TypeDeclaration typeDeclaration)
getEnclosingScope
public Java.Scope getEnclosingScope()
- Specified by:
getEnclosingScope
in interface Java.Scope