jcaas.script_nodes
Class StringFactor

java.lang.Object
  extended by jcaas.script_nodes.AbstractInterpretable
      extended by jcaas.script_nodes.StringFactor
All Implemented Interfaces:
Interpretable

public class StringFactor
extends AbstractInterpretable

Author:
reverend TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
StringFactor(ArithmeticExpression exp)
           
StringFactor(java.lang.String s)
           
 
Method Summary
 void interpret(Context c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringFactor

public StringFactor(java.lang.String s)

StringFactor

public StringFactor(ArithmeticExpression exp)
Method Detail

interpret

public void interpret(Context c)