Package org.codehaus.janino
Interface Java.Modifier
-
- All Superinterfaces:
Java.Locatable
- All Known Subinterfaces:
Java.Annotation
- All Known Implementing Classes:
Java.AbstractAnnotation
,Java.AccessModifier
,Java.MarkerAnnotation
,Java.NormalAnnotation
,Java.SingleElementAnnotation
- Enclosing class:
- Java
public static interface Java.Modifier extends Java.Locatable
Base for the various modifiers (access modifiers, annotations).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <R,EX extends java.lang.Throwable>
Raccept(Visitor.ModifierVisitor<R,EX> modifierVisitor)
-
Methods inherited from interface org.codehaus.janino.Java.Locatable
getLocation, throwCompileException
-
-
-
-
Method Detail
-
accept
@Nullable <R,EX extends java.lang.Throwable> R accept(Visitor.ModifierVisitor<R,EX> modifierVisitor) throws EX extends java.lang.Throwable
- Throws:
EX extends java.lang.Throwable
-
-