public static interface Java.Annotation extends Java.Locatable, Java.ElementValue
| Modifier and Type | Method and Description |
|---|---|
<R,EX extends Throwable> |
accept(Visitor.AnnotationVisitor<R,EX> visitor)
|
Java.Type |
getType() |
void |
setEnclosingScope(Java.Scope enclosingScope)
Sets the enclosing scope for this annotation.
|
acceptgetLocation, throwCompileException@Nullable <R,EX extends Throwable> R accept(Visitor.AnnotationVisitor<R,EX> visitor) throws EX extends Throwable
EX extends Throwablevoid setEnclosingScope(Java.Scope enclosingScope)
setEnclosingScope in interface Java.ElementValueJava.Type getType()
Copyright © 2019. All rights reserved.