mocman.interpreter.modules
Class Colors

java.lang.Object
  extended by mocman.interpreter.syntax.Global
      extended by mocman.interpreter.syntax.Local
          extended by mocman.interpreter.syntax.Module
              extended by mocman.interpreter.modules.Colors
All Implemented Interfaces:
ITreeNode

public class Colors
extends Module


Field Summary
 
Fields inherited from class mocman.interpreter.syntax.Global
strVal
 
Constructor Summary
Colors()
           
 
Method Summary
 Colors clone()
           
 ITreeNode get(ITreeNode n)
           
 ITreeNode set(ITreeNode n, ITreeNode m)
           
 ITreeNode value(java.lang.String s)
           
 
Methods inherited from class mocman.interpreter.syntax.Module
close, create
 
Methods inherited from class mocman.interpreter.syntax.Local
build, get, pop, push, run, set
 
Methods inherited from class mocman.interpreter.syntax.Global
add, and, bln, blnb, castTo, epsilon, eq, function, getNext, getRule, getVal, imp, isEpsilon, mul, neg, not, or, setNextOp, setRule, setValue, sget, sset, svalue
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Colors

public Colors()
Method Detail

clone

public Colors clone()
Specified by:
clone in interface ITreeNode
Overrides:
clone in class Local

value

public ITreeNode value(java.lang.String s)
Specified by:
value in interface ITreeNode
Overrides:
value in class Local

get

public ITreeNode get(ITreeNode n)
Specified by:
get in interface ITreeNode
Overrides:
get in class Local

set

public ITreeNode set(ITreeNode n,
                     ITreeNode m)
Specified by:
set in interface ITreeNode
Overrides:
set in class Local