public abstract class CSBlockStatement extends CSStatement
| Modifier and Type | Field and Description |
|---|---|
protected CSExpression |
_expression |
UNKNOWN_START_POSITION| Modifier | Constructor and Description |
|---|---|
protected |
CSBlockStatement(int startPosition,
CSExpression expression) |
| Modifier and Type | Method and Description |
|---|---|
CSBlock |
body() |
CSExpression |
expression() |
accept, addEnclosingIfDef, enclosingIfDefs, parent, parent, startPosition, startPositionprotected CSExpression _expression
protected CSBlockStatement(int startPosition,
CSExpression expression)
public CSExpression expression()
public CSBlock body()
Copyright © 2014. All Rights Reserved.