koala.dynamicjava.interpreter.context
Class VariableContext.Link

java.lang.Object
  extended bykoala.dynamicjava.interpreter.context.VariableContext.Link
Enclosing class:
VariableContext

protected static class VariableContext.Link
extends java.lang.Object

To store one scope


Field Summary
 VariableContext.Scope cscope
          The current scope for constants
 VariableContext.Link next
          The next scope
 VariableContext.Scope scope
          The current scope
 
Constructor Summary
VariableContext.Link(VariableContext.Link next)
          Creates a new link
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scope

public VariableContext.Scope scope
The current scope


cscope

public VariableContext.Scope cscope
The current scope for constants


next

public VariableContext.Link next
The next scope

Constructor Detail

VariableContext.Link

public VariableContext.Link(VariableContext.Link next)
Creates a new link



Copyright © 2001 Stephane Hillion. All Rights Reserved.