Package org.codehaus.janino
Class Java.EnclosingScopeOfTypeDeclaration
java.lang.Object
org.codehaus.janino.Java.EnclosingScopeOfTypeDeclaration
- All Implemented Interfaces:
Java.Scope
- Enclosing class:
Java
Lazily determines and returns the enclosing
Java.Scope
of the given Java.TypeDeclaration
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
typeDeclaration
The specific type declaration.
-
-
Constructor Details
-
EnclosingScopeOfTypeDeclaration
-
-
Method Details
-
getEnclosingScope
- Specified by:
getEnclosingScope
in interfaceJava.Scope
- Returns:
- The scope that encloses this scope, or
null
-