public class ASTPtMatrixConstructNode extends ASTPtRootNode
ASTPtRootNode
,
PtParser
,
Token
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, toString
protected 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 ASTPtRootNode
visitor
- The visitor.IllegalActionException
- Always thrown in this base
class the visit() method is not implemented here.