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, throwCompileException
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept
getLocation, throwCompileException
protected AbstractTypeBodyDeclaration(Location location, boolean statiC)
public void setDeclaringType(Java.TypeDeclaration declaringType)
setDeclaringType
in interface Java.TypeBodyDeclaration
public Java.TypeDeclaration getDeclaringType()
getDeclaringType
in interface Java.TypeBodyDeclaration
public boolean isStatic()
isStatic
in interface Java.TypeBodyDeclaration
public void setEnclosingScope(Java.Scope enclosingScope)
public Java.Scope getEnclosingScope()
getEnclosingScope
in interface Java.Scope
Copyright © 2001–2014. All rights reserved.