Package org.apache.felix.gogo.runtime
Interface Evaluate
-
- All Known Implementing Classes:
Closure
public interface Evaluate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassLoaderclassLoader()PathcurrentDir()Objecteval(Token t)Objectexpr(Token t)Objectget(String key)Objectput(String key, Object value)
-