public final class AOperationSet extends PSet
Modifier and Type | Field and Description |
---|---|
private PBinOp |
_binOp_ |
private PBasic |
_left_ |
private PBasic |
_right_ |
Constructor and Description |
---|
AOperationSet() |
AOperationSet(PBasic _left_,
PBinOp _binOp_,
PBasic _right_) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw) |
java.lang.Object |
clone() |
PBinOp |
getBinOp() |
PBasic |
getLeft() |
PBasic |
getRight() |
(package private) void |
removeChild(Node child) |
(package private) void |
replaceChild(Node oldChild,
Node newChild) |
void |
setBinOp(PBinOp node) |
void |
setLeft(PBasic node) |
void |
setRight(PBasic node) |
java.lang.String |
toString() |
private PBasic _left_
private PBinOp _binOp_
private PBasic _right_
public void apply(Switch sw)
public PBasic getLeft()
public void setLeft(PBasic node)
public PBinOp getBinOp()
public void setBinOp(PBinOp node)
public PBasic getRight()
public void setRight(PBasic node)
public java.lang.String toString()
toString
in class java.lang.Object
void removeChild(Node child)
removeChild
in class Node
void replaceChild(Node oldChild, Node newChild)
replaceChild
in class Node
Copyright © 1997-2013 Sablecc. All Rights Reserved.