Package | Description |
---|---|
org.sablecc.sablecc | |
org.sablecc.sablecc.node |
Modifier and Type | Method and Description |
---|---|
private void |
ResolveTransformIds.checkTypeCompability(java.lang.String elemType,
java.lang.String termType,
PUnOp elemOp,
Token token) |
Modifier and Type | Class and Description |
---|---|
class |
APlusUnOp |
class |
AQMarkUnOp |
class |
AStarUnOp |
Modifier and Type | Field and Description |
---|---|
private PUnOp |
AElem._unOp_ |
private PUnOp |
AUnExp._unOp_ |
Modifier and Type | Method and Description |
---|---|
PUnOp |
AElem.getUnOp() |
PUnOp |
AUnExp.getUnOp() |
Modifier and Type | Method and Description |
---|---|
void |
AElem.setUnOp(PUnOp node) |
void |
AUnExp.setUnOp(PUnOp node) |
Constructor and Description |
---|
AElem(TId _elemName_,
PSpecifier _specifier_,
TId _id_,
PUnOp _unOp_) |
AUnExp(PBasic _basic_,
PUnOp _unOp_) |
Copyright © 1997-2013 Sablecc. All Rights Reserved.