koala.dynamicjava.interpreter.modifier
Class InvalidModifier

java.lang.Object
  extended bykoala.dynamicjava.interpreter.modifier.LeftHandSideModifier
      extended bykoala.dynamicjava.interpreter.modifier.InvalidModifier

public class InvalidModifier
extends LeftHandSideModifier

This interface represents an invalid modifier


Constructor Summary
InvalidModifier(Node n)
          Creates a new field modifier
 
Method Summary
 void modify(Context ctx, java.lang.Object value)
          Sets the value of the underlying left hand side expression
 java.lang.Object prepare(Visitor v, Context ctx)
          Prepares the modifier for modification
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvalidModifier

public InvalidModifier(Node n)
Creates a new field modifier

Parameters:
n - the node
Method Detail

prepare

public java.lang.Object prepare(Visitor v,
                                Context ctx)
Prepares the modifier for modification

Specified by:
prepare in class LeftHandSideModifier
Returns:
the value of the left hand side

modify

public void modify(Context ctx,
                   java.lang.Object value)
Sets the value of the underlying left hand side expression

Specified by:
modify in class LeftHandSideModifier


Copyright © 2001 Stephane Hillion. All Rights Reserved.