org.lsmp.djep.matrixJep.nodeTypes
Class ASTMConstant
java.lang.Object
org.nfunk.jep.SimpleNode
org.nfunk.jep.ASTConstant
org.lsmp.djep.matrixJep.nodeTypes.ASTMConstant
- All Implemented Interfaces:
- MatrixNodeI, Node
public class ASTMConstant
- extends ASTConstant
- implements MatrixNodeI
Holds a single constant number.
- 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 |
ASTMConstant
public ASTMConstant(int i)
getDim
public Dimensions getDim()
- Specified by:
getDim in interface MatrixNodeI
getMValue
public MatrixValueI getMValue()
- Specified by:
getMValue in interface MatrixNodeI
getValue
public Object getValue()
- Overrides:
getValue in class ASTConstant
setValue
public void setValue(Object val)
- Overrides:
setValue in class ASTConstant
Copyright © 2014. All rights reserved.