|
|||||||||
| 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.ASTConstant
org.lsmp.djep.matrixJep.nodeTypes.ASTMConstant
public class ASTMConstant
Holds a single constant number.
| Field Summary |
|---|
| Fields inherited from class org.nfunk.jep.SimpleNode |
|---|
children, id, parent, parser |
| Constructor Summary | |
|---|---|
ASTMConstant(int i)
|
|
| Method Summary | |
|---|---|
Dimensions |
getDim()
|
MatrixValueI |
getMValue()
|
java.lang.Object |
getValue()
|
void |
setValue(java.lang.Object val)
|
| Methods inherited from class org.nfunk.jep.ASTConstant |
|---|
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 ASTMConstant(int i)
| Method Detail |
|---|
public Dimensions getDim()
getDim in interface MatrixNodeIpublic MatrixValueI getMValue()
getMValue in interface MatrixNodeIpublic java.lang.Object getValue()
getValue in class ASTConstantpublic void setValue(java.lang.Object val)
setValue in class ASTConstant
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||