|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeEnum | |
---|---|
tip.node | Provides node classes for representing the TIP ASTs. |
Uses of NodeEnum in tip.node |
---|
Methods in tip.node that return NodeEnum | |
---|---|
NodeEnum |
Token.kindNode()
Returns the NodeEnum corresponding to the
type of this Node node. |
NodeEnum |
Start.kindNode()
Returns the NodeEnum corresponding to the
type of this Node node. |
NodeEnum |
PStm.kindNode()
Returns the NodeEnum corresponding to the
type of this Node node. |
NodeEnum |
PProgram.kindNode()
Returns the NodeEnum corresponding to the
type of this Node node. |
NodeEnum |
PExp.kindNode()
Returns the NodeEnum corresponding to the
type of this Node node. |
NodeEnum |
PDecl.kindNode()
Returns the NodeEnum corresponding to the
type of this Node node. |
NodeEnum |
PBody.kindNode()
Returns the NodeEnum corresponding to the
type of this Node node. |
NodeEnum |
PBlock.kindNode()
Returns the NodeEnum corresponding to the
type of this Node node. |
NodeEnum |
PBinop.kindNode()
Returns the NodeEnum corresponding to the
type of this Node node. |
abstract NodeEnum |
Node.kindNode()
Returns the NodeEnum corresponding to the
type of this Node node. |
static NodeEnum |
NodeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NodeEnum[] |
NodeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |