org.fraid.interpreter
Class ASTString

java.lang.Object
  extended by org.netlib.math.complex.Complex
      extended by org.fraid.interpreter.SimpleNode
          extended by org.fraid.interpreter.ASTString
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, FraidTreeConstants, Node

public class ASTString
extends SimpleNode

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.fraid.interpreter.SimpleNode
SimpleNode.FunctionEvaluationType
 
Field Summary
 
Fields inherited from class org.fraid.interpreter.SimpleNode
children, id, mFunction, mFunctionEvalType, mLastDefinedFunction, mSymbTable, mText, mVarIndex, parent, parser, sHiddenFunctionNamePrefix, sHiddenFunctionNextIndex
 
Fields inherited from class org.netlib.math.complex.Complex
AUTHOR, DATE, iii, im, re, REMARK, TWO_PI, VERSION
 
Fields inherited from interface org.fraid.interpreter.FraidTreeConstants
JJTADD, JJTAND, JJTASSIGNMENT, JJTDIVIDE, JJTEQUAL, JJTEXPRESSIONTOCALCULATE, JJTFUNCTIONCALL, JJTFUNCTIONDEF, JJTGREATER, JJTGREATEROREQUAL, JJTIFTHENEXPRESSION, JJTIMAGINARYNUMBER, JJTMETA, JJTMULTIPLY, JJTNEGATE, jjtNodeName, JJTNOT, JJTNOTEQUAL, JJTOR, JJTPOWER, JJTPROCESSSINGLELINE, JJTPROCESSSTREAM, JJTREALNUMBER, JJTSMALLER, JJTSMALLEROREQUAL, JJTSTRING, JJTSUBTRACT, JJTVARIABLE, JJTVOID, JJTXOR
 
Constructor Summary
ASTString(Fraid p, int id)
           
ASTString(int id)
           
 
Method Summary
 
Methods inherited from class org.fraid.interpreter.SimpleNode
_copy, addArgumentNodesToMeta, addChangeListener, childrenCountMissingArgs, clean, clone, connectGeneratedF, containsMeta, copyFrAidRelevantData, countMissingArgs, createArgumentList, createSymbTableEntry, dumpString, dumpTree, ensureUsable, eval, evalFunction, evalGeneratedF, findSampled, generateHiddenFunctionName, getDependancies, getFunction, getId, getNextGeneratedF, getNextGraphicsF, getParentIndexOfSelf, getText, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, linkNode, node2Function, prelinkFunctionOrVariableNode, preventMetaFromNesting, printTreeProcessingInfo, printTreeProcessingInfo, process, pruneComputable, removeChangeListener, setFunctionsEvalMode, setText, toString, treeDepthFromNode
 
Methods inherited from class org.netlib.math.complex.Complex
abs, acos, acosh, add, arg, asin, asinh, atan, atanh, cart, conj, cos, cosec, cosh, cot, div, equals, exp, im, isInfinite, isNaN, log, main, mul, neg, norm, polar, pow, pow, pow, pow, re, real, scale, sec, sin, sinh, sqrt, sub, tan, tanh
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTString

public ASTString(int id)

ASTString

public ASTString(Fraid p,
                 int id)


Fraid (system and language). (C) 2003-2007 Ivaylo Iliev
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.