Java.ElementValue
Java.MarkerAnnotation
, Java.NormalAnnotation
, Java.SingleElementAnnotation
public static interface Java.Annotation extends Java.ElementValue
Modifier and Type | Method | Description |
---|---|---|
void |
accept(Visitor.AnnotationVisitor visitor) |
|
Java.Type |
getType() |
|
void |
setEnclosingScope(Java.Scope enclosingScope) |
Sets the enclosing scope for this annotation.
|
accept
void accept(Visitor.AnnotationVisitor visitor)
void setEnclosingScope(Java.Scope enclosingScope)
Java.Type getType()
Copyright © 2001–2019. All rights reserved.