Package | Description |
---|---|
org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM compiler.
|
Modifier and Type | Field | Description |
---|---|---|
static Access |
Access.DEFAULT |
Representation of DEFAULT accessibility.
|
static Access |
Access.PRIVATE |
Representation of PRIVATE accessibility.
|
static Access |
Access.PROTECTED |
Representation of PROTECTED accessibility.
|
static Access |
Access.PUBLIC |
Representation of PUBLIC accessibility.
|
Modifier and Type | Method | Description |
---|---|---|
static Access |
Access.fromString(String name) |
|
Access |
ClassFileIClass.getAccess() |
|
abstract Access |
IClass.getAccess() |
|
abstract Access |
IClass.IField.getAccess() |
|
abstract Access |
IClass.IInvocable.getAccess() |
|
Access |
IClass.IMember.getAccess() |
|
Access |
UnitCompiler.SimpleIField.getAccess() |
Copyright © 2001–2019. All rights reserved.