koala.dynamicjava.interpreter.context
Class VariableContext.Scope.EntryFactory

java.lang.Object
  |
  +--koala.dynamicjava.interpreter.context.VariableContext.Scope.EntryFactory
Enclosing class:
VariableContext.Scope

protected static class VariableContext.Scope.EntryFactory
extends java.lang.Object

To create an entry


Constructor Summary
protected VariableContext.Scope.EntryFactory()
           
 
Method Summary
static VariableContext.Scope.Entry createEntry(int hash, java.lang.String key, java.lang.Object value, VariableContext.Scope.Entry next)
          Creates a new entry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableContext.Scope.EntryFactory

protected VariableContext.Scope.EntryFactory()
Method Detail

createEntry

public static VariableContext.Scope.Entry createEntry(int hash,
                                                      java.lang.String key,
                                                      java.lang.Object value,
                                                      VariableContext.Scope.Entry next)
Creates a new entry


Copyright © 2001 Stephane Hillion. All Rights Reserved.