|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.util.ResolveUtilities
public class ResolveUtilities
Resolve utilities.
Method Summary | ||
---|---|---|
static java.lang.Object |
resolvePath(DeclarativeRegion root,
java.lang.String path)
Resolves an path in a scope. |
|
static
|
resolvePath(DeclarativeRegion root,
java.lang.String path,
java.lang.Class<T> clazz)
Resolves a path in a scope. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.Object resolvePath(DeclarativeRegion root, java.lang.String path)
root
- the scopepath
- the path
null
public static <T> T resolvePath(DeclarativeRegion root, java.lang.String path, java.lang.Class<T> clazz)
T
- the typeroot
- the scopepath
- the pathclazz
- the type
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |