|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Scope
Scope.
Method Summary | ||
---|---|---|
java.lang.Object |
resolve(java.lang.String identifier)
Resolves the given identifier in this scope and its parent scopes. |
|
|
resolve(java.lang.String identifier,
java.lang.Class<T> clazz)
Resolves the given identifier in this scope and its parent scopes with a specific type. |
|
java.lang.Object |
resolveLocal(java.lang.String identifier)
Resolves the given identifier in this scope. |
|
|
resolveLocal(java.lang.String identifier,
java.lang.Class<T> clazz)
Resolves the given identifier in this scope with a specific type. |
Method Detail |
---|
java.lang.Object resolve(java.lang.String identifier)
identifier
- the identifier
null
<T> T resolve(java.lang.String identifier, java.lang.Class<T> clazz)
T
- the typeidentifier
- the identifierclazz
- the type
null
java.lang.Object resolveLocal(java.lang.String identifier)
identifier
- the identifier
null
<T> T resolveLocal(java.lang.String identifier, java.lang.Class<T> clazz)
T
- the typeidentifier
- the identifierclazz
- the type
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |