public abstract class CSUnaryExpression extends CSExpression
| Modifier and Type | Field and Description |
|---|---|
protected CSExpression |
_operand |
protected String |
_operator |
UNKNOWN_START_POSITION| Constructor and Description |
|---|
CSUnaryExpression(String operator,
CSExpression operand) |
| Modifier and Type | Method and Description |
|---|---|
CSExpression |
operand() |
String |
operator() |
accept, addEnclosingIfDef, enclosingIfDefs, parent, parent, startPosition, startPositionprotected String _operator
protected CSExpression _operand
public CSUnaryExpression(String operator, CSExpression operand)
public String operator()
public CSExpression operand()
Copyright © 2014. All Rights Reserved.