| Package | Description |
|---|---|
| org.codehaus.janino |
The core of the Janino JavaTM compiler.
|
| Modifier and Type | Method and Description |
|---|---|
static Access |
Access.fromString(String s) |
Access |
UnitCompiler.SimpleIField.getAccess() |
abstract Access |
IClass.getAccess() |
Access |
IClass.IMember.getAccess() |
abstract Access |
IClass.IInvocable.getAccess() |
abstract Access |
IClass.IField.getAccess() |
Access |
ClassFileIClass.getAccess() |
static Access |
Access.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Access[] |
Access.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.