|
janino.net | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Java.Annotation
Representation of a Java ™ annotation.
Method Summary | |
---|---|
void |
accept(Visitor.AnnotationVisitor visitor)
Invokes the ' visit...() ' method of Visitor.AnnotationVisitor for the concrete Java.Annotation type. |
Java.Type |
getType()
|
void |
setEnclosingScope(Java.Scope enclosingScope)
Sets the enclosing scope for this annotation. |
Methods inherited from interface org.codehaus.janino.Java.ElementValue |
---|
accept |
Method Detail |
---|
void accept(Visitor.AnnotationVisitor visitor)
visit...()
' method of Visitor.AnnotationVisitor
for the concrete Java.Annotation
type.
void setEnclosingScope(Java.Scope enclosingScope)
Java.Type getType()
|
janino.net | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |