org.codehaus.janino

Class Java.EnclosingScopeOfTypeDeclaration

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

Lazily determines and returns the enclosing Scope of the given TypeDeclaration.
Field Summary
Java.TypeDeclarationtypeDeclaration
Constructor Summary
EnclosingScopeOfTypeDeclaration(Java.TypeDeclaration typeDeclaration)
Method Summary
Java.ScopegetEnclosingScope()

Field Detail

typeDeclaration

public final Java.TypeDeclaration typeDeclaration

Constructor Detail

EnclosingScopeOfTypeDeclaration

public EnclosingScopeOfTypeDeclaration(Java.TypeDeclaration typeDeclaration)

Method Detail

getEnclosingScope

public Java.Scope getEnclosingScope()