public class ASTPtMatrixConstructNode extends ASTPtRootNode
ASTPtRootNode,
PtParser,
Token| Red (cxh) |
| Yellow (nsmyth) |
| Modifier and Type | Field and Description |
|---|---|
protected int |
_form
The form of the matrix construction.
|
protected int |
_nColumns
The number of columns of the matrix construction.
|
protected int |
_nRows
The number of rows of the matrix construction.
|
_children, _id, _isConstant, _parent, _ptToken, _ptType| Constructor and Description |
|---|
ASTPtMatrixConstructNode(int id) |
ASTPtMatrixConstructNode(PtParser p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount() |
int |
getForm() |
int |
getRowCount() |
void |
visit(ParseTreeVisitor visitor)
Traverse this node with the given visitor.
|
clone, displayParseTree, evaluateParseTree, getToken, getType, isCongruent, isConstant, isEvaluated, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setConstant, setToken, setType, toString, toStringprotected int _nRows
protected int _nColumns
protected int _form
public ASTPtMatrixConstructNode(int id)
public ASTPtMatrixConstructNode(PtParser p, int id)
public int getColumnCount()
public int getForm()
public int getRowCount()
public void visit(ParseTreeVisitor visitor) throws IllegalActionException
visit in class ASTPtRootNodeIllegalActionException