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.
  • Field Details

    • typeDeclaration

      public final Java.TypeDeclaration typeDeclaration
      The specific type declaration.
  • Constructor Details

    • EnclosingScopeOfTypeDeclaration

      public EnclosingScopeOfTypeDeclaration(Java.TypeDeclaration typeDeclaration)
  • Method Details