Package org.codehaus.janino
Class Java.AccessModifier
java.lang.Object
org.codehaus.janino.Java.Located
org.codehaus.janino.Java.AccessModifier
- All Implemented Interfaces:
Java.Locatable
,Java.Modifier
- Enclosing class:
- Java
Representation of the modifier flags and annotations that are associated with a declaration.
-
Field Summary
FieldsFields inherited from class org.codehaus.janino.Java.Located
NOWHERE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,
EX extends Throwable>
Raccept
(Visitor.ModifierVisitor<R, EX> visitor) toString()
Methods inherited from class org.codehaus.janino.Java.Located
getLocation, throwCompileException
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.codehaus.janino.Java.Locatable
getLocation, throwCompileException
-
Field Details
-
keyword
"public"
,default
, etc.
-
-
Constructor Details
-
AccessModifier
-
-
Method Details
-
accept
@Nullable public <R,EX extends Throwable> R accept(Visitor.ModifierVisitor<R, EX> visitor) throws EXDescription copied from interface:Java.Modifier
- Specified by:
accept
in interfaceJava.Modifier
- Throws:
EX extends Throwable
-
toString
-