Package | Description |
---|---|
org.rexxla.bsf.engines.rexx |
Modifier and Type | Method and Description |
---|---|
static RexxCleanupRef.RefKind[] |
RexxCleanupRef.getRefkinds()
Getter that returns a clone (copy) of the enum constants of the @link{RefKind} enum class.
|
static RexxCleanupRef.RefKind |
RexxCleanupRef.RefKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RexxCleanupRef.RefKind[] |
RexxCleanupRef.RefKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RexxCleanupRef(java.lang.Object referent,
RexxCleanupRef.RefKind refKind,
java.lang.Object obj_id)
Constructor.
|