Uses of Class
com.opencloud.rhino.cmp.PassByReference.Scope
-
Packages that use PassByReference.Scope Package Description com.opencloud.rhino.cmp -
-
Uses of PassByReference.Scope in com.opencloud.rhino.cmp
Methods in com.opencloud.rhino.cmp that return PassByReference.Scope Modifier and Type Method Description PassByReference.Scopescope()The scope that the reference should be maintained.static PassByReference.ScopePassByReference.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.Methods in com.opencloud.rhino.cmp with parameters of type PassByReference.Scope Modifier and Type Method Description booleanPassByReference.Scope. isWiderScope(PassByReference.Scope s)Determine if this scope is wider than the specified scope.
-