|
Web Site | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.janino.Java.EnclosingScopeOfTypeDeclaration
public static final class Java.EnclosingScopeOfTypeDeclaration
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 |
---|
public final Java.TypeDeclaration typeDeclaration
Constructor Detail |
---|
public Java.EnclosingScopeOfTypeDeclaration(Java.TypeDeclaration typeDeclaration)
Method Detail |
---|
public Java.Scope getEnclosingScope()
getEnclosingScope
in interface Java.Scope
|
Web Site | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |