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 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 Java.Located
getLocation, throwCompileExceptionMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface 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:
acceptin interfaceJava.Modifier- Throws:
EX
-
toString
-