public static class Java.AccessModifier extends Java.Located implements Java.Modifier
| Modifier and Type | Field and Description |
|---|---|
String |
keyword
"public", default, etc. |
NOWHERE| Constructor and Description |
|---|
AccessModifier(String keyword,
Location location) |
| Modifier and Type | Method and Description |
|---|---|
<R,EX extends Throwable> |
accept(Visitor.ModifierVisitor<R,EX> visitor)
|
String |
toString() |
getLocation, throwCompileExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLocation, throwCompileExceptionpublic final String keyword
"public", default, etc.@Nullable public <R,EX extends Throwable> R accept(Visitor.ModifierVisitor<R,EX> visitor) throws EX extends Throwable
Java.Modifieraccept in interface Java.ModifierEX extends ThrowableCopyright © 2022. All rights reserved.