org.lsmp.djep.matrixJep.nodeTypes
Class ASTMFunNode

java.lang.Object
  extended by org.nfunk.jep.SimpleNode
      extended by org.nfunk.jep.ASTFunNode
          extended by org.lsmp.djep.matrixJep.nodeTypes.ASTMFunNode
All Implemented Interfaces:
MatrixNodeI, Node

public class ASTMFunNode
extends ASTFunNode
implements MatrixNodeI

Author:
Rich Morris Created on 01-Feb-2004

Field Summary
 
Fields inherited from class org.nfunk.jep.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTMFunNode(int i)
           
 
Method Summary
 Dimensions getDim()
           
 MatrixValueI getMValue()
           
 void setDim(Dimensions dim)
           
 
Methods inherited from class org.nfunk.jep.ASTFunNode
getName, getOperator, getPFMC, isOperator, jjtAccept, setFunction, setOperator, toString
 
Methods inherited from class org.nfunk.jep.SimpleNode
childrenAccept, dump, getId, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.nfunk.jep.Node
jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent
 

Constructor Detail

ASTMFunNode

public ASTMFunNode(int i)
Method Detail

getDim

public Dimensions getDim()
Specified by:
getDim in interface MatrixNodeI

setDim

public void setDim(Dimensions dim)

getMValue

public MatrixValueI getMValue()
Specified by:
getMValue in interface MatrixNodeI


http://www.singularsys.com/jep Copyright © 2007 Singular Systems