|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectptolemy.data.expr.ASTPtRootNode
ptolemy.data.expr.ASTPtArrayConstructNode
public class ASTPtArrayConstructNode
The parse tree created from the expression string consists of a
hierarchy of node objects. This class represents array construction using
the following syntax: {"a", "b"}.
ASTPtRootNode,
PtParser,
Token
| Red (cxh) |
| Yellow (liuxj) |
| Field Summary |
|---|
| Fields inherited from class ptolemy.data.expr.ASTPtRootNode |
|---|
_children, _id, _isConstant, _parent, _ptToken, _ptType |
| Constructor Summary | |
|---|---|
ASTPtArrayConstructNode(int id)
|
|
ASTPtArrayConstructNode(PtParser p,
int id)
|
|
| Method Summary | |
|---|---|
void |
visit(ParseTreeVisitor visitor)
Traverse this node with the given visitor. |
| Methods inherited from class ptolemy.data.expr.ASTPtRootNode |
|---|
clone, displayParseTree, evaluateParseTree, getToken, getType, isCongruent, isConstant, isEvaluated, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setConstant, setToken, setType, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ASTPtArrayConstructNode(int id)
public ASTPtArrayConstructNode(PtParser p,
int id)
| Method Detail |
|---|
public void visit(ParseTreeVisitor visitor)
throws IllegalActionException
visit in class ASTPtRootNodeIllegalActionException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||