Package | Description |
---|---|
org.sablecc.sablecc.node |
Modifier and Type | Class and Description |
---|---|
class |
ACharBasic |
class |
AIdBasic |
class |
ARegExpBasic |
class |
ASetBasic |
class |
AStringBasic |
Modifier and Type | Field and Description |
---|---|
private PBasic |
AUnExp._basic_ |
private PBasic |
AOperationSet._left_ |
private PBasic |
AOperationSet._right_ |
Modifier and Type | Method and Description |
---|---|
PBasic |
AUnExp.getBasic() |
PBasic |
AOperationSet.getLeft() |
PBasic |
AOperationSet.getRight() |
Modifier and Type | Method and Description |
---|---|
void |
AUnExp.setBasic(PBasic node) |
void |
AOperationSet.setLeft(PBasic node) |
void |
AOperationSet.setRight(PBasic node) |
Constructor and Description |
---|
AOperationSet(PBasic _left_,
PBinOp _binOp_,
PBasic _right_) |
AUnExp(PBasic _basic_,
PUnOp _unOp_) |
Copyright © 1997-2016 Sablecc. All Rights Reserved.