public abstract static class Java.AbstractTypeBodyDeclaration extends Java.Located implements Java.TypeBodyDeclaration
| Modifier and Type | Field and Description |
|---|---|
boolean |
statiC |
NOWHERE| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTypeBodyDeclaration(Location location,
boolean statiC) |
| Modifier and Type | Method and Description |
|---|---|
Java.TypeDeclaration |
getDeclaringType() |
Java.Scope |
getEnclosingScope() |
boolean |
isStatic() |
void |
setDeclaringType(Java.TypeDeclaration declaringType) |
void |
setEnclosingScope(Java.Scope enclosingScope) |
getLocation, throwCompileExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptgetLocation, throwCompileExceptionprotected AbstractTypeBodyDeclaration(Location location, boolean statiC)
public void setDeclaringType(Java.TypeDeclaration declaringType)
setDeclaringType in interface Java.TypeBodyDeclarationpublic Java.TypeDeclaration getDeclaringType()
getDeclaringType in interface Java.TypeBodyDeclarationpublic boolean isStatic()
isStatic in interface Java.TypeBodyDeclarationpublic void setEnclosingScope(Java.Scope enclosingScope)
public Java.Scope getEnclosingScope()
getEnclosingScope in interface Java.Scope