|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.janino.Java.MarkerAnnotation
public static final class Java.MarkerAnnotation
Repreentation of a 'marker annotation', i.e. an annotation without any elements in parentheses.
| Field Summary | |
|---|---|
Java.Type |
type
The type of this marker annotation. |
| Constructor Summary | |
|---|---|
Java.MarkerAnnotation(Java.Type type)
|
|
| Method Summary | |
|---|---|
void |
accept(Visitor.AnnotationVisitor visitor)
Invokes the ' visit...()' method of Visitor.AnnotationVisitor for the concrete Java.Annotation type. |
void |
accept(Visitor.ElementValueVisitor visitor)
Invokes the ' visit...()' method of Visitor.ElementValueVisitor for the concrete Java.ElementValue type. |
Java.Type |
getType()
|
void |
setEnclosingScope(Java.Scope enclosingScope)
Sets the enclosing scope for this annotation. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final Java.Type type
| Constructor Detail |
|---|
public Java.MarkerAnnotation(Java.Type type)
| Method Detail |
|---|
public void setEnclosingScope(Java.Scope enclosingScope)
Java.Annotation
setEnclosingScope in interface Java.Annotationpublic String toString()
toString in class Objectpublic Java.Type getType()
getType in interface Java.Annotationpublic void accept(Visitor.AnnotationVisitor visitor)
Java.Annotationvisit...()' method of Visitor.AnnotationVisitor for the concrete Java.Annotation type.
accept in interface Java.Annotationpublic void accept(Visitor.ElementValueVisitor visitor)
Java.ElementValuevisit...()' method of Visitor.ElementValueVisitor for the concrete Java.ElementValue type.
accept in interface Java.ElementValue
|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||