Package | Description |
---|---|
com.opencloud.rhino.cmp |
Modifier and Type | Method and Description |
---|---|
static PassByReference.Scope |
PassByReference.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PassByReference.Scope[] |
PassByReference.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PassByReference.Scope.isWiderScope(PassByReference.Scope s)
Determine if this scope is wider than the specified scope.
|