public static interface Java.TypeBodyDeclaration extends Java.Locatable, Java.Scope
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor.TypeBodyDeclarationVisitor visitor) |
Java.TypeDeclaration |
getDeclaringType() |
boolean |
isStatic() |
void |
setDeclaringType(Java.TypeDeclaration declaringType) |
getLocation, throwCompileException
getEnclosingScope
void setDeclaringType(Java.TypeDeclaration declaringType)
Java.TypeDeclaration getDeclaringType()
boolean isStatic()
void accept(Visitor.TypeBodyDeclarationVisitor visitor)
Copyright © 2001–2014. All rights reserved.