org.lsmp.djep.matrixJep.nodeTypes
Class ASTMVarNode
java.lang.Object
org.nfunk.jep.SimpleNode
org.nfunk.jep.ASTVarNode
org.lsmp.djep.matrixJep.nodeTypes.ASTMVarNode
- All Implemented Interfaces:
- MatrixNodeI, Node
public class ASTMVarNode
- extends ASTVarNode
- implements MatrixNodeI
- Author:
- Rich Morris
Created on 01-Feb-2004
| Methods inherited from class org.nfunk.jep.SimpleNode |
childrenAccept, dump, getId, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString |
ASTMVarNode
public ASTMVarNode(int i)
getDim
public Dimensions getDim()
- Specified by:
getDim in interface MatrixNodeI
setVar
public void setVar(Variable var)
- Description copied from class:
ASTVarNode
- Sets the name of the variable.
- Overrides:
setVar in class ASTVarNode
getMValue
public MatrixValueI getMValue()
- Specified by:
getMValue in interface MatrixNodeI
Copyright © 2014. All rights reserved.