public abstract class ClawBlockTransformation extends BlockTransformation
| Modifier and Type | Field and Description |
|---|---|
protected ClawPragma |
_clawEnd |
protected ClawPragma |
_clawStart |
| Modifier | Constructor and Description |
|---|---|
protected |
ClawBlockTransformation(ClawPragma startDirective,
ClawPragma endDirective) |
| Modifier and Type | Method and Description |
|---|---|
void |
removePragma()
Delete the associated pragma statement(s).
|
getEndDirectiveabortOnFailedAnalysis, analyze, canBeTransformedWith, getDirective, getStartLine, isTransformed, setStartLine, transform, transformedprotected final ClawPragma _clawStart
protected final ClawPragma _clawEnd
protected ClawBlockTransformation(ClawPragma startDirective, ClawPragma endDirective)