mocman.interpreter.syntax
Class Script

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

public class Script
extends Local


Field Summary
 
Fields inherited from class mocman.interpreter.syntax.Global
strVal
 
Constructor Summary
Script()
           
 
Method Summary
static Script 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

Script

public Script()
Method Detail

create

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