接口 Scope
- 所有超级接口:
Serializable
- 所有已知实现类:
Scope.DEFAULT
scope 接口,用于定义scope范围
- 作者:
- Cody Lu
-
嵌套类概要
嵌套类 -
方法概要
修饰符和类型方法说明getName()scope 的名字intgetOrder()scope 顺序Scope[]higherScopes(boolean includeThis) 比自己优先级高的ScopesScope[]lowerScopes(boolean includeThis) 比自己优先级低的Scopes
-
方法详细资料
-
getName
String getName()scope 的名字- 返回:
-
getOrder
int getOrder()scope 顺序- 返回:
-
lowerScopes
比自己优先级低的Scopes- 参数:
includeThis- 是否包含本Scope- 返回:
- 比自己小或等于自己排序的Scopes
-
higherScopes
比自己优先级高的Scopes- 参数:
includeThis- 是否包含本Scope- 返回:
- 比自己大或等于自己排序的Scopes
-