/[classpath]/gjdoc/src/gnu/classpath/tools/gjdoc/expr/EvaluatorEnvironment.java
ViewVC logotype

Diff of /gjdoc/src/gnu/classpath/tools/gjdoc/expr/EvaluatorEnvironment.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by julian, Mon Dec 13 17:39:51 2004 UTC revision 1.2 by julian, Sat Oct 22 12:38:50 2005 UTC
# Line 20  Free Software Foundation, Inc., 59 Templ Line 20  Free Software Foundation, Inc., 59 Templ
20    
21  package gnu.classpath.tools.gjdoc.expr;  package gnu.classpath.tools.gjdoc.expr;
22    
23    import java.util.Set;
24    
25  public interface EvaluatorEnvironment  public interface EvaluatorEnvironment
26  {  {
27     public Object getValue(String identifier)     public Object getValue(String identifier, Set visitedFields)
28        throws UnknownIdentifierException;        throws IllegalExpressionException, UnknownIdentifierException;
29  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26