mocman.interpreter.syntax
Class Module

java.lang.Object
  extended by mocman.interpreter.syntax.Global
      extended by mocman.interpreter.syntax.Local
          extended by mocman.interpreter.syntax.Module
All Implemented Interfaces:
ITreeNode
Direct Known Subclasses:
Colors, IntGraph

public class Module
extends Local


Field Summary
 
Fields inherited from class mocman.interpreter.syntax.Global
strVal
 
Constructor Summary
Module()
           
 
Method Summary
static void close()
           
static Module create(java.lang.String s)
           
 
Methods inherited from class mocman.interpreter.syntax.Local
build, clone, get, get, pop, push, run, set, set, value
 
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

Module

public Module()
Method Detail

create

public static Module create(java.lang.String s)

close

public static void close()