public abstract class NamedInstaller
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static int |
INSTANCE_FIELD |
(package private) static int |
INSTANCE_METHOD |
(package private) java.lang.String |
name |
(package private) static int |
STATIC_FIELD |
(package private) static int |
STATIC_METHOD |
(package private) int |
type |
(package private) Visibility |
visibility |
| Constructor and Description |
|---|
NamedInstaller(java.lang.String name,
int type) |
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
hasLocalMethod() |
(package private) abstract void |
install(RubyModule proxy) |
(package private) boolean |
isPublic() |
static final int STATIC_FIELD
static final int STATIC_METHOD
static final int INSTANCE_FIELD
static final int INSTANCE_METHOD
final java.lang.String name
final int type
Visibility visibility
abstract void install(RubyModule proxy)
boolean hasLocalMethod()
boolean isPublic()