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