|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nfunk.jep.SimpleNode
org.nfunk.jep.ASTVarNode
org.lsmp.djep.matrixJep.nodeTypes.ASTMVarNode
public class ASTMVarNode
Field Summary |
---|
Fields inherited from class org.nfunk.jep.SimpleNode |
---|
children, id, parent, parser |
Constructor Summary | |
---|---|
ASTMVarNode(int i)
|
Method Summary | |
---|---|
Dimensions |
getDim()
|
MatrixValueI |
getMValue()
|
void |
setVar(Variable var)
Sets the name of the variable. |
Methods inherited from class org.nfunk.jep.ASTVarNode |
---|
getName, getVar, jjtAccept, 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 |
---|
public ASTMVarNode(int i)
Method Detail |
---|
public Dimensions getDim()
getDim
in interface MatrixNodeI
public void setVar(Variable var)
ASTVarNode
setVar
in class ASTVarNode
public MatrixValueI getMValue()
getMValue
in interface MatrixNodeI
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |