Package | Description |
---|---|
ptolemy.data.expr |
The Ptolemy II Expression Language.
|
Modifier and Type | Class and Description |
---|---|
class |
ASTPtArrayConstructNode
The parse tree created from the expression string consists of a
hierarchy of node objects.
|
class |
ASTPtAssignmentNode |
class |
ASTPtBitwiseNode
The parse tree created from the expression string consists of a
hierarchy of node objects.
|
class |
ASTPtFunctionalIfNode
The parse tree created from the expression string consists of a
hierarchy of node objects.
|
class |
ASTPtFunctionApplicationNode
This class represents an expression that is the application of a
function in the parse tree.
|
class |
ASTPtFunctionDefinitionNode
The parse tree created from function definitions of the form:
function (x) x + 5
which defines a function of one argument.
|
class |
ASTPtLeafNode
The parse tree created from the expression string consists of a
hierarchy of node objects.
|
class |
ASTPtLogicalNode
The parse tree created from the expression string consists of a
hierarchy of node objects.
|
class |
ASTPtMatrixConstructNode
The parse tree created from the expression string consists of a
hierarchy of node objects.
|
class |
ASTPtMethodCallNode
The parse tree created from the expression string consists of a
hierarchy of node objects.
|
class |
ASTPtOrderedRecordConstructNode
The parse tree created from the expression string consists of a
hierarchy of node objects.
|
class |
ASTPtPowerNode
The parse tree created from the expression string consists of a
hierarchy of node objects.
|
class |
ASTPtProductNode
The parse tree created from the expression string consists of a
hierarchy of node objects.
|
class |
ASTPtRecordConstructNode
The parse tree created from the expression string consists of a
hierarchy of node objects.
|
class |
ASTPtRelationalNode
The parse tree created from the expression string consists of a
hierarchy of node objects.
|
class |
ASTPtRootNode
The parse tree created from the expression string consists of a
hierarchy of node objects, each of which is an instance of a class
derived from this class.
|
class |
ASTPtShiftNode
The parse tree created from the expression string consists of a
hierarchy of node objects.
|
class |
ASTPtSumNode
The parse tree created from the expression string consists of a
hierarchy of node objects.
|
class |
ASTPtUnaryNode
The parse tree created from the expression string consists of a
hierarchy of node objects.
|
class |
ASTPtUnionConstructNode
The parse tree created from the expression string consists of a
hierarchy of node objects.
|
class |
SimpleNode |
Modifier and Type | Field and Description |
---|---|
protected Node |
ASTPtRootNode._parent
The parent node.
|
protected Node[] |
SimpleNode.children |
protected Node |
SimpleNode.parent |
Modifier and Type | Method and Description |
---|---|
Node |
ASTPtRootNode.jjtGetChild(int i) |
Node |
Node.jjtGetChild(int i)
This method returns a child node.
|
Node |
SimpleNode.jjtGetChild(int i) |
Node |
ASTPtRootNode.jjtGetParent() |
Node |
Node.jjtGetParent() |
Node |
SimpleNode.jjtGetParent() |
Node |
JJTMatrixParserState.peekNode() |
Node |
JJTPtParserState.peekNode() |
Node |
JJTMatrixParserState.popNode() |
Node |
JJTPtParserState.popNode() |
Node |
JJTMatrixParserState.rootNode() |
Node |
JJTPtParserState.rootNode() |
Modifier and Type | Method and Description |
---|---|
void |
JJTMatrixParserState.clearNodeScope(Node n) |
void |
JJTPtParserState.clearNodeScope(Node n) |
void |
JJTMatrixParserState.closeNodeScope(Node n,
boolean condition) |
void |
JJTPtParserState.closeNodeScope(Node n,
boolean condition) |
void |
JJTMatrixParserState.closeNodeScope(Node n,
int num) |
void |
JJTPtParserState.closeNodeScope(Node n,
int num) |
void |
ASTPtRootNode.jjtAddChild(Node n,
int i) |
void |
Node.jjtAddChild(Node n,
int i)
This method tells the node to add its argument to the node's
list of children.
|
void |
SimpleNode.jjtAddChild(Node n,
int i) |
void |
ASTPtRootNode.jjtSetParent(Node n) |
void |
Node.jjtSetParent(Node n)
This pair of methods are used to inform the node of its
parent.
|
void |
SimpleNode.jjtSetParent(Node n) |
void |
JJTMatrixParserState.openNodeScope(Node n) |
void |
JJTPtParserState.openNodeScope(Node n) |
void |
JJTMatrixParserState.pushNode(Node n) |
void |
JJTPtParserState.pushNode(Node n) |